diff options
Diffstat (limited to 'Mac/Include/config.h')
-rw-r--r-- | Mac/Include/config.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/config.h index 7b98e95..e04fde6 100644 --- a/Mac/Include/config.h +++ b/Mac/Include/config.h @@ -1,4 +1,9 @@ -/* config.h for Macintosh THINK C 6.0. */ +/* config.h for Macintosh THINK C 6.0 and MPW 3.2. */ + +#ifdef MPW +/* This must be is MPW 3.x */ +#define MPW_3 1 +#endif /* Define if on Macintosh (THINK_C or MPW should also be defined) */ #define macintosh |