comparison src/config.h.in @ 4803:5d120deb60ca

Enable rudimentary support for valgrind, including functions that tell valgrind to do a leak check at runtime. See xemacs-patches message with ID <870180fe1001060942k2b06ef1bn2631c5f226b5e6b2@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Wed, 06 Jan 2010 10:44:06 -0700
parents bc4f2511bbea
children 4dd2389173fc
comparison
equal deleted inserted replaced
4802:2fc0e2f18322 4803:5d120deb60ca
645 645
646 /* Define PURIFY if using Purify from Rational Software. 646 /* Define PURIFY if using Purify from Rational Software.
647 It is only intended for use by the developers. */ 647 It is only intended for use by the developers. */
648 #undef PURIFY 648 #undef PURIFY
649 649
650 /* Define USE_VALGRIND to compile valgrind hints into the code.
651 It is only intended for use by the developers. */
652 #undef USE_VALGRIND
653
650 /* Define EXTERNAL_WIDGET to compile support for using the editor as a 654 /* Define EXTERNAL_WIDGET to compile support for using the editor as a
651 widget within another program. */ 655 widget within another program. */
652 #undef EXTERNAL_WIDGET 656 #undef EXTERNAL_WIDGET
653 657
654 /* There are some special-case defines for gcc and lcc. */ 658 /* There are some special-case defines for gcc and lcc. */