From: Guido van Rossum Date: Thu, 31 Aug 2000 20:03:54 +0000 (+0000) Subject: After rerunning autoheader, two symbols (HAVE__GETPTY and WITH_LIBDB) X-Git-Tag: v2.0b1~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0dc78c3b8d1325cf64d5cee432c098aa89a0f46c;p=python After rerunning autoheader, two symbols (HAVE__GETPTY and WITH_LIBDB) appear in a different place. Oh well. --- diff --git a/config.h.in b/config.h.in index 4f09fef7b2..72f4fbcfbe 100644 --- a/config.h.in +++ b/config.h.in @@ -272,6 +272,9 @@ /* The number of bytes in a void *. */ #undef SIZEOF_VOID_P +/* Define if you have the _getpty function. */ +#undef HAVE__GETPTY + /* Define if you have the alarm function. */ #undef HAVE_ALARM @@ -359,9 +362,6 @@ /* Define if you have the getpid function. */ #undef HAVE_GETPID -/* Define if you have the _getpty function. */ -#undef HAVE__GETPTY - /* Define if you have the getpwent function. */ #undef HAVE_GETPWENT @@ -521,12 +521,12 @@ /* Define if you have the waitpid function. */ #undef HAVE_WAITPID -/* Define if you have the header file. */ -#undef HAVE_DB_185_H - /* Define if you have the header file. */ #undef HAVE_DB_H +/* Define if you have the header file. */ +#undef HAVE_DB_185_H + /* Define if you have the header file. */ #undef HAVE_DIRENT_H