[Python-checkins] python/dist/src/Mac/mwerks mwerks_carbon_config.h,1.10,1.11

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


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

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

Index: mwerks_carbon_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_carbon_config.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** mwerks_carbon_config.h	5 Dec 2001 22:43:57 -0000	1.10
--- mwerks_carbon_config.h	11 Apr 2002 20:55:33 -0000	1.11
***************
*** 9,15 ****
  #define TARGET_API_MAC_CARBON 1
  
- #define USE_ARGV0_CHDIR		/* Workaround for OSXDP4: change dir to argv[0] dir */
  #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 */
--- 9,13 ----
***************
*** 29,33 ****
  /* #define USE_GDBM		/* Include the gdbm module */
  /* #define USE_ZLIB		/* Include the zlib module */
- #define USE_APPEARANCE	/* Enable Appearance support */
  #define WITH_HOTSHOT	/* Enable hotshot profiler */
  
--- 27,30 ----
***************
*** 35,39 ****
  #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 */
--- 32,35 ----