move default "directory"

This commit is contained in:
Kurt Zeilenga 2000-05-03 19:01:29 +00:00
parent d0555fffe6
commit dcc943e528
2 changed files with 3 additions and 3 deletions

View file

@ -15,8 +15,8 @@ LDAP_BEGIN_DECL
which is suggested by Sleepycat */
#define DEFAULT_DBCACHE_SIZE (128 * DEFAULT_DB_PAGE_SIZE)
#define DEFAULT_DB_DIRECTORY "/usr/tmp"
#define DEFAULT_DB_HOME "/usr/tmp"
#define DEFAULT_DB_DIRECTORY LDAP_RUNDIR LDAP_DIRSEP "openldap-bdb2"
#define DEFAULT_DB_HOME DEFAULT_DB_DIRECTORY
#define DEFAULT_MODE 0600
#define SUBLEN 3

View file

@ -20,7 +20,7 @@ LDAP_BEGIN_DECL
# define DEFAULT_DBCACHE_SIZE 100000
#endif
#define DEFAULT_DB_DIRECTORY "/usr/tmp"
#define DEFAULT_DB_DIRECTORY LDAP_RUNDIR LDAP_DIRSEP "openldap-ldbm"
#define DEFAULT_MODE 0600
#define SUBLEN 3