[Python-checkins] python/dist/src/Mac/mwerks mwerks_nonshared_config.h,1.26,1.27

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


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

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

Index: mwerks_nonshared_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_nonshared_config.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** mwerks_nonshared_config.h	5 Dec 2001 22:44:02 -0000	1.26
--- mwerks_nonshared_config.h	11 Apr 2002 20:55:41 -0000	1.27
***************
*** 6,14 ****
  */
  
- /* #define USE_GUSI1		/* Stdio implemented with GUSI */
  #define USE_GUSI2		/* Stdio implemented with GUSI 2 */
- #if defined(USE_GUSI1) || defined(USE_GUSI2)
  #define USE_GUSI
- #endif
  #define USE_MSL			/* Use Mw Standard Library (as opposed to Plaugher C libraries) */
  #define USE_TOOLBOX		/* Include toolbox modules in core Python */
--- 6,11 ----
***************
*** 27,35 ****
  #define USE_IC			/* Include Internet Config module */
  #define USE_PYEXPAT		/* Include Pyexpat module */
- #define USE_APPEARANCE	/* Enable Appearance support */
  #define USE_MSL_MALLOC	/* Disable private malloc. Also disables next two defines */
  #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
  #define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
--- 24,30 ----