Test for presence of sysexits.h and set HAVE_SYSEXITS_H if so. Used

by posixmodule.c.
This commit is contained in:
Barry Warsaw 2003-01-07 22:42:49 +00:00
parent 051314f924
commit fe33b795d5
3 changed files with 1391 additions and 542 deletions

1928
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -749,7 +749,7 @@ 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 \
sys/resource.h netpacket/packet.h)
sys/resource.h netpacket/packet.h sysexits.h)
AC_HEADER_DIRENT
AC_HEADER_MAJOR

View File

@ -467,6 +467,9 @@
/* Define to 1 if you have the `sysconf' function. */
#undef HAVE_SYSCONF
/* Define to 1 if you have the <sysexits.h> header file. */
#undef HAVE_SYSEXITS_H
/* Define to 1 if you have the <sys/audioio.h> header file. */
#undef HAVE_SYS_AUDIOIO_H