aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-09-18 21:27:01 +0000
committerKarl Heuer1994-09-18 21:27:01 +0000
commit3395eec71286b750f297f2c34468e84af1a7116d (patch)
treecc789a77306c2157f03d050d879e4d14176345c9 /src
parent5df583315f5e5c9f53473e7ad60fb3a334f05cd2 (diff)
downloademacs-3395eec71286b750f297f2c34468e84af1a7116d.tar.gz
emacs-3395eec71286b750f297f2c34468e84af1a7116d.zip
(HAVE_SELECT, HAVE_TIMEVAL): Add #undefs.
Diffstat (limited to 'src')
-rw-r--r--src/config.in4
1 files changed, 4 insertions, 0 deletions
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. */
140#undef HAVE_RES_INIT /* For -lresolv on Suns. */ 140#undef HAVE_RES_INIT /* For -lresolv on Suns. */
141#undef HAVE_SETSID 141#undef HAVE_SETSID
142#undef HAVE_FPATHCONF 142#undef HAVE_FPATHCONF
143#undef HAVE_SELECT
143 144
144#undef HAVE_INET_SOCKETS 145#undef HAVE_INET_SOCKETS
145 146
@@ -155,6 +156,9 @@ and this notice must be preserved on all copies. */
155/* Define if `struct utimbuf' is declared by <utime.h>. */ 156/* Define if `struct utimbuf' is declared by <utime.h>. */
156#undef HAVE_STRUCT_UTIMBUF 157#undef HAVE_STRUCT_UTIMBUF
157 158
159/* Define if `struct timeval' is declared by <sys/time.h>. */
160#undef HAVE_TIMEVAL
161
158/* If using GNU, then support inline function declarations. */ 162/* If using GNU, then support inline function declarations. */
159#ifdef __GNUC__ 163#ifdef __GNUC__
160#define INLINE __inline__ 164#define INLINE __inline__