diff options
Diffstat (limited to 'hints/powerunix.sh')
-rw-r--r-- | hints/powerunix.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hints/powerunix.sh b/hints/powerunix.sh index 9ce2462315..0878e748b7 100644 --- a/hints/powerunix.sh +++ b/hints/powerunix.sh @@ -51,12 +51,6 @@ cccdlflags='-Zpic' ccdlflags='-Zlink=dynamic -Wl,-Bexport' lddlflags='-Zlink=so' -# Configure imagines that stdio.h is "standard", but it really isn't. -# Things like the -T and -B file test operators (on file handles) fail when -# it tries to treat it as "standard" -# -d_stdstdio='undef' - # Configure sometime finds what it believes to be ndbm header files on the # system and imagines that we have the NDBM library, but we really don't. # There is something there that once resembled ndbm, but it is purely |