Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 177:6075d714658b r20-3b15
Import from CVS: tag r20-3b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:51:16 +0200 |
parents | 2d532a89d707 |
children | 9ad43877534d |
comparison
equal
deleted
inserted
replaced
176:6866abce6aaf | 177:6075d714658b |
---|---|
64 #undef EMACS_VERSION | 64 #undef EMACS_VERSION |
65 #undef XEMACS_CODENAME | 65 #undef XEMACS_CODENAME |
66 | 66 |
67 | 67 |
68 /* Used to identify the XEmacs version in stack traces. */ | 68 /* Used to identify the XEmacs version in stack traces. */ |
69 #undef CANONICAL_VERSION | 69 #undef STACK_TRACE_EYE_CATCHER |
70 | 70 |
71 /* Allow the configurer to specify (additional) package directories. */ | 71 /* Allow the configurer to specify (additional) package directories. */ |
72 #undef PACKAGE_PATH | 72 #undef PACKAGE_PATH |
73 | 73 |
74 /* This will be removed in 19.15. */ | 74 /* This will be removed in 19.15. */ |
83 /* Use the *new* GNU memory allocator? */ | 83 /* Use the *new* GNU memory allocator? */ |
84 #undef GNU_MALLOC | 84 #undef GNU_MALLOC |
85 | 85 |
86 /* Use the system malloc? */ | 86 /* Use the system malloc? */ |
87 #undef USE_SYSTEM_MALLOC | 87 #undef USE_SYSTEM_MALLOC |
88 | |
89 /* Use a debugging malloc? */ | |
90 #undef USE_DEBUG_MALLOC | |
88 | 91 |
89 /* Compile in TTY support? */ | 92 /* Compile in TTY support? */ |
90 #undef HAVE_TTY | 93 #undef HAVE_TTY |
91 | 94 |
92 /* Compile in support for the X window system? */ | 95 /* Compile in support for the X window system? */ |
404 #undef HAVE_CDE | 407 #undef HAVE_CDE |
405 | 408 |
406 /* Compile in support for OffiX Drag and Drop? Requires libdnd. */ | 409 /* Compile in support for OffiX Drag and Drop? Requires libdnd. */ |
407 #undef HAVE_OFFIX_DND | 410 #undef HAVE_OFFIX_DND |
408 | 411 |
412 /* Compile in support for WindowMaker Application Icons. */ | |
413 #undef HAVE_WINDOWMAKER | |
414 | |
409 /* Define this if you want Mule support (multi-byte character support). | 415 /* Define this if you want Mule support (multi-byte character support). |
410 There may be some performance penalty, although it should be small | 416 There may be some performance penalty, although it should be small |
411 if you're working with ASCII files. */ | 417 if you're working with ASCII files. */ |
412 #undef MULE | 418 #undef MULE |
413 | 419 |
414 /* Do we want to use X window input methods for use with Mule? (requires X11R5) | 420 /* Do we want to use X window input methods for use with Mule? (requires X11R5) |
415 If so, use raw Xlib or higher level Motif interface? */ | 421 If so, use raw Xlib or higher level Motif interface? */ |
416 #undef HAVE_XIM | 422 #undef HAVE_XIM |
417 #undef XIM_XLIB | 423 #undef XIM_XLIB |
418 #undef XIM_MOTIF | 424 #undef XIM_MOTIF |
425 #undef USE_XFONTSET | |
419 | 426 |
420 /* Non-XIM input methods for use with Mule. */ | 427 /* Non-XIM input methods for use with Mule. */ |
421 #undef HAVE_CANNA | 428 #undef HAVE_CANNA |
422 #undef HAVE_WNN | 429 #undef HAVE_WNN |
423 #undef WNN6 | 430 #undef WNN6 |