mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-02 12:41:40 +00:00
if we include it, test for it (except X11/* GL/*) in the main header test block
This commit is contained in:
parent
90896657ad
commit
21759c69b3
1 changed files with 10 additions and 7 deletions
17
configure.in
17
configure.in
|
@ -56,15 +56,18 @@ AC_HEADER_STDC
|
|||
AC_HEADER_MAJOR
|
||||
AC_HEADER_SYS_WAIT
|
||||
AC_CHECK_HEADERS(
|
||||
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 \
|
||||
linux/joystick.h linux/soundcard.h machine/soundcard.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/audioio.h sys/asoundlib.h sys/filio.h \
|
||||
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 \
|
||||
libc.h limits.h linux/cdrom.h linux/joystick.h linux/soundcard.h \
|
||||
machine/soundcard.h malloc.h math.h mgraph.h _mingw.h netdb.h \
|
||||
netinet/in.h pwd.h SDL_audio.h SDL_byteorder.h SDL.H SDL.h \
|
||||
SDL_main.H SDL_syswm.h setjmp.h signal.h stdarg.h stdio.h 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 windows.h winsock.h
|
||||
sys/time.h sys/types.h sys/wait.h time.h unistd.h vga.h \
|
||||
vgakeyboard.h vgamouse.h windows.h winsock.h zlib.h
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue