summaryrefslogtreecommitdiff
path: root/zwgc/main.h
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 18:12:16 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 18:12:16 +0000
commitce6018836c422c86a729ba39fe5433ec11b87b02 (patch)
treecc2e6601489384fcf41e0565e8906822897b46c8 /zwgc/main.h
parentac16f380e349fa39ec7e26bccb5456cb300006a5 (diff)
Pull in sources from zephyr locker. See /mit/zephyr/repository for
detailed change information.
Diffstat (limited to 'zwgc/main.h')
-rw-r--r--zwgc/main.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/zwgc/main.h b/zwgc/main.h
index 73b49eb..0af201e 100644
--- a/zwgc/main.h
+++ b/zwgc/main.h
@@ -19,6 +19,7 @@
#ifndef main_MODULE
#define main_MODULE
+extern char *progname;
extern char *subscriptions_filename_override;
/*
@@ -34,10 +35,11 @@ extern void usage();
#define USRDESC ".zwgc.desc"
-/* DEFDESC points to where the system default description is stored */
+/* DEFDESC points to a file (relative to the data directory) which has the
+ * system default description file */
#ifndef DEFDESC
-#define DEFDESC "/usr/athena/lib/zephyr/zwgc.desc"
+#define DEFDESC "zwgc.desc"
#endif
#endif