From 38a723d44207e70b6aace16cd15dec7eb8bffe9b Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sun, 25 Mar 2007 04:27:15 +0000 Subject: [PATCH] Revert prev commits, didn't belong here --- configure.in | 9 --------- include/portable.hin | 9 --------- 2 files changed, 18 deletions(-) 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 -- 2.39.5