diff options
| author | Dan Nicolaescu | 2007-08-29 22:19:43 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-08-29 22:19:43 +0000 |
| commit | 0f1444e1e179240df3fe4a1a82561c4010cda285 (patch) | |
| tree | d36cfacfe93a44612cecc5c51293705f20d79f40 /src/s | |
| parent | b886686079fa2565808f1a48ed1d06f103c5698f (diff) | |
| download | emacs-0f1444e1e179240df3fe4a1a82561c4010cda285.tar.gz emacs-0f1444e1e179240df3fe4a1a82561c4010cda285.zip | |
* config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
* s/darwin.h: ... do it here.
Diffstat (limited to 'src/s')
| -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 a2a3d862f80..300fb27e20e 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h | |||
| @@ -38,6 +38,9 @@ Boston, MA 02110-1301, USA. */ | |||
| 38 | #define BSD_SYSTEM | 38 | #define BSD_SYSTEM |
| 39 | /* #define VMS */ | 39 | /* #define VMS */ |
| 40 | 40 | ||
| 41 | /* XXX The MULTI_KBOARD support does not work yet on this platform. */ | ||
| 42 | #undef MULTI_KBOARD | ||
| 43 | |||
| 41 | #if 0 /* Don't define DARWIN on Mac OS X because CoreFoundation.h uses | 44 | #if 0 /* Don't define DARWIN on Mac OS X because CoreFoundation.h uses |
| 42 | it to distinguish Mac OS X from bare Darwin. */ | 45 | it to distinguish Mac OS X from bare Darwin. */ |
| 43 | #ifndef DARWIN | 46 | #ifndef DARWIN |