[Python-checkins] python/dist/src/Mac/mwerks mwerks_shared_config.h,1.21,1.22

jackjansen@sourceforge.net jackjansen@sourceforge.net
Thu, 11 Apr 2002 13:55:52 -0700


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

Modified Files:
	mwerks_shared_config.h 
Log Message:
Got rid of obsolete defines.

Index: mwerks_shared_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_shared_config.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** mwerks_shared_config.h	5 Dec 2001 22:44:22 -0000	1.21
--- mwerks_shared_config.h	11 Apr 2002 20:55:50 -0000	1.22
***************
*** 7,11 ****
  */
  
- /* #define USE_GUSI1		/* Stdio implemented with GUSI */
  #define USE_GUSI2		/* Stdio implemented with GUSI */
  #define WITH_THREAD		/* Use thread support (needs GUSI 2, not GUSI 1) */
--- 7,10 ----
***************
*** 27,31 ****
  /* #define USE_GDBM		/* Include the gdbm module */
  /* #define USE_ZLIB		/* Include the zlib module */
- #define USE_APPEARANCE	/* Enable Appearance support */
  #define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
  #define USE_TOOLBOX_OBJECT_GLUE /* Call toolbox object converters indirectly */
--- 26,29 ----
***************
*** 34,38 ****
  #ifndef USE_MSL_MALLOC
  /* #define USE_MALLOC_DEBUG			/* Enable range checking and other malloc debugging */
- #define USE_CACHE_ALIGNED 8		/* Align on 32-byte boundaries for 604 */
  #endif
  
--- 32,35 ----