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.in | |
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.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f5f4ffc..981d2ba 100644 --- a/configure.in +++ b/configure.in @@ -959,7 +959,8 @@ AC_CHECK_HEADERS(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 \ |