*** popauth.c Wed Nov 19 13:20:38 1997 --- popauth.c Thu Feb 12 18:24:55 1998 *************** *** 48,52 **** #endif ! #ifdef BSDI #define BSD44_DBM #endif --- 48,52 ---- #endif ! #if defined (BSDI) || defined (__NetBSD__) #define BSD44_DBM #endif --- configure 1998/02/13 14:20:41 1.1 +++ configure 1998/02/13 14:21:09 @@ -1415,7 +1415,6 @@ netinet/in.h \ maillock.h \ ndbm.h \ -gdbm.h \ dbm.h \ do @@ -1738,49 +1737,6 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 DBM_LIBS="-ldbm" -else - echo "$ac_t""no" 1>&6 -fi - -echo $ac_n "checking for gdbm_open in -lgdbm""... $ac_c" 1>&6 -echo "configure:1747: checking for gdbm_open in -lgdbm" >&5 -ac_lib_var=`echo gdbm'_'gdbm_open | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - ac_save_LIBS="$LIBS" -LIBS="-lgdbm $LIBS" -cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - DBM_LIBS="-lgdbm" cat >> confdefs.h <<\EOF -#define GDBM 1 -EOF - else echo "$ac_t""no" 1>&6 fi