mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
Fix typo in prev commit
This commit is contained in:
parent
7f32178616
commit
0355abeb1a
2 changed files with 4 additions and 4 deletions
|
|
@ -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) || \
|
||||
|
|
|
|||
Loading…
Reference in a new issue