From: Mark Andrews Date: Tue, 5 Aug 2008 07:04:49 +0000 (+0000) Subject: 2407. [port] hpux: test for sys/dyntune.h. [RT #18421] X-Git-Tag: v9.3.6b1~36^2~49 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=146484aced3e6c1b9cc88db5e75b8cbfd166f701;p=thirdparty%2Fbind9.git 2407. [port] hpux: test for sys/dyntune.h. [RT #18421] --- diff --git a/CHANGES b/CHANGES index 45c798c627e..6731572f5d0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2407. [port] hpux: test for sys/dyntune.h. [RT #18421] + 2406. [bug] Sockets could be closed too early, leading to inconsistent states in the socket module. [RT #18298] diff --git a/config.h.in b/config.h.in index 692ead8cfd1..567e844735a 100644 --- a/config.h.in +++ b/config.h.in @@ -16,7 +16,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: config.h.in,v 1.99 2008/05/06 01:30:26 each Exp $ */ +/* $Id: config.h.in,v 1.100 2008/08/05 07:04:49 marka Exp $ */ /*! \file */ @@ -232,6 +232,9 @@ int sigwait(const unsigned int *set, int *sig); /* Define to 1 if you have the header file. */ #undef HAVE_SYS_CAPABILITY_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_DYNTUNE_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H