summaryrefslogtreecommitdiffstats
path: root/trunk/source/initfile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/initfile.cc')
-rw-r--r--trunk/source/initfile.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/trunk/source/initfile.cc b/trunk/source/initfile.cc
index 2d00edcb18..706e98ea72 100644
--- a/trunk/source/initfile.cc
+++ b/trunk/source/initfile.cc
@@ -3,6 +3,8 @@
* Summary: Simple reading of an init file and system variables
* Written by: David Loewenstern
*
+ * Modified for Crawl Reference by $Author$ on $Date$
+ *
* Change History (most recent first):
*
* <3> 5 May 2000 GDL Add field stripping for 'name'
@@ -33,7 +35,7 @@ extern unsigned char (*mapch2) (unsigned char);
extern unsigned char mapchar3(unsigned char ldfk);
extern unsigned char mapchar4(unsigned char ldfk);
-#ifdef LINUX
+#ifdef UNIX
extern int character_set; // unices only
#endif
@@ -933,7 +935,7 @@ bool parse_args( int argc, char **argv, bool rc_only )
viewwindow = &viewwindow3;
mapch = &mapchar3;
mapch2 = &mapchar4;
-#ifdef LINUX
+#ifdef UNIX
character_set = 0;
#endif
}