summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2000-07-15 22:13:48 (GMT)
committerThomas Wouters <thomas@python.org>2000-07-15 22:13:48 (GMT)
commite201cbad0b1265a1faa9904a11d5d44186ac9952 (patch)
tree6758c955aa9b943156d01d486f9deb475b586d6e
parent3fded4bb29356d407b3514612a3cfaf5e9e344bd (diff)
downloadcpython-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.in3
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