summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zwgc/main.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/zwgc/main.h b/zwgc/main.h
index 663afb3..afd7773 100644
--- a/zwgc/main.h
+++ b/zwgc/main.h
@@ -29,4 +29,15 @@ extern char *subscriptions_filename_override;
extern void usage();
+/* USRDESC points to a file (relative to user's homedir) which has a user's
+ description file */
+
+#define USRDESC ".zwgc.desc"
+
+/* DEFDESC points to where the system default description is stored */
+
+#ifndef DEFDESC
+#define DEFDESC "/etc/athena/zwgc.desc"
+#endif
+
#endif