Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HAMANO Tsukasa
OpenLDAP
Commits
b23bb7a0
Commit
b23bb7a0
authored
Feb 21, 2012
by
Howard Chu
Browse files
ITS#7160 get BYTE_ORDER def for HPUX (and Solaris)
parent
95379675
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libmdb/mdb.c
View file @
b23bb7a0
...
...
@@ -57,6 +57,10 @@
#include <time.h>
#include <unistd.h>
#if !(defined(BYTE_ORDER) || defined(__BYTE_ORDER))
#include <resolv.h>
/* defines BYTE_ORDER on HPUX and Solaris */
#endif
#ifndef _WIN32
#include <pthread.h>
#ifdef __APPLE__
...
...
Write
Preview
Supports
Markdown
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