[Python-checkins] python/dist/src/Mac/mwerks mwerks_carbonplugin_config.h,1.5,1.6

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


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

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

Index: mwerks_carbonplugin_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_carbonplugin_config.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** mwerks_carbonplugin_config.h	5 Dec 2001 22:43:52 -0000	1.5
--- mwerks_carbonplugin_config.h	11 Apr 2002 20:55:37 -0000	1.6
***************
*** 8,16 ****
  #define USE_TOOLBOX_OBJECT_GLUE	/* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
  
- /* #define USE_GUSI1		/* Stdio implemented with GUSI */
  #define USE_GUSI2		/* Stdio implemented with GUSI */
- #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 MSL libraries */
--- 8,13 ----