]> git.sur5r.net Git - openldap/commitdiff
Fix typo in prev commit
authorHoward Chu <hyc@openldap.org>
Sun, 25 Mar 2007 04:13:55 +0000 (04:13 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 25 Mar 2007 04:13:55 +0000 (04:13 +0000)
configure.in
include/portable.hin

index 1aa302926c2422ff9b6a92f0ad7ff1f116065b9a..47b28f8fececfeb8e164f95823a394635a265a98 100644 (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) || \
index 1f4e5b5e939c5e95eebdbb5ae50b5f90c18d00d3..951ffdf4c4eebedcb38bef28cb7efcdba2978cb5 100644 (file)
 #      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) || \