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

loewis@users.sourceforge.net loewis@users.sourceforge.net
Thu, 13 Jun 2002 14:09:14 -0700


Update of /cvsroot/python/python/dist/src/RISCOS
In directory usw-pr-cvs1:/tmp/cvs-serv30598/RISCOS

Modified Files:
	pyconfig.h 
Log Message:
Patch #568235: Add posix.setpgid.


Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/RISCOS/pyconfig.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pyconfig.h	9 Jun 2002 13:41:37 -0000	1.3
--- pyconfig.h	13 Jun 2002 21:09:11 -0000	1.4
***************
*** 405,408 ****
--- 405,411 ----
  #undef HAVE_GETPEERNAME
  
+ /* Define if you have the getpgid function.  */
+ #undef HAVE_GETPGID
+ 
  /* Define if you have the getpgrp function.  */
  #undef HAVE_GETPGRP