Commit fe33b795 authored by Barry Warsaw's avatar Barry Warsaw

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

by posixmodule.c.
parent 051314f9
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment