summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-05-23 14:35:24 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2003-05-23 14:35:24 (GMT)
commit8225103d2d381991703970dc601ef83a12da7fc5 (patch)
treeb8be6772f9e64dd8ebe88b4f6a783a9544829c4f /configure.in
parent661a9e3e5b79e03f912038bd56d8638f9ba5a804 (diff)
downloadcpython-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 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3f16457..bf994af 100644
--- a/configure.in
+++ b/configure.in
@@ -806,7 +806,7 @@ AC_CHECK_HEADERS(dlfcn.h fcntl.h grp.h limits.h langinfo.h \
libintl.h locale.h ncurses.h poll.h pthread.h \
signal.h stdarg.h stddef.h stdlib.h stropts.h termios.h thread.h \
unistd.h utime.h \
-sys/audioio.h sys/file.h sys/lock.h sys/mkdev.h sys/modem.h \
+sys/audioio.h sys/bsdtty.h sys/file.h sys/lock.h sys/mkdev.h sys/modem.h \
sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \
sys/un.h sys/utsname.h sys/wait.h pty.h term.h libutil.h \
sys/resource.h netpacket/packet.h sysexits.h)