]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2407. [port] hpux: test for sys/dyntune.h. [RT #18421]
authorMark Andrews <marka@isc.org>
Tue, 5 Aug 2008 07:04:49 +0000 (07:04 +0000)
committerMark Andrews <marka@isc.org>
Tue, 5 Aug 2008 07:04:49 +0000 (07:04 +0000)
CHANGES
config.h.in

diff --git a/CHANGES b/CHANGES
index 45c798c627e5f1fe63831cec7f2031338444c386..6731572f5d09b741249a070d4189876f9a9ceb81 100644 (file)
--- 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]
 
index 692ead8cfd1e3acb4672eddc506ce16f14478679..567e844735a72f444ff45a7abe703469b33341e1 100644 (file)
@@ -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 <sys/capability.h> header file. */
 #undef HAVE_SYS_CAPABILITY_H
 
+/* Define to 1 if you have the <sys/dyntune.h> header file. */
+#undef HAVE_SYS_DYNTUNE_H
+
 /* Define to 1 if you have the <sys/param.h> header file. */
 #undef HAVE_SYS_PARAM_H