aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-06-11 18:32:59 +0000
committerDave Love2002-06-11 18:32:59 +0000
commit2794c9595e28dbb522c1fb4fbbc93a9f9591aefa (patch)
treec2fa7f7ce3a422e6e531bcaea0e650115a0011e9
parent0f53a32f99f77373705e8dc05c70fcad597b215a (diff)
downloademacs-2794c9595e28dbb522c1fb4fbbc93a9f9591aefa.tar.gz
emacs-2794c9595e28dbb522c1fb4fbbc93a9f9591aefa.zip
(HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
(size_t): Removed.
-rw-r--r--src/config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in
index c05ba2a01aa..12895e59824 100644
--- a/src/config.in
+++ b/src/config.in
@@ -224,6 +224,7 @@ Boston, MA 02111-1307, USA. */
224#undef HAVE_TOUCHLOCK 224#undef HAVE_TOUCHLOCK
225 225
226#undef HAVE_ALLOCA_H 226#undef HAVE_ALLOCA_H
227#undef HAVE_PTY_H
227 228
228#undef HAVE_DEV_PTMX 229#undef HAVE_DEV_PTMX
229 230
@@ -317,7 +318,8 @@ Boston, MA 02111-1307, USA. */
317 318
318#undef HAVE_WORKING_VFORK 319#undef HAVE_WORKING_VFORK
319#undef vfork 320#undef vfork
320#undef size_t 321#undef HAVE_SIZE_T
322#undef HAVE_LANGINFO_CODESET
321 323
322/* Define if you have the ANSI `strerror' function. 324/* Define if you have the ANSI `strerror' function.
323 Otherwise you must have the variable `char *sys_errlist[]'. */ 325 Otherwise you must have the variable `char *sys_errlist[]'. */