Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 414:da8ed4261e83 r21-2-15
Import from CVS: tag r21-2-15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:21:38 +0200 |
parents | 697ef44129c6 |
children | e804706bfb8c |
comparison
equal
deleted
inserted
replaced
413:901169e5ca31 | 414:da8ed4261e83 |
---|---|
59 #undef EMACS_CONFIG_OPTIONS | 59 #undef EMACS_CONFIG_OPTIONS |
60 | 60 |
61 /* The version info from version.sh. Used in #pragma ident in emacs.c */ | 61 /* The version info from version.sh. Used in #pragma ident in emacs.c */ |
62 #undef EMACS_MAJOR_VERSION | 62 #undef EMACS_MAJOR_VERSION |
63 #undef EMACS_MINOR_VERSION | 63 #undef EMACS_MINOR_VERSION |
64 #undef EMACS_PATCH_LEVEL | |
64 #undef EMACS_BETA_VERSION | 65 #undef EMACS_BETA_VERSION |
65 #undef EMACS_VERSION | 66 #undef EMACS_VERSION |
66 #undef XEMACS_CODENAME | 67 #undef XEMACS_CODENAME |
67 /* InfoDock versions, not used with XEmacs */ | 68 /* InfoDock versions, not used with XEmacs */ |
68 #undef INFODOCK_MAJOR_VERSION | 69 #undef INFODOCK_MAJOR_VERSION |
397 #undef ERROR_CHECK_BUFPOS | 398 #undef ERROR_CHECK_BUFPOS |
398 /* Attempt to catch bugs related to garbage collection (e.g. not GCPRO'ing). */ | 399 /* Attempt to catch bugs related to garbage collection (e.g. not GCPRO'ing). */ |
399 #undef ERROR_CHECK_GC | 400 #undef ERROR_CHECK_GC |
400 /* Attempt to catch freeing of a non-malloc()ed block, heap corruption, etc. */ | 401 /* Attempt to catch freeing of a non-malloc()ed block, heap corruption, etc. */ |
401 #undef ERROR_CHECK_MALLOC | 402 #undef ERROR_CHECK_MALLOC |
403 /* Minor sanity checking of the bytecode interpreter. Useful for | |
404 debugging the byte compiler. */ | |
405 #undef ERROR_CHECK_BYTE_CODE | |
402 | 406 |
403 /* Define DEBUG_XEMACS if you want extra debugging code compiled in. | 407 /* Define DEBUG_XEMACS if you want extra debugging code compiled in. |
404 This is mainly intended for use by developers. */ | 408 This is mainly intended for use by developers. */ |
405 #undef DEBUG_XEMACS | 409 #undef DEBUG_XEMACS |
406 | 410 |
451 #undef HAVE_OFFIX_DND | 455 #undef HAVE_OFFIX_DND |
452 | 456 |
453 /* Compile in generic Drag'n'Drop API */ | 457 /* Compile in generic Drag'n'Drop API */ |
454 #undef HAVE_DRAGNDROP | 458 #undef HAVE_DRAGNDROP |
455 | 459 |
456 /* Compile in support for proper session-management. */ | 460 /* Compile in support for proper handling of WM_COMMAND. */ |
457 #undef HAVE_SESSION | 461 #undef HAVE_WMCOMMAND |
458 | 462 |
459 /* Define this if you want Mule support (multi-byte character support). | 463 /* Define this if you want Mule support (multi-byte character support). |
460 There may be some performance penalty, although it should be small | 464 There may be some performance penalty, although it should be small |
461 if you're working with ASCII files. */ | 465 if you're working with ASCII files. */ |
462 #undef MULE | 466 #undef MULE |