Move KEYTAB_DEFAULT from keytab.c.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4703 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-04-03 02:18:54 +00:00
parent ec6338f9d4
commit 2091760f58

View File

@@ -124,4 +124,7 @@
#define ALLOC(X, N) (X) = calloc((N), sizeof(*(X)))
#define ALLOC_SEQ(X, N) do { (X)->len = (N); ALLOC((X)->val, (N)); } while(0)
/* should this be public? */
#define KEYTAB_DEFAULT "FILE:/etc/krb5.keytab"
#endif /* __KRB5_LOCL_H__ */