aboutsummaryrefslogtreecommitdiff
path: root/lib/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 /lib/setup.h
parent29f7f468ced90d4a3d1084295318b3d640ac3e0b (diff)
somewhat protect Mac OS X users from using Mac OS 9 config file
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 864896118..59da0e0d3 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -48,8 +48,8 @@
#endif
#endif
-#ifdef macintosh
-#include "config-mac.h"
+#if defined(macintosh) && defined(__MRC__)
+# include "config-mac.h"
#endif
#ifdef __AMIGA__