changeset 88738:0ec099c53fc2

(HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New. (size_t): Removed.
author Dave Love <fx@gnu.org>
date Tue, 11 Jun 2002 18:32:59 +0000
parents b908df09ec8a
children d32a7aa4afcb
files src/config.in
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/config.in	Tue Jun 11 18:32:28 2002 +0000
+++ b/src/config.in	Tue Jun 11 18:32:59 2002 +0000
@@ -224,6 +224,7 @@
 #undef HAVE_TOUCHLOCK
 
 #undef HAVE_ALLOCA_H
+#undef HAVE_PTY_H
 
 #undef HAVE_DEV_PTMX
 
@@ -317,7 +318,8 @@
 
 #undef HAVE_WORKING_VFORK
 #undef vfork
-#undef size_t
+#undef HAVE_SIZE_T
+#undef HAVE_LANGINFO_CODESET
 
 /* Define if you have the ANSI `strerror' function.
    Otherwise you must have the variable `char *sys_errlist[]'.  */