[Python-checkins] python/dist/src/Python thread_sgi.h,2.17,2.18

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Fri Jan 16 23:04:15 EST 2004


Update of /cvsroot/python/python/dist/src/Python
In directory sc8-pr-cvs1:/tmp/cvs-serv21141/Python

Modified Files:
	thread_sgi.h 
Log Message:
Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld


Index: thread_sgi.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/thread_sgi.h,v
retrieving revision 2.17
retrieving revision 2.18
diff -C2 -d -r2.17 -r2.18
*** thread_sgi.h	19 Apr 2003 15:41:53 -0000	2.17
--- thread_sgi.h	17 Jan 2004 04:04:13 -0000	2.18
***************
*** 1,7 ****
  
- #ifdef WITH_SGI_DL
- #define USE_DL
- #endif
- 
  #include <stdlib.h>
  #include <stdio.h>
--- 1,3 ----





More information about the Python-checkins mailing list