summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-10-09 21:48:02 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2000-10-09 21:48:02 (GMT)
commiteebb1c6cd1a1fe895305ca0f88ec949df9708773 (patch)
tree2cdaacd05898cd547ac49fee9ca0abeb8cd6546f /config.h.in
parentcc46bd23658344fe2aea64ff4eee786d56b10ca2 (diff)
downloadcpython-eebb1c6cd1a1fe895305ca0f88ec949df9708773.zip
cpython-eebb1c6cd1a1fe895305ca0f88ec949df9708773.tar.gz
cpython-eebb1c6cd1a1fe895305ca0f88ec949df9708773.tar.bz2
The Usual.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/config.h.in b/config.h.in
index 2788f6f..8f783f8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -266,6 +266,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
@@ -353,9 +356,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
@@ -515,14 +515,14 @@
/* 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 <db1/ndbm.h> header file. */
#undef HAVE_DB1_NDBM_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