Mercurial > emacs
changeset 8893:fe9678c48037
(HAVE_SELECT, HAVE_TIMEVAL): Add #undefs.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 18 Sep 1994 21:27:01 +0000 |
parents | 191acacfa1ec |
children | 6b453f7dc22f |
files | src/config.in |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/config.in Sun Sep 18 21:12:31 1994 +0000 +++ b/src/config.in Sun Sep 18 21:27:01 1994 +0000 @@ -140,6 +140,7 @@ #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 @@ /* 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__