From 9db3e7fe8da057ab46d5ee3021c36725c859f2c2 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 4 Apr 1996 20:34:24 +0000 Subject: [PATCH] Moved filename defines here git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@383 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/kafs/kafs.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/kafs/kafs.h b/lib/kafs/kafs.h index 85bf87c27..ad9b9bc47 100644 --- a/lib/kafs/kafs.h +++ b/lib/kafs/kafs.h @@ -46,4 +46,9 @@ int k_pioctl __P((char *a_path, int k_unlog __P((void)); int k_setpag __P((void)); +#define _PATH_VICE "/usr/vice/etc/" +#define _PATH_THISCELL _PATH_VICE "ThisCell" +#define _PATH_CELLSERVDB _PATH_VICE "CellServDB" +#define _PATH_THESECELLS _PATH_VICE "TheseCells" + #endif /* __KAFS_H */