Change 15260 by jhi@alpha on 2002/03/16 18:12:25

        There seems to be a trend for the *time_r to be hidden.

Affected files ...

.... //depot/perl/hints/irix_6.sh#58 edit

Differences ...

==== //depot/perl/hints/irix_6.sh#58 (text) ====
Index: perl/hints/irix_6.sh
--- perl/hints/irix_6.sh.~1~    Sat Mar 16 11:15:05 2002
+++ perl/hints/irix_6.sh        Sat Mar 16 11:15:05 2002
@@ -334,6 +334,14 @@
         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
End of Patch.

Reply via email to