File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,5 +2,4 @@ \chapter{SunOS Specific Services}
22\label {sunos }
33
44The 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).
Original file line number Diff line number Diff 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' ],
You can’t perform that action at this time.
0 commit comments