diff options
Diffstat (limited to 'src/s/darwin.h')
-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 183aecaf5d8..6bfa0e95106 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h @@ -50,6 +50,12 @@ Boston, MA 02110-1301, USA. */ #ifdef MAC_OSX #ifdef HAVE_CARBON #define MAC_OS +/* We need a little extra space, see ../../lisp/loadup.el. */ +#define SYSTEM_PURESIZE_EXTRA 30000 + +/* XXX The MULTI_KBOARD support does not work yet on this platform. */ +#undef MULTI_KBOARD + #endif #endif |