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
Joe Martin
OpenLDAP
Commits
13d29bab
Commit
13d29bab
authored
Mar 02, 2003
by
Howard Chu
Browse files
Fix accrights test, use <sys/socket.h>
parent
fe4f3553
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/openldap.m4
View file @
13d29bab
...
...
@@ -1220,7 +1220,7 @@ dnl ====================================================================
dnl check for msg_accrights in msghdr
AC_DEFUN(OL_MSGHDR_MSG_ACCRIGHTS,
[AC_CACHE_CHECK(msg_accrights in msghdr, ol_cv_msg_accrights,
[AC_TRY_COMPILE([#include <socket.h>],
[AC_TRY_COMPILE([#include <
sys/
socket.h>],
[struct msghdr m; m.msg_accrightslen=0],
ol_cv_msghdr_msg_accrights=yes, ol_cv_msghdr_msg_accrights=no)
])
...
...
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