comparison src/config.in @ 8893:fe9678c48037

(HAVE_SELECT, HAVE_TIMEVAL): Add #undefs.
author Karl Heuer <kwzh@gnu.org>
date Sun, 18 Sep 1994 21:27:01 +0000
parents 434d4feb23ea
children 6b453f7dc22f
comparison
equal deleted inserted replaced
8892:191acacfa1ec 8893:fe9678c48037
138 #undef HAVE_FMOD 138 #undef HAVE_FMOD
139 #undef HAVE_FTIME 139 #undef HAVE_FTIME
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
146 #undef HAVE_AIX_SMT_EXP 147 #undef HAVE_AIX_SMT_EXP
147 148
152 /* Define if `sys_siglist' is declared by <signal.h>. */ 153 /* Define if `sys_siglist' is declared by <signal.h>. */
153 #undef SYS_SIGLIST_DECLARED 154 #undef SYS_SIGLIST_DECLARED
154 155
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
158
159 /* Define if `struct timeval' is declared by <sys/time.h>. */
160 #undef HAVE_TIMEVAL
157 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__
161 #else 165 #else