]> git.sur5r.net Git - openldap/commitdiff
Added check for getpass() as well as adding it to the -llutil Makefile.in (BeOS will...
authorBen Collins <bcollins@openldap.org>
Sat, 13 Mar 1999 02:08:42 +0000 (02:08 +0000)
committerBen Collins <bcollins@openldap.org>
Sat, 13 Mar 1999 02:08:42 +0000 (02:08 +0000)
configure
configure.in
include/portable.h.in
libraries/liblutil/Makefile.in

index a7fa94d62ba83462a4f9d41f984b86733b575e57..6de94daf0e30f8ee38fb68b6f15880777ea1a7e5 100755 (executable)
--- a/configure
+++ b/configure
@@ -9805,6 +9805,7 @@ for ac_func in \
        flock                   \
        getdtablesize   \
        gethostname             \
+       getpass                 \
        getpwuid                \
        gettimeofday    \
        lockf                   \
@@ -9832,12 +9833,12 @@ for ac_func in \
 
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:9836: checking for $ac_func" >&5
+echo "configure:9837: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 9841 "configure"
+#line 9842 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -9860,7 +9861,7 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:9864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9865: \"$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
@@ -9888,12 +9889,12 @@ done
 for ac_func in getopt tempnam
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:9892: checking for $ac_func" >&5
+echo "configure:9893: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 9897 "configure"
+#line 9898 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -9916,7 +9917,7 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:9920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9921: \"$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
@@ -9946,13 +9947,13 @@ done
 # Check Configuration
 
 echo $ac_n "checking declaration of sys_errlist""... $ac_c" 1>&6
-echo "configure:9950: checking declaration of sys_errlist" >&5
+echo "configure:9951: checking declaration of sys_errlist" >&5
 if eval "test \"`echo '$''{'ol_cv_dcl_sys_errlist'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
        cat > conftest.$ac_ext <<EOF
-#line 9956 "configure"
+#line 9957 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -9962,7 +9963,7 @@ int main() {
 char *c = (char *) *sys_errlist
 ; return 0; }
 EOF
-if { (eval echo configure:9966: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:9967: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ol_cv_dcl_sys_errlist=yes
 else
@@ -9982,20 +9983,20 @@ if test $ol_cv_dcl_sys_errlist = no ; then
 EOF
 
        echo $ac_n "checking existence of sys_errlist""... $ac_c" 1>&6
-echo "configure:9986: checking existence of sys_errlist" >&5
+echo "configure:9987: checking existence of sys_errlist" >&5
        if eval "test \"`echo '$''{'ol_cv_have_sys_errlist'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
                cat > conftest.$ac_ext <<EOF
-#line 9992 "configure"
+#line 9993 "configure"
 #include "confdefs.h"
 #include <errno.h>
 int main() {
 char *c = (char *) *sys_errlist
 ; return 0; }
 EOF
-if { (eval echo configure:9999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10000: \"$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 a7bd5411343a40694c662711ea03398ec597ac20..7285b0ebead53734b362c99c1ee507d8215d82ba 100644 (file)
@@ -1628,6 +1628,7 @@ AC_CHECK_FUNCS(           \
        flock                   \
        getdtablesize   \
        gethostname             \
+       getpass                 \
        getpwuid                \
        gettimeofday    \
        lockf                   \
index db140ee452e4a986495c2226ae311dad93c824a1..ce54520159b0d2cb9f55e35367daf2505bbbf078 100644 (file)
 /* Define if you have the getopt function.  */
 #undef HAVE_GETOPT
 
+/* Define if you have the getpass function.  */
+#undef HAVE_GETPASS
+
 /* Define if you have the getpwuid function.  */
 #undef HAVE_GETPWUID
 
index db5d90194835083947977c5a0e18bec0219f0594..94502f11fd1f67b6e5b17b5ce6f306f3cf5fb42a 100644 (file)
@@ -3,8 +3,8 @@
 ##
 
 LIBRARY        = liblutil.a
-SRCS   = base64.c detach.c md5.c passwd.c sha1.c
-OBJS   = base64.o detach.o md5.o passwd.o sha1.o @LIBOBJS@
+SRCS   = base64.c detach.c md5.c passwd.c sha1.c getpass.c
+OBJS   = base64.o detach.o md5.o passwd.o sha1.o getpass.o @LIBOBJS@
 
 LDAP_INCDIR= ../../include       
 LDAP_LIBDIR= ../../libraries