1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* nscd/gai.c: Define __no_netlink_support if NEED_NETLINK is
	defined and __ASSUME_NETLINK_SUPPORT is zero.
	* sysdeps/unix/sysv/linux/Makefile (CFLAGS-gai.c): Add
	-DNEED_NETLINK.
This commit is contained in:
Ulrich Drepper
2004-10-04 23:30:29 +00:00
parent e582c5eda2
commit e14bbf537e
3 changed files with 10 additions and 0 deletions

View File

@ -153,4 +153,5 @@ endif
ifeq ($(subdir),nscd)
CFLAGS-connections.c += -DHAVE_EPOLL
CFLAGS-gai.c += -DNEED_NETLINK
endif