From: Dave Love Date: Fri, 23 Jun 2000 15:32:38 +0000 (+0000) Subject: (HAVE_TERM_H, HAVE_STRUCT_TIMEZONE): Add. X-Git-Tag: emacs-pretest-21.0.90~3103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3cb3ace0891706f1c80be89ae8ea7ab609853ee6;p=emacs.git (HAVE_TERM_H, HAVE_STRUCT_TIMEZONE): Add. --- diff --git a/src/config.in b/src/config.in index 6133159ee70..230ae649f3c 100644 --- a/src/config.in +++ b/src/config.in @@ -160,6 +160,7 @@ Boston, MA 02111-1307, USA. */ #undef HAVE_STRING_H #undef HAVE_STDLIB_H #undef HAVE_TERMCAP_H +#undef HAVE_TERM_H #undef HAVE_STDIO_EXT_H #undef STDC_HEADERS #undef TIME_WITH_SYS_TIME @@ -283,6 +284,7 @@ Boston, MA 02111-1307, USA. */ #undef HAVE_GRANTPT #undef HAVE_GETPT #undef HAVE_SPEED_T /* speed_t typedef in termios.h */ +#undef HAVE_STRUCT_TIMEZONE #undef LOCALTIME_CACHE #undef HAVE_INET_SOCKETS