diff options
author | Guido van Rossum <guido@python.org> | 2001-04-11 20:58:20 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-04-11 20:58:20 (GMT) |
commit | 2242f2fbd0d50546ad79e800efbc6f0a2334bd0b (patch) | |
tree | 4f52d18335ba8cec2f482a3d2b7fd1c9a7ee2a9a /config.h.in | |
parent | 11e89c72c1912ce834b6295f023c5096cc384d2a (diff) | |
download | cpython-2242f2fbd0d50546ad79e800efbc6f0a2334bd0b.zip cpython-2242f2fbd0d50546ad79e800efbc6f0a2334bd0b.tar.gz cpython-2242f2fbd0d50546ad79e800efbc6f0a2334bd0b.tar.bz2 |
Unixware 7 support by Billy G. Allie (SF patch 413011)
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config.h.in b/config.h.in index 1e97f97..75d4c2e 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 |