diff options
author | Thomas Wouters <thomas@python.org> | 2000-07-15 22:13:48 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2000-07-15 22:13:48 (GMT) |
commit | e201cbad0b1265a1faa9904a11d5d44186ac9952 (patch) | |
tree | 6758c955aa9b943156d01d486f9deb475b586d6e | |
parent | 3fded4bb29356d407b3514612a3cfaf5e9e344bd (diff) | |
download | cpython-e201cbad0b1265a1faa9904a11d5d44186ac9952.zip cpython-e201cbad0b1265a1faa9904a11d5d44186ac9952.tar.gz cpython-e201cbad0b1265a1faa9904a11d5d44186ac9952.tar.bz2 |
Oops, forgot to run autoheader before checking in the _getpty move to
posixmodule.
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 02e3bd8..32d5e85 100644 --- a/config.h.in +++ b/config.h.in @@ -260,6 +260,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 |