every single system header file we currently include is now checked for

This commit is contained in:
Bill Currie 2000-12-30 03:07:57 +00:00
parent f29ea7f1d3
commit 5197a6443d
1 changed files with 8 additions and 10 deletions

View File

@ -56,16 +56,14 @@ AC_HEADER_STDC
AC_HEADER_MAJOR
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(
stdarg.h unistd.h fcntl.h dlfcn.h windows.h sys/ioctl.h sys/mman.h \
sys/io.h asm/io.h \
sys/param.h sys/stat.h sys/time.h sys/timeb.h sys/types.h \
sys/socket.h netinet/in.h netdb.h arpa/inet.h sys/filio.h \
sys/signal.h \
sys/soundcard.h linux/soundcard.h machine/soundcard.h sys/audioio.h \
dmedia/audio.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 \
errno.h sys/dir.h fnmatch.h \
mgraph.h linux/joystick.h
arpa/inet.h asm/io.h assert.h commctrl.h conio.h ctype.h ddraw.h \
dinput.h direct.h dirent.h dlfcn.h dmedia/audio.h dmedia/cdaudio.h \
dpmi.h dsound.h errno.h fcntl.h fnmatch.h io.h libc.h limits.h \
malloc.h math.h mgraph.h netdb.h netinet/in.h pwd.h setjmp.h \
signal.h stdarg.h stdio.h stdlib.h string.h strings.h sys/filio.h \
sys/ioctl.h sys/io.h sys/ipc.h sys/mman.h sys/param.h sys/poll.h \
sys/shm.h sys/signal.h sys/socket.h sys/stat.h sys/time.h \
sys/types.h sys/wait.h time.h unistd.h windows.h winsock.h
)