summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-08-31 20:03:54 +0000
committerGuido van Rossum <guido@python.org>2000-08-31 20:03:54 +0000
commitc557f688d12c3df5c3cc407638e71176c760176d (patch)
treedb9d9ec68822d5cdfb51f236392304e557735104 /config.h.in
parented4fbbc462228c3566081b2ccb2b79911be3d8a1 (diff)
downloadcpython-c557f688d12c3df5c3cc407638e71176c760176d.tar.gz
After rerunning autoheader, two symbols (HAVE__GETPTY and WITH_LIBDB)
appear in a different place. Oh well.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in12
1 files changed, 6 insertions, 6 deletions
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 <db_185.h> header file. */
-#undef HAVE_DB_185_H
-
/* Define if you have the <db.h> header file. */
#undef HAVE_DB_H
+/* Define if you have the <db_185.h> header file. */
+#undef HAVE_DB_185_H
+
/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H