add macro constants for kdc.conf, and kdc.log

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9048 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-09-10 19:27:04 +00:00
parent ad3946bca9
commit 5793cb0646

View File

@@ -72,6 +72,9 @@ extern int enable_524;
extern krb5_boolean enable_kaserver;
#endif
#define _PATH_KDC_CONF HDB_DB_DIR "/kdc.conf"
#define DEFAULT_LOG_DEST "0-1/FILE:" HDB_DB_DIR "/kdc.log"
extern struct timeval now;
#define kdc_time (now.tv_sec)