summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-05-11 16:10:56 (GMT)
committerFred Drake <fdrake@acm.org>2001-05-11 16:10:56 (GMT)
commit2ca5f3b7523052d032a54222a6969934ad4acbfc (patch)
tree862bdd2a2b7ac577d8c10493d81464f96c7d5279 /config.h.in
parent886f113ba9df655890dddf079a1e36a66230064b (diff)
downloadcpython-2ca5f3b7523052d032a54222a6969934ad4acbfc.zip
cpython-2ca5f3b7523052d032a54222a6969934ad4acbfc.tar.gz
cpython-2ca5f3b7523052d032a54222a6969934ad4acbfc.tar.bz2
Add a check for sys/modem.h, needed by termios on HP-UX.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 1e97f97..6753327 100644
--- a/config.h.in
+++ b/config.h.in
@@ -590,6 +590,9 @@
/* Define if you have the <sys/lock.h> header file. */
#undef HAVE_SYS_LOCK_H
+/* Define if you have the <sys/modem.h> header file. */
+#undef HAVE_SYS_MODEM_H
+
/* Define if you have the <sys/ndir.h> header file. */
#undef HAVE_SYS_NDIR_H