--- src/inet_pton.h.orig Thu Jan 23 17:35:17 2003 +++ src/inet_pton.h Thu Jan 23 17:35:29 2003 @@ -1,4 +1,4 @@ -#ifndef HAVE_INET_PTON +#ifdef NEED_INET_PTON #if defined(__cplusplus) extern "C" { #endif @@ -8,5 +8,5 @@ #if defined(__cplusplus) } #endif -#endif /* HAVE_INET_PTON */ +#endif /* NEED_INET_PTON */