[Python-checkins] python/dist/src/Mac/Include pyconfig.h,1.9,1.10

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


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

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


Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Include/pyconfig.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pyconfig.h	9 Jun 2002 13:41:36 -0000	1.9
--- pyconfig.h	13 Jun 2002 21:09:04 -0000	1.10
***************
*** 452,455 ****
--- 452,458 ----
  #endif
  
+ /* Define if you have the getpgid function.  */
+ #undef HAVE_GETPGID
+ 
  /* Define if you have the getpgrp function.  */
  #undef HAVE_GETPGRP