Added USE_MALLOC_DEBUG (disabled)

This commit is contained in:
Jack Jansen 1996-10-23 15:50:26 +00:00
parent 05d9836462
commit 3a9b3b5943
3 changed files with 3 additions and 0 deletions

View File

@ -18,3 +18,4 @@
#define MAC_TCL /* This *must* be on if USE_TK is on */
/* #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
/* #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */

View File

@ -19,3 +19,4 @@
/* #define MAC_TCL /* This *must* be on if USE_TK is on */
#define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
#define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */

View File

@ -18,3 +18,4 @@
/* #define MAC_TCL /* This *must* be on if USE_TK is on */
/* #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
/* #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */