This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove another dead function in vms/vms.c.
[perl5.git] / ext / POSIX / Makefile.PL
index b8f559a..5a24a34 100644 (file)
@@ -17,6 +17,9 @@ if ($^O ne 'MSWin32' && $^O ne 'freemint') {
 if ($^O eq 'solaris') {
     push @libs, qw(sunmath);
 }
+if ($^O eq 'aix' && $Config{uselongdouble}) {
+    push @libs, qw(c128);
+}
 WriteMakefile(
     NAME       => 'POSIX',
     @libs ? ( 'LIBS' => [ join(" ", map { "-l$_" } @libs) ] ) : (),
@@ -112,7 +115,7 @@ push @names, {name=>$_, type=>"NV"}
 
 push @names, {name=>$_, type=>"NV"}
   foreach (qw(FP_ILOGB0 FP_ILOGBNAN FP_INFINITE FP_NAN FP_NORMAL
-              FP_SUBNORMAL FP_ZERO M_1_PI M_2_PI M_2_SQRTPI M_E M_LN2
+              FP_SUBNORMAL FP_ZERO M_1_PI M_2_PI M_2_SQRTPI M_E M_LN10 M_LN2
               M_LOG10E M_LOG2E M_PI M_PI_2 M_PI_4 M_SQRT1_2 M_SQRT2));
 
 push @names, {name=>$_, type=>"IV"}