summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authordoko@python.org <doko@python.org>2013-01-31 23:52:03 +0100
committerdoko@python.org <doko@python.org>2013-01-31 23:52:03 +0100
commitd65e2bab3b438f883ef28245f51795b14a4c498f (patch)
treef9a237fb2be7cf175a68940f4210407842f0468a /pyconfig.h.in
parentc5200b489de125088fdc445b5f5c97d7fb98cead (diff)
downloadcpython-git-d65e2bab3b438f883ef28245f51795b14a4c498f.tar.gz
- Issue #17086: Backport the patches from the 3.3 branch to cross-build
the package.
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 770399253b..231b9c8a31 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -161,10 +161,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. */