Source
--- src/anlghead.h.orig Sun Dec 19 06:51:30 2004
+++ src/anlghead.h Thu Dec 23 00:25:34 2004
@@ -47,7 +47,7 @@
-#define IMAGEDIR "images/"
+#define IMAGEDIR "@@PREFIX@@/share/analog/images/"
/* URL of the directory where the images for the graphical reports live.
The URL can be absolute, or relative to the output page: e.g., just the
empty string "" for the same directory as the output page. */
@@ -93,41 +93,41 @@
directory. This may or may not work, so it's better to specify a location
explicitly here if you know where the files will be kept. */
-#define LANGDIR NULL
+#define LANGDIR "@@PREFIX@@/share/analog/lang/"
/* Directory where the language files live. Actually, if this one is defined
to be NULL, they will be looked for inside the "lang" subdirectory of the
directory containing the analog binary. */
-#define CONFIGDIR NULL
+#define CONFIGDIR ""
/* Directory containing configuration files. */
-#define LOGSDIR NULL
+#define LOGSDIR ""
/* Directory containing logfiles. */
-#define CACHEDIR NULL
+#define CACHEDIR ""
/* Directory containing cache files. */
-#define OUTDIR NULL
+#define OUTDIR ""
/* Directory for writing output files: must already exist. */
-#define HEADERDIR NULL
+#define HEADERDIR ""
/* Directory containing header and footer files. */
-#define DNSDIR NULL
+#define DNSDIR ""
/* Directory containing DNS files. */
-#define LOCKDIR NULL
+#define LOCKDIR ""
/* Directory containing the DNS lock file. */
-#define ERRDIR NULL
+#define ERRDIR ""
/* Directory containing the ERRFILE. */