This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.002gamma: Configure
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Fri, 9 Feb 1996 01:10:16 +0000 (01:10 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Fri, 9 Feb 1996 01:10:16 +0000 (01:10 +0000)
commit40a7a20a6bbcde9f6e1ca2bed026ac02adaf9e10
tree53b540ac274c1cb34dc8313d2e09c2f3df425c87
parent399f14a194513745fd160c0e4e8f6f7f718779cf
perl 5.002gamma: Configure

Remove d_vms and d_unlnkallvers constants.  These should be set
in vmsish.h (and optionally undef'd in unixish.h, dosish.h).

Send the &-d info to >&4 so you see it even with -s.

Update unixism comments.

Introduce new nm_so_opt variable that holds options that might be
required for use with nm on shared libraries but that are fatal
if used on archive libraries.

Move suid question closer to top.  This also shuffled a few other
units.

Start varargs testing script with $startsh.

Start O_NONBLOCK testing script with $startsh.

Detect OS/2 early on.
Configure