mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
every single system header file we currently include is now checked for
This commit is contained in:
parent
f29ea7f1d3
commit
5197a6443d
1 changed files with 8 additions and 10 deletions
18
configure.in
18
configure.in
|
@ -56,16 +56,14 @@ AC_HEADER_STDC
|
||||||
AC_HEADER_MAJOR
|
AC_HEADER_MAJOR
|
||||||
AC_HEADER_SYS_WAIT
|
AC_HEADER_SYS_WAIT
|
||||||
AC_CHECK_HEADERS(
|
AC_CHECK_HEADERS(
|
||||||
stdarg.h unistd.h fcntl.h dlfcn.h windows.h sys/ioctl.h sys/mman.h \
|
arpa/inet.h asm/io.h assert.h commctrl.h conio.h ctype.h ddraw.h \
|
||||||
sys/io.h asm/io.h \
|
dinput.h direct.h dirent.h dlfcn.h dmedia/audio.h dmedia/cdaudio.h \
|
||||||
sys/param.h sys/stat.h sys/time.h sys/timeb.h sys/types.h \
|
dpmi.h dsound.h errno.h fcntl.h fnmatch.h io.h libc.h limits.h \
|
||||||
sys/socket.h netinet/in.h netdb.h arpa/inet.h sys/filio.h \
|
malloc.h math.h mgraph.h netdb.h netinet/in.h pwd.h setjmp.h \
|
||||||
sys/signal.h \
|
signal.h stdarg.h stdio.h stdlib.h string.h strings.h sys/filio.h \
|
||||||
sys/soundcard.h linux/soundcard.h machine/soundcard.h sys/audioio.h \
|
sys/ioctl.h sys/io.h sys/ipc.h sys/mman.h sys/param.h sys/poll.h \
|
||||||
dmedia/audio.h dsound.h mmsystem.h initguid.h mme/mmsystem.h \
|
sys/shm.h sys/signal.h sys/socket.h sys/stat.h sys/time.h \
|
||||||
mme/mme_public.h sys/asoundlib.h string.h strings.h memory.h malloc.h \
|
sys/types.h sys/wait.h time.h unistd.h windows.h winsock.h
|
||||||
errno.h sys/dir.h fnmatch.h \
|
|
||||||
mgraph.h linux/joystick.h
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue