somewhat protect Mac OS X users from using Mac OS 9 config file

This commit is contained in:
Yang Tse 2008-09-05 01:27:24 +00:00
parent 29f7f468ce
commit 62519bfe05
4 changed files with 26 additions and 4 deletions

View file

@ -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__