aboutsummaryrefslogtreecommitdiff
path: root/include/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/conf.h')
-rw-r--r--include/conf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/conf.h b/include/conf.h
index 99d550d..fa27b16 100644
--- a/include/conf.h
+++ b/include/conf.h
@@ -20,7 +20,10 @@ typedef struct {
char *datadir;
char *mandir;
char *sysconfdir;
+ char *tmpdir;
char *localstatedir;
+ char *dbdir; // $localstate/db
+ char *dbrecdir; // $localstate/db/records
} SPM_Hierarchy;
typedef struct {