From 99291e9c195979644eeeb64dcbeba657168a30ac Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 8 Sep 1995 20:24:57 +0000 Subject: [PATCH] (NEED_INETADDR, NEED_INETATON): Define to 1, not empty. --- conf/portability.h | 4 ++-- 1 file 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