mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal.
This commit is contained in:
parent
33fb554a13
commit
14e73b1864
7 changed files with 98 additions and 7 deletions
6
configure
vendored
6
configure
vendored
|
@ -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.
|
||||
#
|
||||
|
@ -3975,11 +3975,13 @@ 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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue