comparison nt/config.h @ 219:262b8bb4a523 r20-4b8

Import from CVS: tag r20-4b8
author cvs
date Mon, 13 Aug 2007 10:09:35 +0200
parents d44af0c54775
children 6c0ae1f9357f
comparison
equal deleted inserted replaced
218:c9f226976f56 219:262b8bb4a523
59 59
60 /* Used to identify the XEmacs version in stack traces. */ 60 /* Used to identify the XEmacs version in stack traces. */
61 #undef STACK_TRACE_EYE_CATCHER 61 #undef STACK_TRACE_EYE_CATCHER
62 62
63 /* Allow the configurer to specify (additional) package directories. */ 63 /* Allow the configurer to specify (additional) package directories. */
64 #undef PACKAGE_PATH 64 /* #undef PACKAGE_PATH */
65 65
66 /* Define LISP_FLOAT_TYPE if you want XEmacs to support floating-point 66 /* Define LISP_FLOAT_TYPE if you want XEmacs to support floating-point
67 numbers. */ 67 numbers. */
68 #undef LISP_FLOAT_TYPE 68 #undef LISP_FLOAT_TYPE
69 69
111 /* Define HAVE_XFACE if you have the `compface' library and want to use it. 111 /* Define HAVE_XFACE if you have the `compface' library and want to use it.
112 This will permit X-face pixmaps in mail and news messages to display 112 This will permit X-face pixmaps in mail and news messages to display
113 quickly. */ 113 quickly. */
114 #undef HAVE_XFACE 114 #undef HAVE_XFACE
115 115
116 #define HAVE_IMAGEMAGICK 116 /* #define HAVE_IMAGEMAGICK */
117 117
118 /* Define HAVE_XMU if you have the Xmu library. This should always be 118 /* Define HAVE_XMU if you have the Xmu library. This should always be
119 the case except on losing HPUX systems. */ 119 the case except on losing HPUX systems. */
120 #define HAVE_XMU 120 #define HAVE_XMU
121 121
322 322
323 /* Define one or more of the following if you want lots of extra checks 323 /* Define one or more of the following if you want lots of extra checks
324 (e.g. structure validation) compiled in. These should be turned 324 (e.g. structure validation) compiled in. These should be turned
325 on during the beta-test cycle. */ 325 on during the beta-test cycle. */
326 326
327 #ifdef DEBUG_XEMACS
328
327 /* Check the entire extent structure of a buffer each time an extent 329 /* Check the entire extent structure of a buffer each time an extent
328 change is done, and do other extent-related checks. */ 330 change is done, and do other extent-related checks. */
329 #define ERROR_CHECK_EXTENTS 331 #define ERROR_CHECK_EXTENTS
330 332
331 /* Make sure that all X... macros are dereferencing the correct type, 333 /* Make sure that all X... macros are dereferencing the correct type,
340 #define ERROR_CHECK_GC 342 #define ERROR_CHECK_GC
341 /* Attempt to catch freeing of a non-malloc()ed block, heap corruption, 343 /* Attempt to catch freeing of a non-malloc()ed block, heap corruption,
342 etc. */ 344 etc. */
343 #define ERROR_CHECK_MALLOC 345 #define ERROR_CHECK_MALLOC
344 346
347 #endif /* DEBUG_XEMACS */
348
345 /* Define DEBUG_XEMACS if you want extra debugging code compiled in. 349 /* Define DEBUG_XEMACS if you want extra debugging code compiled in.
346 This is mainly intended for use by developers. */ 350 This is mainly intended for use by developers. */
347 #define DEBUG_XEMACS 0 351 /* #define DEBUG_XEMACS 0 */
348 352
349 /* Define MEMORY_USAGE_STATS if you want extra code compiled in to 353 /* Define MEMORY_USAGE_STATS if you want extra code compiled in to
350 determine where XEmacs's memory is going. */ 354 determine where XEmacs's memory is going. */
351 #undef MEMORY_USAGE_STATS 355 #undef MEMORY_USAGE_STATS
352 356