diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2004-10-13 15:30:56 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2004-10-13 15:30:56 (GMT) |
commit | 8a560dee7291f75968eea773c1258f2c25b5a81f (patch) | |
tree | ec6cee1dfa018242cada55cb5c5b1849a437d721 /configure | |
parent | e4f8a48b8fa0a0ec19d4c35bf213d0022e3f398d (diff) | |
download | cpython-8a560dee7291f75968eea773c1258f2c25b5a81f.zip cpython-8a560dee7291f75968eea773c1258f2c25b5a81f.tar.gz cpython-8a560dee7291f75968eea773c1258f2c25b5a81f.tar.bz2 |
Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.h
detection to configure &c.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.470 . +# From configure.in Revision: 1.471 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for python 2.4. # @@ -4532,11 +4532,13 @@ done + for ac_header in curses.h dlfcn.h fcntl.h grp.h langinfo.h \ libintl.h ncurses.h poll.h pthread.h \ stropts.h termios.h thread.h \ unistd.h utime.h \ -sys/audioio.h sys/bsdtty.h sys/file.h sys/lock.h sys/mkdev.h sys/modem.h \ +sys/audioio.h sys/bsdtty.h sys/file.h sys/loadavg.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 libutil.h \ sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \ |