aboutsummaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-05 01:27:24 +0000
committerYang Tse <yangsita@gmail.com>2008-09-05 01:27:24 +0000
commit62519bfe059251af2914199f284c736553ff0489 (patch)
tree01c3b4f32b3b86c6ac6da3c3da0c9cadd49a28e6 /src/setup.h
parent29f7f468ced90d4a3d1084295318b3d640ac3e0b (diff)
somewhat protect Mac OS X users from using Mac OS 9 config file
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setup.h b/src/setup.h
index 4f0835e3c..b56407c64 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -46,8 +46,8 @@
#include "config-win32.h"
#endif
-#ifdef macintosh
-#include "config-mac.h"
+#if defined(macintosh) && defined(__MRC__)
+# include "config-mac.h"
#endif
#ifdef __riscos__