(HAVE_SELECT, HAVE_TIMEVAL): Add #undefs.

This commit is contained in:
Karl Heuer 1994-09-18 21:27:01 +00:00
parent 5df583315f
commit 3395eec712

View file

@ -140,6 +140,7 @@ and this notice must be preserved on all copies. */
#undef HAVE_RES_INIT /* For -lresolv on Suns. */
#undef HAVE_SETSID
#undef HAVE_FPATHCONF
#undef HAVE_SELECT
#undef HAVE_INET_SOCKETS
@ -155,6 +156,9 @@ and this notice must be preserved on all copies. */
/* Define if `struct utimbuf' is declared by <utime.h>. */
#undef HAVE_STRUCT_UTIMBUF
/* Define if `struct timeval' is declared by <sys/time.h>. */
#undef HAVE_TIMEVAL
/* If using GNU, then support inline function declarations. */
#ifdef __GNUC__
#define INLINE __inline__