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:
@@ -124,4 +124,7 @@
|
|||||||
#define ALLOC(X, N) (X) = calloc((N), sizeof(*(X)))
|
#define ALLOC(X, N) (X) = calloc((N), sizeof(*(X)))
|
||||||
#define ALLOC_SEQ(X, N) do { (X)->len = (N); ALLOC((X)->val, (N)); } while(0)
|
#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__ */
|
#endif /* __KRB5_LOCL_H__ */
|
||||||
|
Reference in New Issue
Block a user