Mercurial > hg > xemacs-beta
comparison nt/config.h @ 167:85ec50267440 r20-3b10
Import from CVS: tag r20-3b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:45:46 +0200 |
parents | 7d55a9ba150c |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
166:7a77eb660975 | 167:85ec50267440 |
---|---|
103 | 103 |
104 #define HAVE_SYS_TIME_H | 104 #define HAVE_SYS_TIME_H |
105 #define HAVE_LOCALE_H | 105 #define HAVE_LOCALE_H |
106 #define HAVE_X11_LOCALE_H | 106 #define HAVE_X11_LOCALE_H |
107 #define STDC_HEADERS | 107 #define STDC_HEADERS |
108 #define HAVE_LIMITS_H | |
109 #define HAVE_GETCWD | |
108 | 110 |
109 #define HAVE_LONG_FILE_NAMES | 111 #define HAVE_LONG_FILE_NAMES |
110 | 112 |
111 #ifdef HAVE_LONG_FILE_NAMES | 113 #ifdef HAVE_LONG_FILE_NAMES |
112 #define CLASH_DETECTION | 114 #define CLASH_DETECTION |
360 | 362 |
361 /* Define this if you want to use the Common Desktop Environment | 363 /* Define this if you want to use the Common Desktop Environment |
362 */ | 364 */ |
363 #undef HAVE_CDE | 365 #undef HAVE_CDE |
364 | 366 |
365 /* Mocklisp Support. */ | 367 /* Define this if you want Mule support (multi-byte character support). |
366 #undef MOCKLISP_SUPPORT | 368 There may be some performance penalty, although it should be small |
369 if you're working with ASCII files. */ | |
370 #define MULE | |
371 | |
372 /* Do we want to use X window input methods for use with Mule? (requires X11R5) | |
373 If so, use raw Xlib or higher level Motif interface? */ | |
374 #define HAVE_XIM | |
375 #define XIM_XLIB | |
376 #undef XIM_MOTIF | |
377 | |
378 /* Non-XIM input methods for use with Mule. */ | |
379 #undef HAVE_CANNA | |
380 #undef HAVE_WNN | |
381 #undef WNN6 | |
367 | 382 |
368 /* enable special GNU Make features in the Makefiles. */ | 383 /* enable special GNU Make features in the Makefiles. */ |
369 #undef USE_GNU_MAKE | 384 #undef USE_GNU_MAKE |
370 | 385 |
371 /* Undocumented debugging option: Don't automatically rebuild the DOC | 386 /* Undocumented debugging option: Don't automatically rebuild the DOC |