mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Remove support for SunOS 4.
Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).
This commit is contained in:
parent
09de756726
commit
ce59c04127
11 changed files with 3 additions and 82 deletions
|
|
@ -401,10 +401,6 @@ class PyBuildExt(build_ext):
|
|||
|
||||
# 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']
|
||||
exts.append( Extension('_curses', ['_cursesmodule.c'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue