From: Miek Gieben Date: Sun, 11 Dec 2005 11:01:50 +0000 (+0000) Subject: use AC_INCLUDES_DEFAULT everywhere X-Git-Tag: release-1.1.0~535 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfbfe5bdbe4bc84468b3821992b06fa63b99ae1f;p=thirdparty%2Fldns.git use AC_INCLUDES_DEFAULT everywhere --- diff --git a/examples/configure.ac b/examples/configure.ac index 9a209c31..eacf5754 100644 --- a/examples/configure.ac +++ b/examples/configure.ac @@ -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