handle removal of HDB_DB_DIR

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22209 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-07 19:03:41 +00:00
parent 25d04f4314
commit 8e5b5c9e61
2 changed files with 2 additions and 1 deletions

View File

@@ -77,6 +77,8 @@ AM_CPPFLAGS += $(INCLUDE_openldap)
include_HEADERS = hdb.h hdb-protos.h
nodist_include_HEADERS = hdb_err.h hdb_asn1.h
libhdb_la_CPPFLAGS = -DHDB_DB_DIR=\"$(DIR_hdbdir)\"
libhdb_la_LIBADD = \
$(LIB_com_err) \
../krb5/libkrb5.la \

View File

@@ -64,7 +64,6 @@
#include <hdb.h>
#include <hdb-private.h>
#define HDB_DB_DIR "/var/heimdal"
#define HDB_DEFAULT_DB HDB_DB_DIR "/heimdal"
#define HDB_DB_FORMAT_ENTRY "hdb/db-format"