mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
2407. [port] hpux: test for sys/dyntune.h. [RT #18421]
This commit is contained in:
parent
dbe9f900ec
commit
146484aced
2 changed files with 6 additions and 1 deletions
2
CHANGES
2
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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue