[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_carbonNOGUSI_config.h,1.2,1.3

Jack Jansen jackjansen@users.sourceforge.net
Mon, 14 May 2001 07:59:39 -0700


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

Modified Files:
	mwerks_carbonNOGUSI_config.h 
Log Message:
Added a WITHOUT_FRAMEWORKS define to all the config files, so that on MacOS<=9 compiles use Universal Headers, not Carbon/Carbon.h.

Index: mwerks_carbonNOGUSI_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_carbonNOGUSI_config.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** mwerks_carbonNOGUSI_config.h	2001/01/25 16:27:28	1.2
--- mwerks_carbonNOGUSI_config.h	2001/05/14 14:59:37	1.3
***************
*** 31,34 ****
--- 31,35 ----
  /* #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 */
  
  #define USE_MSL_MALLOC	/* Disable private malloc. Also disables next two defines */