diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-08 20:24:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-08 20:24:57 +0000 |
commit | 99291e9c195979644eeeb64dcbeba657168a30ac (patch) | |
tree | f1e2ea58ec89700a1cd910fb48d5f759c4b5cb8e /conf | |
parent | d2f5be2a1235061b46c51d7530264d086eca46ef (diff) | |
download | glibc-99291e9c195979644eeeb64dcbeba657168a30ac.tar.gz glibc-99291e9c195979644eeeb64dcbeba657168a30ac.tar.xz glibc-99291e9c195979644eeeb64dcbeba657168a30ac.zip |
(NEED_INETADDR, NEED_INETATON): Define to 1, not empty.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/portability.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/portability.h b/conf/portability.h index a3c6302544..54a25d8507 100644 --- a/conf/portability.h +++ b/conf/portability.h @@ -22,5 +22,5 @@ /* The source code copied from BIND for inet_addr/inet_aton doesn't actually define the functions without these macros. */ -#define NEED_INETADDR -#define NEED_INETATON +#define NEED_INETADDR 1 +#define NEED_INETATON 1 |