summaryrefslogtreecommitdiff
path: root/src/s/darwin.h
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2007-09-11 01:04:00 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2007-09-11 01:04:00 +0000
commitb7ea08942c4989c54b24d4d4db7157d89862e61b (patch)
treeac0dce9df20b93d186c01c714f5c66eb51c37245 /src/s/darwin.h
parent22a582554e4a60dcc6a30e6d743dcff39eab9b17 (diff)
downloademacs-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.h7
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