CVS: 'python/dist/src/Python thread.c'

Guido van Rossum guido@monty.CNRI.Reston.Va.US
Tue, 29 Apr 1997 17:48:35 -0400


Update of /projects/cvsroot/python/dist/src/Python
In directory monty:/usr/people/guido/python/src/Python

Modified Files:
	thread.c 
Log Message:
Ugly hack for SGI IRIX 6.2.  Apparently _POSIX_THREADS is defined even
when the pthread package is not installed.  configure knows better, so
#undef _POSIX_THREADS when pthread.h does not exist.

--Guido van Rossum (home page: http://www.python.org/~guido/)