diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-05-23 14:35:24 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-05-23 14:35:24 (GMT) |
commit | 8225103d2d381991703970dc601ef83a12da7fc5 (patch) | |
tree | b8be6772f9e64dd8ebe88b4f6a783a9544829c4f /pyconfig.h.in | |
parent | 661a9e3e5b79e03f912038bd56d8638f9ba5a804 (diff) | |
download | cpython-8225103d2d381991703970dc601ef83a12da7fc5.zip cpython-8225103d2d381991703970dc601ef83a12da7fc5.tar.gz cpython-8225103d2d381991703970dc601ef83a12da7fc5.tar.bz2 |
Get test_ioctl to pass on HPUX 11.
TIOCGPGRP and many other definitions come from bsdtty.h, so it needs
to be included at least on HPUX.
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 a5adca1..2f14b84 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -494,6 +494,9 @@ /* Define to 1 if you have the <sys/audioio.h> header file. */ #undef HAVE_SYS_AUDIOIO_H +/* Define to 1 if you have the <sys/bsdtty.h> header file. */ +#undef HAVE_SYS_BSDTTY_H + /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. */ #undef HAVE_SYS_DIR_H |