]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
configure generated.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 14 Feb 2014 09:24:39 +0000 (09:24 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 14 Feb 2014 09:24:39 +0000 (09:24 +0000)
git-svn-id: file:///svn/unbound/trunk@3082 be551aaa-1e26-0410-a405-d3ace91eadb9

config.h.in
configure

index 0b56f4f0e9f8561b1af66818ede9714fb7e86c9b..ffab98c1d64a581448c26149fcd89af7a1beb105 100644 (file)
 /* 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
index fac5a15171ed1be23922dea5f04ae81469c2dd90..71de3cebc5de44a84e597ff86956b19efe12bfd7 100755 (executable)
--- 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)