]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
authorDave Love <fx@gnu.org>
Tue, 11 Jun 2002 18:32:59 +0000 (18:32 +0000)
committerDave Love <fx@gnu.org>
Tue, 11 Jun 2002 18:32:59 +0000 (18:32 +0000)
(size_t): Removed.

src/config.in

index c05ba2a01aad5671af00a36ac2c11853e72f3bd8..12895e59824c8961d8b54e44b70dbee8967a8d4b 100644 (file)
@@ -224,6 +224,7 @@ Boston, MA 02111-1307, USA.  */
 #undef HAVE_TOUCHLOCK
 
 #undef HAVE_ALLOCA_H
+#undef HAVE_PTY_H
 
 #undef HAVE_DEV_PTMX
 
@@ -317,7 +318,8 @@ Boston, MA 02111-1307, USA.  */
 
 #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[]'.  */