summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-09-08 20:24:57 +0000
committerRoland McGrath <roland@gnu.org>1995-09-08 20:24:57 +0000
commit99291e9c195979644eeeb64dcbeba657168a30ac (patch)
treef1e2ea58ec89700a1cd910fb48d5f759c4b5cb8e /conf
parentd2f5be2a1235061b46c51d7530264d086eca46ef (diff)
(NEED_INETADDR, NEED_INETATON): Define to 1, not empty.
Diffstat (limited to 'conf')
-rw-r--r--conf/portability.h4
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