1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-24 03:43:52 +00:00

check for a few basic header files

This commit is contained in:
Daniel Stenberg
2004-02-23 16:20:42 +00:00
parent 27126cba25
commit 74d3b56a0f

View File

@ -58,4 +58,12 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]),
AC_MSG_RESULT(no)
)
dnl check for a few basic system headers we need
AC_CHECK_HEADERS(
sys/types.h \
sys/time.h \
sys/select.h \
sys/socket.h \
)
AC_OUTPUT(Makefile)