From: Wouter Wijngaards Date: Tue, 14 Jul 2009 07:54:05 +0000 (+0000) Subject: ldns update and RAND_MAX clean up X-Git-Tag: release-1.3.3rc1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=630e83f58b5d9116779652d1cef39e8a003be466;p=thirdparty%2Funbound.git ldns update and RAND_MAX clean up git-svn-id: file:///svn/unbound/trunk@1720 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/config.h.in b/config.h.in index 251d44c2b..7e340b25d 100644 --- a/config.h.in +++ b/config.h.in @@ -658,11 +658,6 @@ #endif /* HAVE_FSEEKO */ -#ifndef RAND_MAX -#define RAND_MAX 2147483647 -#endif - - #ifndef MAXHOSTNAMELEN #define MAXHOSTNAMELEN 256 #endif diff --git a/configure.ac b/configure.ac index 362992d39..ede51e679 100644 --- a/configure.ac +++ b/configure.ac @@ -635,7 +635,6 @@ dnl includes AHX_CONFIG_FORMAT_ATTRIBUTE AHX_CONFIG_UNUSED_ATTRIBUTE AHX_CONFIG_FSEEKO -AHX_CONFIG_RAND_MAX AHX_CONFIG_MAXHOSTNAMELEN AHX_CONFIG_SNPRINTF(unbound) AHX_CONFIG_INET_PTON(unbound) diff --git a/doc/Changelog b/doc/Changelog index cca6b19b5..bcfc42e17 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,7 @@ +14 July 2009: Wouter + - updated ldns tarball for solaris x64 compile assistance. + - no need to define RAND_MAX from config.h. + 13 July 2009: Wouter - Fix for crash at start on windows. - tag for release 1.3.2. diff --git a/ldns-src.tar.gz b/ldns-src.tar.gz index 8886c716d..25bb95189 100644 Binary files a/ldns-src.tar.gz and b/ldns-src.tar.gz differ