From a2bf135003184dbbf23bc0fde6d1ac9a23568e73 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Fri, 14 Feb 2014 09:23:32 +0000 Subject: [PATCH] Port to Minix 3.2.1. git-svn-id: file:///svn/unbound/trunk@3081 be551aaa-1e26-0410-a405-d3ace91eadb9 --- configure.ac | 3 +++ doc/Changelog | 3 +++ 2 files changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac index 42e8e6e21..94c587d74 100644 --- a/configure.ac +++ b/configure.ac @@ -92,6 +92,9 @@ AC_DEFINE_UNQUOTED(CONFIGURE_DATE, ["`date`"], [configure date]) CFLAGS="$CFLAGS" AC_AIX +if test "$ac_cv_header_minix_config_h" = "yes"; then + AC_DEFINE(_NETBSD_SOURCE,1, [Enable for compile on Minix]) +fi dnl dnl By default set prefix to /usr/local diff --git a/doc/Changelog b/doc/Changelog index 80d9c8ea5..d960366e8 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +14 February 2014: Wouter + - Works on Minix (3.2.1). + 11 February 2014: Wouter - Fix parse of #553(NSD) string in sldns, quotes without spaces.