Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > b000ae903e1a6c3c0f3f6e98d0617de7 > files > 2

analog-6.0-5mdv2010.0.src.rpm

diff -Naur analog-5.22/src/anlghead.h analog-5.22.oden/src/anlghead.h
--- analog-5.22/src/anlghead.h	Wed Mar 20 10:38:52 2002
+++ analog-5.22.oden/src/anlghead.h	Wed Apr  3 21:12:25 2002
@@ -61,7 +61,7 @@
 #endif
 
 #ifndef DEFAULTCONFIGFILE
-#define DEFAULTCONFIGFILE "analog.cfg"
+#define DEFAULTCONFIGFILE "/etc/analog.cfg"
 /* The name of the default configuration file. */
 #endif
 
@@ -82,13 +82,13 @@
    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. */
 #ifndef LANGDIR
-#define LANGDIR NULL
+#define LANGDIR "/var/lib/analog/lang/"
 #endif
 /* 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. */
 #ifndef CONFIGDIR
-#define CONFIGDIR NULL
+#define CONFIGDIR "/var/lib/analog/"
 #endif
 /* Directory containing configuration files. */
 #ifndef LOGSDIR