diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-05-23 15:06:50 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-05-23 15:06:50 (GMT) |
commit | 8c255e4173cfc86ff7015b8f75dccf0d41b24003 (patch) | |
tree | 16f42f4f82367420f4c70a6faf7e97a4c43579b1 /pyconfig.h.in | |
parent | badd7da622460b8dd8405545f59da1e2c0ef79e6 (diff) | |
download | cpython-8c255e4173cfc86ff7015b8f75dccf0d41b24003.zip cpython-8c255e4173cfc86ff7015b8f75dccf0d41b24003.tar.gz cpython-8c255e4173cfc86ff7015b8f75dccf0d41b24003.tar.bz2 |
Patch #1722225: Support QNX 6.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 8c9fd16..9dbcd1e 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -688,6 +688,9 @@ /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H +/* Define to 1 if you have the <sys/termio.h> header file. */ +#undef HAVE_SYS_TERMIO_H + /* Define to 1 if you have the <sys/times.h> header file. */ #undef HAVE_SYS_TIMES_H |