mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
Fix typo in prev commit
This commit is contained in:
parent
7f32178616
commit
0355abeb1a
@ -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 New Issue
Block a user