Mercurial > emacs
comparison src/config.in @ 83769:7b7c42786f4a
* config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
* s/darwin.h: ... do it here.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 29 Aug 2007 22:19:43 +0000 |
parents | 27d11c1d4e46 |
children | 7bb8abfd78c8 |
comparison
equal
deleted
inserted
replaced
83768:4bdc932ccd9a | 83769:7b7c42786f4a |
---|---|
938 /* If we're using the Carbon API on Mac OS X, define a few more | 938 /* If we're using the Carbon API on Mac OS X, define a few more |
939 variables as well. */ | 939 variables as well. */ |
940 #ifdef HAVE_CARBON | 940 #ifdef HAVE_CARBON |
941 #define HAVE_WINDOW_SYSTEM | 941 #define HAVE_WINDOW_SYSTEM |
942 #define HAVE_MOUSE | 942 #define HAVE_MOUSE |
943 /* XXX The MULTI_KBOARD support does not work yet on this platform. */ | |
944 #undef MULTI_KBOARD | |
945 #endif | 943 #endif |
946 | 944 |
947 /* Define USER_FULL_NAME to return a string | 945 /* Define USER_FULL_NAME to return a string |
948 that is the user's full name. | 946 that is the user's full name. |
949 It can assume that the variable `pw' | 947 It can assume that the variable `pw' |