From: Dave Love Date: Tue, 11 Jun 2002 18:32:59 +0000 (+0000) Subject: (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~666 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2794c9595e28dbb522c1fb4fbbc93a9f9591aefa;p=emacs.git (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New. (size_t): Removed. --- 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. */ #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[]'. */