]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_SELECT, HAVE_TIMEVAL): Add #undefs.
authorKarl Heuer <kwzh@gnu.org>
Sun, 18 Sep 1994 21:27:01 +0000 (21:27 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 18 Sep 1994 21:27:01 +0000 (21:27 +0000)
src/config.in

index dcc3fe5a1620c4b239157b55d354145bad1db244..5683e3e9849f46357fe471a2d0d71bc58229c220 100644 (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__