summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authordoko <doko@ubuntu.com>2012-06-30 19:28:16 +0200
committerdoko <doko@ubuntu.com>2012-06-30 19:28:16 +0200
commit2abf3e2564b06eb0629c8349fdc96504c9949c1e (patch)
treec5599ce2f52f36c6f91d78dafb6b2a69869c17f1 /pyconfig.h.in
parente1db64bfe8817f42172b25579217ec7a5c276739 (diff)
downloadcpython-2abf3e2564b06eb0629c8349fdc96504c9949c1e.tar.gz
- Issue #3754: Fix /dev/ptmx, /dev/ptc file checks for cross builds,
require values set in CONFIG_SITE.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index aaa8509947..3ca3a4f03c 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -168,10 +168,10 @@
/* Define to 1 if you have the device macros. */
#undef HAVE_DEVICE_MACROS
-/* Define if we have /dev/ptc. */
+/* Define to 1 if you have the /dev/ptc device file. */
#undef HAVE_DEV_PTC
-/* Define if we have /dev/ptmx. */
+/* Define to 1 if you have the /dev/ptmx device file. */
#undef HAVE_DEV_PTMX
/* Define to 1 if you have the <direct.h> header file. */