diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2012-06-30 17:28:16 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2012-06-30 17:28:16 (GMT) |
commit | b457b9be4deac2460cb8ac741af6a723d6cb4f88 (patch) | |
tree | 4355de4795f23a93c495427c0c6dce9ed2c810e7 /pyconfig.h.in | |
parent | 536f1b909cd6ffd98186c3b604a55c1a42b8f9ce (diff) | |
download | cpython-b457b9be4deac2460cb8ac741af6a723d6cb4f88.zip cpython-b457b9be4deac2460cb8ac741af6a723d6cb4f88.tar.gz cpython-b457b9be4deac2460cb8ac741af6a723d6cb4f88.tar.bz2 |
- 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.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index aaa8509..3ca3a4f 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. */ |