[Python-checkins] CVS: python/dist/src acconfig.h,1.47,1.48
Martin v. L?wis
loewis@users.sourceforge.net
2001年6月24日 13:59:47 -0700
Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv15442
Modified Files:
acconfig.h
Log Message:
Move USE_TOOLBOX_OBJECT_GLUE into acconfig.h.
Index: acconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/acconfig.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** acconfig.h 2001年06月23日 16:30:13 1.47
--- acconfig.h 2001年06月24日 20:59:45 1.48
***************
*** 195,198 ****
--- 195,201 ----
#undef WITH_NEXT_FRAMEWORK
+ /* Define if you want to use MacPython modules on MacOSX in unix-Python */
+ #undef USE_TOOLBOX_OBJECT_GLUE
+
/* Define if you want to use SGI (IRIX 4) dynamic linking.
This requires the "dl" library by Jack Jansen,