summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-04-11 20:58:20 +0000
committerGuido van Rossum <guido@python.org>2001-04-11 20:58:20 +0000
commit59d566f020bbc4e6235f12b8c4bb3d0ba5c40b20 (patch)
tree529f5c96f2b45b56130683f650e7741b00fec9a7 /config.h.in
parent84e0e4b35e8ad492f4e94238db96e3428df8bb61 (diff)
downloadcpython-59d566f020bbc4e6235f12b8c4bb3d0ba5c40b20.tar.gz
Unixware 7 support by Billy G. Allie (SF patch 413011)
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 1e97f97e74..75d4c2ea80 100644
--- a/config.h.in
+++ b/config.h.in
@@ -269,9 +269,6 @@
/* 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,6 +356,9 @@
/* 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
@@ -518,14 +518,14 @@
/* Define if you have the waitpid function. */
#undef HAVE_WAITPID
-/* 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 <db1/ndbm.h> header file. */
#undef HAVE_DB1_NDBM_H
-/* 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 <dirent.h> header file. */
#undef HAVE_DIRENT_H