[Python-checkins] python/dist/src/Misc BeOS-setup.py,1.3,1.4

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Sat Jan 17 09:19:46 EST 2004


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

Modified Files:
	BeOS-setup.py 
Log Message:
Remove support for SunOS 4.
Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).


Index: BeOS-setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/BeOS-setup.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** BeOS-setup.py	14 Jun 2002 20:41:14 -0000	1.3
--- BeOS-setup.py	17 Jan 2004 14:19:43 -0000	1.4
***************
*** 402,409 ****
          # Curses support, requring the System V version of curses, often
          # provided by the ncurses library.
-         if platform == 'sunos4':
-             inc_dirs += ['/usr/5include']
-             lib_dirs += ['/usr/5lib']
- 
          if (self.compiler.find_library_file(lib_dirs, 'ncurses')):
              curses_libs = ['ncurses']
--- 402,405 ----





More information about the Python-checkins mailing list