diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2007-09-11 01:04:00 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2007-09-11 01:04:00 +0000 |
commit | b7ea08942c4989c54b24d4d4db7157d89862e61b (patch) | |
tree | ac0dce9df20b93d186c01c714f5c66eb51c37245 /src/s/darwin.h | |
parent | 22a582554e4a60dcc6a30e6d743dcff39eab9b17 (diff) | |
download | emacs-b7ea08942c4989c54b24d4d4db7157d89862e61b.tar.gz |
* s/darwin.h (MULTI_KBOARD): Only define for Carbon.
Diffstat (limited to 'src/s/darwin.h')
-rw-r--r-- | src/s/darwin.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h index 300fb27e20e..6bfa0e95106 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h @@ -38,9 +38,6 @@ Boston, MA 02110-1301, USA. */ #define BSD_SYSTEM /* #define VMS */ -/* XXX The MULTI_KBOARD support does not work yet on this platform. */ -#undef MULTI_KBOARD - #if 0 /* Don't define DARWIN on Mac OS X because CoreFoundation.h uses it to distinguish Mac OS X from bare Darwin. */ #ifndef DARWIN @@ -55,6 +52,10 @@ Boston, MA 02110-1301, USA. */ #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 |