File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -650,28 +650,6 @@ class found(Exception): pass
650650 libraries = ['panel' ] + curses_libs ) )
651651
652652
653-
654- # Lee Busby's SIGFPE modules.
655- # The library to link fpectl with is platform specific.
656- # Choose *one* of the options below for fpectl:
657-
658- # Disabled; it's dangerous or useless except in the hands of experts.
659- ## if platform == 'irix5':
660- ## # For SGI IRIX (tested on 5.3):
661- ## exts.append( Extension('fpectl', ['fpectlmodule.c'],
662- ## libraries=['fpe']) )
663- ## elif 0: # XXX how to detect SunPro?
664- ## # For Solaris with SunPro compiler (tested on Solaris 2.5
665- ## # with SunPro C 4.2): (Without the compiler you don't have
666- ## # -lsunmath.)
667- ## #fpectl fpectlmodule.c -R/opt/SUNWspro/lib -lsunmath -lm
668- ## pass
669- ## else:
670- ## # For other systems: see instructions in fpectlmodule.c.
671- ## #fpectl fpectlmodule.c ...
672- ## exts.append( Extension('fpectl', ['fpectlmodule.c']) )
673-
674-
675653 # Andrew Kuchling's zlib module. Note that some versions of zlib
676654 # 1.1.3 have security problems. See CERT Advisory CA-2002-07:
677655 # http://www.cert.org/advisories/CA-2002-07.html
You can’t perform that action at this time.
0 commit comments