diff options
| author | YAMAMOTO Mitsuharu | 2005-03-16 08:10:12 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-03-16 08:10:12 +0000 |
| commit | 2dfcf9681d512c544ba8ad9e181538b7f79ac603 (patch) | |
| tree | c1ac92c18a712d88981ff92f7afba11e00c18682 /src | |
| parent | ecc175e2540efb16daadbb1c5b012ad0e13f3f47 (diff) | |
| download | emacs-2dfcf9681d512c544ba8ad9e181538b7f79ac603.tar.gz emacs-2dfcf9681d512c544ba8ad9e181538b7f79ac603.zip | |
(DARWIN): Don't define.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/darwin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h index 5b162ea08a3..970e954b616 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h | |||
| @@ -37,9 +37,12 @@ Boston, MA 02111-1307, USA. */ | |||
| 37 | #define BSD_SYSTEM | 37 | #define BSD_SYSTEM |
| 38 | /* #define VMS */ | 38 | /* #define VMS */ |
| 39 | 39 | ||
| 40 | #if 0 /* Don't define DARWIN on Mac OS X because CoreFoundation.h uses | ||
| 41 | it to distinguish Mac OS X from bare Darwin. */ | ||
| 40 | #ifndef DARWIN | 42 | #ifndef DARWIN |
| 41 | #define DARWIN 1 | 43 | #define DARWIN 1 |
| 42 | #endif | 44 | #endif |
| 45 | #endif | ||
| 43 | 46 | ||
| 44 | /* MAC_OS is used to conditionally compile code common to both MAC_OS8 | 47 | /* MAC_OS is used to conditionally compile code common to both MAC_OS8 |
| 45 | and MAC_OSX. */ | 48 | and MAC_OSX. */ |