Various polishing: man page tweaks, --version now does something,
[sgt/agedu] / agedu.h
diff --git a/agedu.h b/agedu.h
index 21c015a..4f6d874 100644 (file)
--- a/agedu.h
+++ b/agedu.h
@@ -2,8 +2,12 @@
  * Central header file for agedu, defining various useful things.
  */
 
+#include "config.h"
+
 #define PNAME "agedu"
 
+#define DUMPHDR "agedu dump file. pathsep="
+
 #define lenof(x) (sizeof((x))/sizeof(*(x)))
 
 extern char pathsep;