[Python-checkins] python/dist/src/PC/os2vacpp pyconfig.h,1.3,1.4

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 09 Jun 2002 06:41:39 -0700


Update of /cvsroot/python/python/dist/src/PC/os2vacpp
In directory usw-pr-cvs1:/tmp/cvs-serv4220/PC/os2vacpp

Modified Files:
	pyconfig.h 
Log Message:
Patch #505375: Make doc strings optional.


Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2vacpp/pyconfig.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pyconfig.h	5 Nov 2001 02:45:58 -0000	1.3
--- pyconfig.h	9 Jun 2002 13:41:37 -0000	1.4
***************
*** 203,206 ****
--- 203,209 ----
  /* #define HAVE_UNAME         1 */ /* uname ()                              */
  
+ /* Define if you want documentation strings in extension modules */
+ #define WITH_DOC_STRINGS 1
+ 
  #ifdef USE_DL_EXPORT
    #define DL_IMPORT(RTYPE) RTYPE _System