[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_carbon_config.h,1.8,1.8.10.1

Jack Jansen jackjansen@users.sourceforge.net
Tue, 20 Nov 2001 15:20:57 -0800


Update of /cvsroot/python/python/dist/src/Mac/mwerks
In directory usw-pr-cvs1:/tmp/cvs-serv8159/Python/Mac/mwerks

Modified Files:
      Tag: r22b2-branch
	mwerks_carbon_config.h 
Log Message:
Optionally include _hotshot in small Pythons, for debugging purposes.

Index: mwerks_carbon_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_carbon_config.h,v
retrieving revision 1.8
retrieving revision 1.8.10.1
diff -C2 -d -r1.8 -r1.8.10.1
*** mwerks_carbon_config.h	2001/08/07 15:13:16	1.8
--- mwerks_carbon_config.h	2001/11/20 23:20:55	1.8.10.1
***************
*** 30,33 ****
--- 30,34 ----
  /* #define USE_ZLIB		/* Include the zlib module */
  #define USE_APPEARANCE	/* Enable Appearance support */
+ #define WITH_HOTSHOT	/* Enable hotshot profiler */
  
  #define USE_MSL_MALLOC	/* Disable private malloc. Also disables next two defines */