summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2003-01-07 22:42:49 (GMT)
committerBarry Warsaw <barry@python.org>2003-01-07 22:42:49 (GMT)
commitfe33b795d5eb45e19e7ef4c99ac7d787967b8d70 (patch)
tree4ae27201959b09faf5a2d68179e4117a9769f15c /configure.in
parent051314f924a21783f13ec7d7617ee3df31e3a28d (diff)
downloadcpython-fe33b795d5eb45e19e7ef4c99ac7d787967b8d70.zip
cpython-fe33b795d5eb45e19e7ef4c99ac7d787967b8d70.tar.gz
cpython-fe33b795d5eb45e19e7ef4c99ac7d787967b8d70.tar.bz2
Test for presence of sysexits.h and set HAVE_SYSEXITS_H if so. Used
by posixmodule.c.
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 3532ead..9ec081a 100644
--- a/configure.in
+++ b/configure.in
@@ -749,7 +749,7 @@ unistd.h utime.h \
sys/audioio.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)
+sys/resource.h netpacket/packet.h sysexits.h)
AC_HEADER_DIRENT
AC_HEADER_MAJOR