* s/darwin.h: ... do it here.
+2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
+ * s/darwin.h: ... do it here.
+
2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
* lisp.h (set_initial_environment): Rename from set_global_environment.
#ifdef HAVE_CARBON
#define HAVE_WINDOW_SYSTEM
#define HAVE_MOUSE
-/* XXX The MULTI_KBOARD support does not work yet on this platform. */
-#undef MULTI_KBOARD
#endif
/* Define USER_FULL_NAME to return a string
#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