add NEED_INET_ATON

This commit is contained in:
Bob Halley
1999-02-04 01:42:37 +00:00
parent f9d7040e8d
commit 8d5639ee43
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
/* define if you need inet_aton() */
#undef NEED_INET_ATON
/* define if you need inet_ntop() */
#undef NEED_INET_NTOP

View File

@@ -15,6 +15,9 @@
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/* define if you need inet_aton() */
#undef NEED_INET_ATON
/* define if you need inet_ntop() */
#undef NEED_INET_NTOP