add _PATH_ARLA_OPENBSD & c/o

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13176 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-12-02 17:28:18 +00:00
parent 39e3a6595f
commit 1b0cfc72b1
2 changed files with 7 additions and 0 deletions

View File

@@ -203,6 +203,11 @@ krb5_error_code krb5_realm_of_cell __P((const char *cell, char **realm));
#define _PATH_ARLA_DEBIAN_CELLSERVDB _PATH_ARLA_DEBIAN_VICE "CellServDB"
#define _PATH_ARLA_DEBIAN_THESECELLS _PATH_ARLA_DEBIAN_VICE "TheseCells"
#define _PATH_ARLA_OPENBSD_VICE "/etc/afs/"
#define _PATH_ARLA_OPENBSD_THISCELL _PATH_ARLA_OPENBSD_VICE "ThisCell"
#define _PATH_ARLA_OPENBSD_CELLSERVDB _PATH_ARLA_OPENBSD_VICE "CellServDB"
#define _PATH_ARLA_OPENBSD_THESECELLS _PATH_ARLA_OPENBSD_VICE "TheseCells"
extern int _kafs_debug;
#endif /* __KAFS_H */