A little BDB cleanup

This commit is contained in:
Kurt Zeilenga 2001-05-28 22:05:49 +00:00
parent 5e94800144
commit 3ca26377c0
3 changed files with 224 additions and 220 deletions

View File

@ -360,6 +360,9 @@ done:
if( rc == 0 ) {
db_appexit( &env );
}
unlink("__db_mpool.share");
unlink("__db_lock.share");
#endif
return rc;

439
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1728,8 +1728,6 @@ if test $ol_with_ldbm_api = auto \
OL_BERKELEY_COMPAT_DB
else
OL_BERKELEY_DB
if( -e __db_lock.share ) rm -f __db_lock.share
fi
if test $ol_cv_berkeley_db != no ; then