[Python-checkins] python/dist/src/Mac/mwerks mwerks_nscarbon_config.h,1.7,1.8

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


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

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

Index: mwerks_nscarbon_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_nscarbon_config.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** mwerks_nscarbon_config.h	5 Dec 2001 22:44:09 -0000	1.7
--- mwerks_nscarbon_config.h	11 Apr 2002 20:55:45 -0000	1.8
***************
*** 9,17 ****
  #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 */
- #if defined(USE_GUSI1) || defined(USE_GUSI2)
  #define USE_GUSI
- #endif
  /* #define WITH_THREAD		/* Use thread support (needs GUSI 2, not GUSI 1) */
  #define USE_MSL			/* Use Mw Standard Library (as opposed to Plaugher C libraries) */
--- 9,14 ----
***************
*** 31,39 ****
  #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 */
--- 28,34 ----