diff options
author | Guido van Rossum <guido@python.org> | 2001-04-18 04:37:57 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-04-18 04:37:57 (GMT) |
commit | 6db412be4407ec0b81f3c652c9f7f0fad92a78e2 (patch) | |
tree | cd2f0b8b49a764a33b0936debfdfc3559a745ebc /config.h.in | |
parent | 879a186348e75e2f4d4b49368ddbcc826b881ad0 (diff) | |
download | cpython-6db412be4407ec0b81f3c652c9f7f0fad92a78e2.zip cpython-6db412be4407ec0b81f3c652c9f7f0fad92a78e2.tar.gz cpython-6db412be4407ec0b81f3c652c9f7f0fad92a78e2.tar.bz2 |
Bump the version number in more places
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 75d4c2e..1e97f97 100644 --- a/config.h.in +++ b/config.h.in @@ -269,6 +269,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 @@ -356,9 +359,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 @@ -518,14 +518,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 |