Now checks for errno.h and sys/dir.h for qw_server/sys_unix.c

This commit is contained in:
Loring Holden 2000-04-18 15:58:14 +00:00
parent 052c4866ac
commit 7c5c21c5a7
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ AC_CHECK_HEADERS(unistd.h fcntl.h dlfcn.h windows.h sys/ioctl.h sys/mman.h \
sys/socket.h netinet/in.h netdb.h arpa/inet.h sys/filio.h \ sys/socket.h netinet/in.h netdb.h arpa/inet.h sys/filio.h \
sys/soundcard.h linux/soundcard.h machine/soundcard.h sys/audioio.h \ sys/soundcard.h linux/soundcard.h machine/soundcard.h sys/audioio.h \
dsound.h mmsystem.h initguid.h mme/mmsystem.h mme/mme_public.h \ dsound.h mmsystem.h initguid.h mme/mmsystem.h mme/mme_public.h \
sys/asoundlib.h string.h strings.h memory.h malloc.h) sys/asoundlib.h string.h strings.h memory.h malloc.h \
errno.h sys/dir.h)
dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for typedefs, structures, and compiler characteristics.
AC_PROG_GCC_TRADITIONAL AC_PROG_GCC_TRADITIONAL