From: Wouter Wijngaards Date: Fri, 14 Feb 2014 09:24:39 +0000 (+0000) Subject: configure generated. X-Git-Tag: release-1.4.22rc1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93009bd9f2c30abc59e4dffb85762b46605dcd16;p=thirdparty%2Funbound.git configure generated. git-svn-id: file:///svn/unbound/trunk@3082 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/config.h.in b/config.h.in index 0b56f4f0e..ffab98c1d 100644 --- a/config.h.in +++ b/config.h.in @@ -572,6 +572,9 @@ /* Define to 1 if on MINIX. */ #undef _MINIX +/* Enable for compile on Minix */ +#undef _NETBSD_SOURCE + /* Define to 2 if the system does not provide POSIX.1 features except with this defined. */ #undef _POSIX_1_SOURCE diff --git a/configure b/configure index fac5a1517..71de3cebc 100755 --- a/configure +++ b/configure @@ -4156,6 +4156,11 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } +if test "$ac_cv_header_minix_config_h" = "yes"; then + +$as_echo "#define _NETBSD_SOURCE 1" >>confdefs.h + +fi case "$prefix" in NONE)