Skip to content
Snippets Groups Projects
Commit 0355abeb authored by Howard Chu's avatar Howard Chu
Browse files

Fix typo in prev commit

parent 7f321786
No related branches found
No related tags found
No related merge requests found
......@@ -144,8 +144,8 @@ AH_BOTTOM([
# define WIN32_LEAN_AND_MEAN 1
#endif
#ifdef LDAP_PF_LOCAL
#if !defined(HAVE_GETPEEREID) && \
#if defined(LDAP_PF_LOCAL) && \
!defined(HAVE_GETPEEREID) && \
!defined(HAVE_GETPEERUCRED) && \
!defined(SO_PEERCRED) && !defined(LOCAL_PEERCRED) && \
defined(HAVE_SENDMSG) && (defined(HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTSLEN) || \
......
......@@ -1071,8 +1071,8 @@
# define WIN32_LEAN_AND_MEAN 1
#endif
#ifdef LDAP_PF_LOCAL
#if !defined(HAVE_GETPEEREID) && \
#if defined(LDAP_PF_LOCAL) && \
!defined(HAVE_GETPEEREID) && \
!defined(HAVE_GETPEERUCRED) && \
!defined(SO_PEERCRED) && !defined(LOCAL_PEERCRED) && \
defined(HAVE_SENDMSG) && (defined(HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTSLEN) || \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment