Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7209294

Browse files
author
Skip Montanaro
committed
a couple other sunos4 support items removed
1 parent ac093c6 commit 7209294

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

Doc/lib/libsun.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ \chapter{SunOS Specific Services}
22
\label{sunos}
33

44
The modules described in this chapter provide interfaces to features
5-
that are unique to the SunOS operating system (versions 4 and 5; the
6-
latter is also known as Solaris version 2).
5+
that are unique to SunOS 5 (also known as Solaris version 2).

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -655,12 +655,8 @@ class found(Exception): pass
655655
exts.append( Extension('nis', ['nismodule.c'],
656656
libraries = libs) )
657657

658-
# Curses support, requring the System V version of curses, often
658+
# Curses support, requiring the System V version of curses, often
659659
# provided by the ncurses library.
660-
if platform == 'sunos4':
661-
inc_dirs += ['/usr/5include']
662-
lib_dirs += ['/usr/5lib']
663-
664660
if (self.compiler.find_library_file(lib_dirs, 'ncurses')):
665661
curses_libs = ['ncurses']
666662
exts.append( Extension('_curses', ['_cursesmodule.c'],

0 commit comments

Comments
 (0)