aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-06-23 15:32:38 +0000
committerDave Love2000-06-23 15:32:38 +0000
commit3cb3ace0891706f1c80be89ae8ea7ab609853ee6 (patch)
tree00e870c1a203c246c78b41b04ba80b24d3197200 /src
parent8a2c23285e8e7e5860dbc7cf7b5f689f646c077b (diff)
downloademacs-3cb3ace0891706f1c80be89ae8ea7ab609853ee6.tar.gz
emacs-3cb3ace0891706f1c80be89ae8ea7ab609853ee6.zip
(HAVE_TERM_H, HAVE_STRUCT_TIMEZONE): Add.
Diffstat (limited to 'src')
-rw-r--r--src/config.in2
1 files changed, 2 insertions, 0 deletions
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. */
160#undef HAVE_STRING_H 160#undef HAVE_STRING_H
161#undef HAVE_STDLIB_H 161#undef HAVE_STDLIB_H
162#undef HAVE_TERMCAP_H 162#undef HAVE_TERMCAP_H
163#undef HAVE_TERM_H
163#undef HAVE_STDIO_EXT_H 164#undef HAVE_STDIO_EXT_H
164#undef STDC_HEADERS 165#undef STDC_HEADERS
165#undef TIME_WITH_SYS_TIME 166#undef TIME_WITH_SYS_TIME
@@ -283,6 +284,7 @@ Boston, MA 02111-1307, USA. */
283#undef HAVE_GRANTPT 284#undef HAVE_GRANTPT
284#undef HAVE_GETPT 285#undef HAVE_GETPT
285#undef HAVE_SPEED_T /* speed_t typedef in termios.h */ 286#undef HAVE_SPEED_T /* speed_t typedef in termios.h */
287#undef HAVE_STRUCT_TIMEZONE
286 288
287#undef LOCALTIME_CACHE 289#undef LOCALTIME_CACHE
288#undef HAVE_INET_SOCKETS 290#undef HAVE_INET_SOCKETS