Документ взят из кэша поисковой машины. Адрес оригинального документа : http://mirror.msu.net/pub/gentoo-portage/app-admin/analog/files/analog-5.1-gentoo.diff
Дата изменения: Sat Sep 18 07:27:44 2010
Дата индексирования: Sun Feb 3 21:35:44 2013
Кодировка:
--- a/src/anlghead.h Wed Nov 7 06:06:46 2001
+++ b/src/anlghead.h Mon Dec 31 16:47:43 2001
@@ -81,15 +81,11 @@
and use that directory; or the current directory if it couldn't deduce a
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
-#endif
+#define LANGDIR "/usr/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. */
-#ifndef CONFIGDIR
-#define CONFIGDIR NULL
-#endif
+#define CONFIGDIR "/etc/analog/"
/* Directory containing configuration files. */
#ifndef LOGSDIR
#define LOGSDIR NULL