diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-01 02:04:22 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-01 02:04:22 +0000 |
commit | d953f698b2c38b90c08a3ed9f11ce2835fc0eb22 (patch) | |
tree | 7761c4d7a1d61f68950403b3104e2469d4a7540f /hints | |
parent | 641d418146aca42ab6c180be32ab9f32e3d6ea46 (diff) | |
download | perl-d953f698b2c38b90c08a3ed9f11ce2835fc0eb22.tar.gz |
No bincompat5005.
p4raw-id: //depot/perl@16291
Diffstat (limited to 'hints')
-rw-r--r-- | hints/aix.sh | 3 | ||||
-rw-r--r-- | hints/cygwin.sh | 4 | ||||
-rw-r--r-- | hints/mpeix.sh | 1 |
3 files changed, 0 insertions, 8 deletions
diff --git a/hints/aix.sh b/hints/aix.sh index f3a3fc5528..ef3ff0787b 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -468,9 +468,6 @@ EOM ''|64*) archname64=64all ;; esac longsize="8" - # Don't try backwards compatibility - bincompat="$undef" - d_bincompat5005="$undef" qacflags='' qaldflags='' qalibs='' diff --git a/hints/cygwin.sh b/hints/cygwin.sh index e42be6461d..e88cab7930 100644 --- a/hints/cygwin.sh +++ b/hints/cygwin.sh @@ -33,10 +33,6 @@ archname='cygwin' cccdlflags=' ' ld='ld2' -# optional(ish) -# - perl malloc needs to be unpolluted -bincompat5005='undef' - # Win9x problem with non-blocking read from a closed pipe d_eofnblk='define' diff --git a/hints/mpeix.sh b/hints/mpeix.sh index 53db0152aa..f01b979fd2 100644 --- a/hints/mpeix.sh +++ b/hints/mpeix.sh @@ -143,7 +143,6 @@ timetype='time_t' # # Functionality. # -bincompat5005="$undef" uselargefiles="$undef" # # Expected functionality provided in mpeix.c. |