In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
Jarkko Hietaniemi [Sat, 30 Jun 2001 13:08:25 +0000 (13:08 +0000)]
       the Configure library symbol probe mysteriously finds all
       symbols but those of pipe() and times().

p4raw-id: //depot/perl@11042

hints/aix.sh

index 1c2d7a2..b637391 100644 (file)
@@ -351,6 +351,11 @@ EOM
                exit 1
                ;;
            esac
+           # XXX In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
+           # the Configure library symbol probe mysteriously finds all
+           # symbols but these two --jhi XXX
+           d_pipe='define'
+           d_times='define'
            ;;
 esac
 EOCBU