comparison src/config.h.in @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents d883f39b8495
children aabb7f5b1c81
comparison
equal deleted inserted replaced
379:76b7d63099ad 380:8626e4521993
401 401
402 /* Define MEMORY_USAGE_STATS if you want extra code compiled in to 402 /* Define MEMORY_USAGE_STATS if you want extra code compiled in to
403 determine where XEmacs' memory is going. */ 403 determine where XEmacs' memory is going. */
404 #undef MEMORY_USAGE_STATS 404 #undef MEMORY_USAGE_STATS
405 405
406 /* Define QUANTIFY if using Quantify from Pure/Atria Software. 406 /* Define QUANTIFY if using Quantify from Rational/Pure/Atria Software.
407 This adds some additional calls to control data collection. 407 This adds some additional calls to control data collection.
408 It is only intended for use by the developers. */ 408 It is only intended for use by the developers. */
409 #undef QUANTIFY 409 #undef QUANTIFY
410
411 /* Define QUANTIFY if using Purify from Rational/Pure/Atria Software.
412 It is only intended for use by the developers. */
413 #undef PURIFY
414
415 #if (defined (QUANTIFY) || defined (PURIFY)) && !defined (XLIB_ILLEGAL_ACCESS)
416 #define XLIB_ILLEGAL_ACCESS 1
417 #endif
410 418
411 /* Define EXTERNAL_WIDGET to compile support for using the editor as a 419 /* Define EXTERNAL_WIDGET to compile support for using the editor as a
412 widget within another program. */ 420 widget within another program. */
413 #undef EXTERNAL_WIDGET 421 #undef EXTERNAL_WIDGET
414 422