From: Howard Chu Date: Sun, 25 Mar 2007 04:27:15 +0000 (+0000) Subject: Revert prev commits, didn't belong here X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~580 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=38a723d44207e70b6aace16cd15dec7eb8bffe9b;p=openldap Revert prev commits, didn't belong here --- diff --git a/configure.in b/configure.in index 47b28f8fec..8fe6c17bb2 100644 --- a/configure.in +++ b/configure.in @@ -144,15 +144,6 @@ AH_BOTTOM([ # define WIN32_LEAN_AND_MEAN 1 #endif -#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) || \ - defined(HAVE_STRUCT_MSGHDR_MSG_CONTROL)) -# define LDAP_PF_LOCAL_SENDMSG 1 -#endif - #ifndef LDAP_NEEDS_PROTOTYPES /* force LDAP_P to always include prototypes */ #define LDAP_NEEDS_PROTOTYPES 1 diff --git a/include/portable.hin b/include/portable.hin index 951ffdf4c4..6bc081c0f9 100644 --- a/include/portable.hin +++ b/include/portable.hin @@ -1071,15 +1071,6 @@ # define WIN32_LEAN_AND_MEAN 1 #endif -#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) || \ - defined(HAVE_STRUCT_MSGHDR_MSG_CONTROL)) -# define LDAP_PF_LOCAL_SENDMSG 1 -#endif - #ifndef LDAP_NEEDS_PROTOTYPES /* force LDAP_P to always include prototypes */ #define LDAP_NEEDS_PROTOTYPES 1