From 3395eec71286b750f297f2c34468e84af1a7116d Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sun, 18 Sep 1994 21:27:01 +0000 Subject: [PATCH] (HAVE_SELECT, HAVE_TIMEVAL): Add #undefs. --- src/config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config.in b/src/config.in index dcc3fe5a162..5683e3e9849 100644 --- a/src/config.in +++ b/src/config.in @@ -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 . */ #undef HAVE_STRUCT_UTIMBUF +/* Define if `struct timeval' is declared by . */ +#undef HAVE_TIMEVAL + /* If using GNU, then support inline function declarations. */ #ifdef __GNUC__ #define INLINE __inline__ -- 2.39.5