diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/darwin.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h index 59f63f57189..a4b3b727537 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h | |||
| @@ -40,8 +40,10 @@ Boston, MA 02111-1307, USA. */ | |||
| 40 | /* MAC_OS is used to conditionally compile code common to both MAC_OS8 | 40 | /* MAC_OS is used to conditionally compile code common to both MAC_OS8 |
| 41 | and MAC_OSX. */ | 41 | and MAC_OSX. */ |
| 42 | #ifdef MAC_OSX | 42 | #ifdef MAC_OSX |
| 43 | #ifdef HAVE_CARBON | ||
| 43 | #define MAC_OS | 44 | #define MAC_OS |
| 44 | #endif | 45 | #endif |
| 46 | #endif | ||
| 45 | 47 | ||
| 46 | /* SYSTEM_TYPE should indicate the kind of system you are using. | 48 | /* SYSTEM_TYPE should indicate the kind of system you are using. |
| 47 | It sets the Lisp variable system-type. */ | 49 | It sets the Lisp variable system-type. */ |
| @@ -222,7 +224,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 222 | #define HAVE_SOCKETS | 224 | #define HAVE_SOCKETS |
| 223 | 225 | ||
| 224 | /* Extra initialization calls in main for Mac OS X system type. */ | 226 | /* Extra initialization calls in main for Mac OS X system type. */ |
| 227 | #ifdef HAVE_CARBON | ||
| 225 | #define SYMS_SYSTEM syms_of_mac() | 228 | #define SYMS_SYSTEM syms_of_mac() |
| 229 | #endif | ||
| 226 | 230 | ||
| 227 | /* Definitions for how to dump. Copied from nextstep.h. */ | 231 | /* Definitions for how to dump. Copied from nextstep.h. */ |
| 228 | 232 | ||
| @@ -271,7 +275,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 271 | 275 | ||
| 272 | /* Tell src/Makefile.in to create files in the Mac OS X application | 276 | /* Tell src/Makefile.in to create files in the Mac OS X application |
| 273 | bundle mac/Emacs.app. */ | 277 | bundle mac/Emacs.app. */ |
| 278 | #ifdef HAVE_CARBON | ||
| 274 | #define OTHER_FILES macosx-app | 279 | #define OTHER_FILES macosx-app |
| 280 | #endif | ||
| 275 | 281 | ||
| 276 | 282 | ||
| 277 | /* Define the following so emacs symbols will not conflict with those | 283 | /* Define the following so emacs symbols will not conflict with those |