From: Kurt Zeilenga Date: Fri, 11 Oct 2002 01:44:00 +0000 (+0000) Subject: surrogate parent changes X-Git-Tag: OPENLDAP_REL_ENG_2_1_6~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c917024f50ae53cb8a19ebed21196dd199839fc7;p=openldap surrogate parent changes --- diff --git a/configure b/configure index 5d345a480c..59c38bc9f4 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -# from OpenLDAP: pkg/ldap/configure.in,v 1.408.2.15 2002/09/19 23:05:03 kurt Exp +# from OpenLDAP: pkg/ldap/configure.in,v 1.408.2.16 2002/10/10 01:50:44 kurt Exp # Copyright 1998-2002 The OpenLDAP Foundation. All Rights Reserved. # @@ -21952,7 +21952,6 @@ for ac_func in \ read \ recv \ recvfrom \ - recvmsg \ setpwfile \ setgid \ setegid \ @@ -21981,12 +21980,12 @@ for ac_func in \ do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:21985: checking for $ac_func" >&5 +echo "configure:21984: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22013: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -22038,12 +22037,12 @@ done for ac_func in getopt do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:22042: checking for $ac_func" >&5 +echo "configure:22041: checking for $ac_func" >&5 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -22114,13 +22113,13 @@ fi # Check Configuration echo $ac_n "checking declaration of sys_errlist""... $ac_c" 1>&6 -echo "configure:22118: checking declaration of sys_errlist" >&5 +echo "configure:22117: checking declaration of sys_errlist" >&5 if eval "test \"\${ol_cv_dcl_sys_errlist+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < @@ -22133,7 +22132,7 @@ int main() { char *c = (char *) *sys_errlist ; return 0; } EOF -if { (eval echo configure:22137: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:22136: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ol_cv_dcl_sys_errlist=yes ol_cv_have_sys_errlist=yes @@ -22156,20 +22155,20 @@ EOF echo $ac_n "checking existence of sys_errlist""... $ac_c" 1>&6 -echo "configure:22160: checking existence of sys_errlist" >&5 +echo "configure:22159: checking existence of sys_errlist" >&5 if eval "test \"\${ol_cv_have_sys_errlist+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { char *c = (char *) *sys_errlist ; return 0; } EOF -if { (eval echo configure:22173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:22172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ol_cv_have_sys_errlist=yes else diff --git a/configure.in b/configure.in index e01cb66c9d..a8f948301e 100644 --- a/configure.in +++ b/configure.in @@ -2413,7 +2413,6 @@ AC_CHECK_FUNCS( \ read \ recv \ recvfrom \ - recvmsg \ setpwfile \ setgid \ setegid \ diff --git a/include/portable.h.in b/include/portable.h.in index f0ccb4da61..faca16fac5 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -227,9 +227,6 @@ /* Define if you have the recvfrom function. */ #undef HAVE_RECVFROM -/* Define if you have the recvmsg function. */ -#undef HAVE_RECVMSG - /* Define if you have the sched_yield function. */ #undef HAVE_SCHED_YIELD