Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
635
Issues
635
List
Boards
Labels
Service Desk
Milestones
Merge Requests
108
Merge Requests
108
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
146484ac
Commit
146484ac
authored
Aug 05, 2008
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2407. [port] hpux: test for sys/dyntune.h. [RT #18421]
parent
dbe9f900
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
CHANGES
CHANGES
+2
-0
config.h.in
config.h.in
+4
-1
No files found.
CHANGES
View file @
146484ac
2407. [port] hpux: test for sys/dyntune.h. [RT #18421]
2406. [bug] Sockets could be closed too early, leading to
2406. [bug] Sockets could be closed too early, leading to
inconsistent states in the socket module. [RT #18298]
inconsistent states in the socket module. [RT #18298]
...
...
config.h.in
View file @
146484ac
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
* PERFORMANCE OF THIS SOFTWARE.
* 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 */
/*! \file */
...
@@ -232,6 +232,9 @@ int sigwait(const unsigned int *set, int *sig);
...
@@ -232,6 +232,9 @@ int sigwait(const unsigned int *set, int *sig);
/* Define to 1 if you have the <sys/capability.h> header file. */
/* Define to 1 if you have the <sys/capability.h> header file. */
#undef HAVE_SYS_CAPABILITY_H
#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. */
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
#undef HAVE_SYS_PARAM_H
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment