]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
check for a few basic header files
authorDaniel Stenberg <daniel@haxx.se>
Mon, 23 Feb 2004 16:20:42 +0000 (16:20 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Feb 2004 16:20:42 +0000 (16:20 +0000)
ares/configure.ac

index 5080cf26203cbe647bea5b0dee1f616e401fffd6..1bb474bfb490ee83cac3da2abfa0472cf5fc73b3 100644 (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)