]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport of AMK's checkins of configure.in (1.228), config.h.in (2.101) and
authorThomas Wouters <thomas@python.org>
Mon, 16 Jul 2001 16:07:26 +0000 (16:07 +0000)
committerThomas Wouters <thomas@python.org>
Mon, 16 Jul 2001 16:07:26 +0000 (16:07 +0000)
configure (1.220):

[Bug #438050] Check for sys/poll.h in configure script

config.h.in
configure
configure.in

index 58683147c079dd2ca3646f96baf8eb58520e892e..454377cc84a6a1fd473f5bd9bd89e6e91b712ea0 100644 (file)
 /* Define if you have the <sys/param.h> header file.  */
 #undef HAVE_SYS_PARAM_H
 
+/* Define if you have the <sys/poll.h> header file.  */
+#undef HAVE_SYS_POLL_H
+
 /* Define if you have the <sys/resource.h> header file.  */
 #undef HAVE_SYS_RESOURCE_H
 
index 54b6d3956391d64664cad1fba81230df3a493288..9cb2eea9475631c7a1e475beaf5a23039e64cf22 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.215.2.3 
+# From configure.in Revision: 1.215.2.4 
 
 # Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using autoconf version 2.13 
@@ -1815,7 +1815,7 @@ fi
 for ac_hdr in dlfcn.h fcntl.h limits.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 \
 sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \
-sys/param.h sys/select.h sys/socket.h sys/time.h sys/times.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 libutil.h \
 ndbm.h db1/ndbm.h gdbm/ndbm.h sys/resource.h
 do
index 7e0ca7397aa8fa41e30fe16089dd3e5afe6d7ad6..9474d9c127b61e466fc507e2628dced16612ecd1 100644 (file)
@@ -382,7 +382,7 @@ AC_HEADER_STDC
 AC_CHECK_HEADERS(dlfcn.h fcntl.h limits.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 \
 sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \
-sys/param.h sys/select.h sys/socket.h sys/time.h sys/times.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 libutil.h \
 ndbm.h db1/ndbm.h gdbm/ndbm.h sys/resource.h)
 AC_HEADER_DIRENT