mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-21 23:50:58 +00:00
Check for sys/param.h and mgraph.h.
This commit is contained in:
parent
ee3e144763
commit
2e9e402ab1
1 changed files with 3 additions and 2 deletions
|
@ -53,12 +53,13 @@ AC_HEADER_SYS_WAIT
|
||||||
AC_CHECK_HEADERS(
|
AC_CHECK_HEADERS(
|
||||||
unistd.h fcntl.h dlfcn.h windows.h sys/ioctl.h sys/mman.h \
|
unistd.h fcntl.h dlfcn.h windows.h sys/ioctl.h sys/mman.h \
|
||||||
sys/io.h asm/io.h \
|
sys/io.h asm/io.h \
|
||||||
sys/stat.h sys/time.h sys/timeb.h \
|
sys/param.h sys/stat.h sys/time.h sys/timeb.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
|
errno.h sys/dir.h \
|
||||||
|
mgraph.h
|
||||||
)
|
)
|
||||||
|
|
||||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||||
|
|
Loading…
Reference in a new issue