summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-01-01 09:51:12 +0000
committerMartin v. Löwis <martin@v.loewis.de>2003-01-01 09:51:12 +0000
commitdaae263674057f6ae94d494a217700293de03219 (patch)
tree3514eb27463bbd389eddfaeaa95d0fb7bc483458 /pyconfig.h.in
parentd421773f39d2478cd2cb19b8a18f4c282690adf3 (diff)
downloadcpython-daae263674057f6ae94d494a217700293de03219.tar.gz
Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 56a5c75d25..eba68f6496 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -439,6 +439,9 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
+/* Define to 1 if you have the <stropts.h> header file. */
+#undef HAVE_STROPTS_H
+
/* Define to 1 if you have the `strptime' function. */
#undef HAVE_STRPTIME