diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/portability.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/portability.h b/conf/portability.h index ab41b5d..a3c6302 100644 --- a/conf/portability.h +++ b/conf/portability.h @@ -18,3 +18,9 @@ #ifdef sun. */ #undef sun + +/* 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 |