Mailing List Archive

python/dist/src/Mac/Include pyconfig.h,1.5,1.6
Update of /cvsroot/python/python/dist/src/Mac/Include
In directory usw-pr-cvs1:/tmp/cvs-serv8894/Python/Mac/Include

Modified Files:
pyconfig.h
Log Message:
Got rid of ifdefs for long-obsolete GUSI versions.

Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Include/pyconfig.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pyconfig.h 14 Dec 2001 22:58:11 -0000 1.5
--- pyconfig.h 11 Apr 2002 20:46:07 -0000 1.6
***************
*** 37,41 ****
#endif

! #if defined(USE_GUSI1) || defined(USE_GUSI2)
#define USE_GUSI
#endif
--- 37,41 ----
#endif

! #if defined(USE_GUSI2)
#define USE_GUSI
#endif