mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
remove some duplicate header tests
This commit is contained in:
parent
ae066e93a7
commit
0de1421e61
1 changed files with 3 additions and 3 deletions
|
@ -85,8 +85,8 @@ AC_HEADER_MAJOR
|
|||
AC_HEADER_SYS_WAIT
|
||||
AC_CHECK_HEADERS(
|
||||
arpa/inet.h asm/io.h assert.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 ggi/ggi.h glide/sst1vid.h io.h \
|
||||
direct.h dirent.h dlfcn.h dpmi.h \
|
||||
dsound.h errno.h fcntl.h glide/sst1vid.h io.h \
|
||||
libc.h limits.h linux/cdrom.h linux/joystick.h linux/soundcard.h \
|
||||
machine/soundcard.h malloc.h math.h mgraph.h mme/mmsystem.h \
|
||||
mme/mme_public.h _mingw.h netdb.h \
|
||||
|
@ -94,7 +94,7 @@ AC_CHECK_HEADERS(
|
|||
stdlib.h string.h strings.h sys/asoundlib.h sys/audioio.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/soundcard.h sys/stat.h \
|
||||
sys/time.h sys/types.h sys/wait.h time.h unistd.h vga.h \
|
||||
sys/time.h sys/types.h sys/wait.h time.h unistd.h \
|
||||
vgakeyboard.h vgamouse.h windows.h winsock.h zlib.h
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue