From: Karl Heuer Date: Sun, 18 Sep 1994 21:27:01 +0000 (+0000) Subject: (HAVE_SELECT, HAVE_TIMEVAL): Add #undefs. X-Git-Tag: emacs-19.34~6961 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3395eec71286b750f297f2c34468e84af1a7116d;p=emacs.git (HAVE_SELECT, HAVE_TIMEVAL): Add #undefs. --- 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__