summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-12-31 12:55:15 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-12-31 12:55:15 (GMT)
commit24a880b499a53436de52ef9ef107db001e59e24b (patch)
tree0df738c031c6bb0618ef3505b58d28224758d9dd /pyconfig.h.in
parentb70557f13dc3fe40f1a0e604855acf3e41500c97 (diff)
downloadcpython-24a880b499a53436de52ef9ef107db001e59e24b.zip
cpython-24a880b499a53436de52ef9ef107db001e59e24b.tar.gz
cpython-24a880b499a53436de52ef9ef107db001e59e24b.tar.bz2
Patch #656590: /dev/ptmx support for ptys.
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 922147e..56a5c75 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -65,6 +65,9 @@
/* Define to 1 if you have the device macros. */
#undef HAVE_DEVICE_MACROS
+/* Define if we have /dev/ptmx. */
+#undef HAVE_DEV_PTMX
+
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#undef HAVE_DIRENT_H