summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-01-01 09:51:12 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-01-01 09:51:12 (GMT)
commit14e73b186414d6e67cad9924ad72fab1a7d70861 (patch)
tree4989e166bf359950f0f0d3960175e241840aeadf /configure
parent33fb554a135720783efb18bb3b3ae382e03ea0d4 (diff)
downloadcpython-14e73b186414d6e67cad9924ad72fab1a7d70861.zip
cpython-14e73b186414d6e67cad9924ad72fab1a7d70861.tar.gz
cpython-14e73b186414d6e67cad9924ad72fab1a7d70861.tar.bz2
Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure b/configure
index 86d9578..f9121ec 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.381 .
+# From configure.in Revision: 1.382 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53 for python 2.3.
#
@@ -3977,9 +3977,11 @@ fi
+
for ac_header in 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 thread.h unistd.h utime.h termios.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/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 \