[Python-checkins] python/dist/src/Mac/mwerks mwerks_thrcarbonsm_config.h,1.5,1.6
jackjansen@sourceforge.net
jackjansen@sourceforge.net
2002年4月11日 13:56:12 -0700
Update of /cvsroot/python/python/dist/src/Mac/mwerks
In directory usw-pr-cvs1:/tmp/cvs-serv12628/Python/Mac/mwerks
Modified Files:
mwerks_thrcarbonsm_config.h
Log Message:
Got rid of obsolete defines.
Index: mwerks_thrcarbonsm_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_thrcarbonsm_config.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** mwerks_thrcarbonsm_config.h 5 Dec 2001 22:44:36 -0000 1.5
--- mwerks_thrcarbonsm_config.h 11 Apr 2002 20:56:10 -0000 1.6
***************
*** 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 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,13 ----
***************
*** 30,34 ****
/* #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 */
--- 28,31 ----
***************
*** 36,40 ****
#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
--- 33,36 ----