summaryrefslogtreecommitdiff
path: root/zwgc/main.h
diff options
context:
space:
mode:
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