* posix/Makefile (CFLAGS-getaddrinfo.c): Add -DUSE_NSCD.
This commit is contained in:
Ulrich Drepper 2004-09-15 08:26:45 +00:00
parent d19687d6eb
commit dc4f1624fc
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
* nscd/nscd.h: Declare addhstai and readdhstai.
* sysdeps/posix/getaddrinfo.c: Add support for using cached results.
* posix/Makefile (CFLAGS-getaddrinfo.c): Add -DUSE_NSCD.
* nscd/nscd-client.h (struct datahead): Use uint8_t instead of bool.