Fix typo in prev commit

This commit is contained in:
Howard Chu 2007-03-25 04:13:55 +00:00
parent 7f32178616
commit 0355abeb1a
2 changed files with 4 additions and 4 deletions

View File

@ -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) || \

View File

@ -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) || \