(HAVE_SELECT, HAVE_TIMEVAL): Add #undefs.
This commit is contained in:
parent
5df583315f
commit
3395eec712
1 changed files with 4 additions and 0 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Reference in a new issue