move static path into local headers that are not installed to prepare for configure-time relocations. Prompted by Hai Zaars FHS thread on heimdal-discuss
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22198 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -135,10 +135,6 @@ struct hdb_so_method {
|
|||||||
krb5_error_code (*create)(krb5_context, HDB **, const char *filename);
|
krb5_error_code (*create)(krb5_context, HDB **, const char *filename);
|
||||||
};
|
};
|
||||||
|
|
||||||
#define HDB_DB_DIR "/var/heimdal"
|
|
||||||
#define HDB_DEFAULT_DB HDB_DB_DIR "/heimdal"
|
|
||||||
#define HDB_DB_FORMAT_ENTRY "hdb/db-format"
|
|
||||||
|
|
||||||
typedef krb5_error_code (*hdb_foreach_func_t)(krb5_context, HDB*,
|
typedef krb5_error_code (*hdb_foreach_func_t)(krb5_context, HDB*,
|
||||||
hdb_entry_ex*, void*);
|
hdb_entry_ex*, void*);
|
||||||
extern krb5_kt_ops hdb_kt_ops;
|
extern krb5_kt_ops hdb_kt_ops;
|
||||||
|
@@ -64,4 +64,8 @@
|
|||||||
#include <hdb.h>
|
#include <hdb.h>
|
||||||
#include <hdb-private.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"
|
||||||
|
|
||||||
#endif /* __HDB_LOCL_H__ */
|
#endif /* __HDB_LOCL_H__ */
|
||||||
|
Reference in New Issue
Block a user