From 146484aced3e6c1b9cc88db5e75b8cbfd166f701 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 5 Aug 2008 07:04:49 +0000 Subject: [PATCH] 2407. [port] hpux: test for sys/dyntune.h. [RT #18421] --- CHANGES | 2 ++ config.h.in | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 45c798c627..6731572f5d 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 692ead8cfd..567e844735 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 -- GitLab