]> git.sur5r.net Git - openldap/commitdiff
surrogate parent changes
authorKurt Zeilenga <kurt@openldap.org>
Fri, 11 Oct 2002 01:44:00 +0000 (01:44 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 11 Oct 2002 01:44:00 +0000 (01:44 +0000)
configure
configure.in
include/portable.h.in

index 5d345a480c12a8d764bc1ab4dd70dcdc0bd7ce54..59c38bc9f4dd0f8c53d9227a51a0461dd959277d 100755 (executable)
--- 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 <<EOF
-#line 21990 "configure"
+#line 21989 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -22010,7 +22009,7 @@ f = $ac_func;
 
 ; return 0; }
 EOF
-if { (eval echo configure:22014: \"$ac_link\") 1>&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 <<EOF
-#line 22047 "configure"
+#line 22046 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -22067,7 +22066,7 @@ f = $ac_func;
 
 ; return 0; }
 EOF
-if { (eval echo configure:22071: \"$ac_link\") 1>&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
 
 # 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 <<EOF
-#line 22124 "configure"
+#line 22123 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -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 <<EOF
-#line 22166 "configure"
+#line 22165 "configure"
 #include "confdefs.h"
 #include <errno.h>
 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
index e01cb66c9daecd5eacba201606e3196c904ccd0d..a8f948301e988de7e9d5013a7db76371e0f643a4 100644 (file)
@@ -2413,7 +2413,6 @@ AC_CHECK_FUNCS(           \
        read                    \
        recv                    \
        recvfrom                \
-       recvmsg                 \
        setpwfile               \
        setgid                  \
        setegid                 \
index f0ccb4da61d1c5903c7be51921a8b9a895fde4bb..faca16fac561654a15c868b0b67b3acd0157a891 100644 (file)
 /* 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