Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
da16a6b6
Commit
da16a6b6
authored
Sep 02, 2005
by
Mark Andrews
Browse files
Pull in host order macros when _XOPEN_SOURCE_EXTENDED is defined. [RT #14966]
parent
e3c0f34c
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/bind/port_before.h.in
View file @
da16a6b6
...
...
@@ -138,6 +138,11 @@ struct timezone; /* silence warning */
#define ISC_FORMAT_PRINTF(fmt, args)
#endif
/* Pull in host order macros when _XOPEN_SOURCE_EXTENDED is defined. */
#if defined(__hpux) && defined(_XOPEN_SOURCE_EXTENDED)
#include <sys/byteorder.h>
#endif
#endif
/*! \file */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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