[Python-checkins] python/dist/src/Mac/mwerks mwerks_small_config.h,1.16,1.17

jackjansen@sourceforge.net jackjansen@sourceforge.net
Thu, 11 Apr 2002 13:56:07 -0700


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

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

Index: mwerks_small_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_small_config.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** mwerks_small_config.h	5 Dec 2001 22:44:31 -0000	1.16
--- mwerks_small_config.h	11 Apr 2002 20:56:05 -0000	1.17
***************
*** 7,11 ****
  
  #define USE_GUSI2		/* Stdio implemented with GUSI 2 */
- /* # define USE_GUSI1	/* Stdio implemented with GUSI 1 */
  #define USE_MSL			/* Use Mw Standard Library (as opposed to Plaugher C libraries) */
  #define USE_TOOLBOX		/* Include toolbox modules in core Python */
--- 7,10 ----
***************
*** 24,28 ****
  /* #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 WITH_HOTSHOT	/* Enable hotshot profiler */
--- 23,26 ----
***************
*** 31,35 ****
  #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
  
--- 29,32 ----