summaryrefslogtreecommitdiff
path: root/zwgc/main.h
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-11-15 05:00:51 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-11-15 05:00:51 +0000
commit04a695d634d645226451e2f59d4f3cb4fd040867 (patch)
treecd6eb5fbb0e88715c0479cdeea5fd0d31beea371 /zwgc/main.h
parent3739c3c286db587d166cf6a2f2cb799fa168d32d (diff)
add default description location
Diffstat (limited to 'zwgc/main.h')
-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