]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
use AC_INCLUDES_DEFAULT everywhere
authorMiek Gieben <miekg@NLnetLabs.nl>
Sun, 11 Dec 2005 11:01:50 +0000 (11:01 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Sun, 11 Dec 2005 11:01:50 +0000 (11:01 +0000)
examples/configure.ac

index 9a209c3176807605c7fdb07e8c675842cc18aead..eacf57540086cf7d845aac2f761e239389967736 100644 (file)
@@ -10,7 +10,7 @@ AC_AIX
 AC_PROG_CC
 AC_PROG_MAKE_SET
 
-AC_CHECK_HEADERS([sys/types.h getopt.h stdlib.h stdio.h assert.h netinet/in.hctype.h netinet/udp.h time.h pcap.h net/bpf.h arpa/inet.h sys/time.h sys/socket.h netinet/in.h netinet/ip.h netinet/if_ether.h])
+AC_CHECK_HEADERS([sys/types.h getopt.h stdlib.h stdio.h assert.h netinet/in.hctype.h netinet/udp.h time.h pcap.h net/bpf.h arpa/inet.h sys/time.h sys/socket.h netinet/in.h netinet/ip.h netinet/if_ether.h],,, [AC_INCLUDES_DEFAULT])
 AC_CHECK_HEADERS([sys/param.h sys/mount.h],,,
 [AC_INCLUDES_DEFAULT]
 [
@@ -106,11 +106,6 @@ AH_BOTTOM([
 #endif
 ])
 
-
-#AC_CHECK_FUNCS([mkdir rmdir strchr strrchr strstr])
-
-#AC_DEFINE_UNQUOTED(SYSCONFDIR, "$sysconfdir")
-
 AC_CONFIG_FILES([Makefile])
 AC_CONFIG_HEADER([config.h])
 AC_OUTPUT