test() in CPAN.pm
[p5sagit/p5-mst-13.2.git] / hints / irix_6.sh
index c192a5d..f1c30ea 100644 (file)
@@ -334,6 +334,14 @@ EOM
         libswanted="$*"
 
         usemymalloc='n'
+
+       # These are hidden behind a _POSIX1C ifdef that would
+       # require including <pthread.h> for the Configure hasproto
+       # to see these.
+       d_asctime_r_proto="$define"
+       d_ctime_r_proto="$define"
+       d_gmtime_r_proto="$define"
+       d_localtime_r_proto="$define"
        ;;
 esac
 EOCBU