diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-16 17:52:29 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-16 17:52:29 +0000 |
commit | a48ec845cbd27881b821dcb9bb80e52ba093c5f2 (patch) | |
tree | 9db559767d80004cf807399bb10413179b5105fd /hints/dec_osf.sh | |
parent | c04a4dfec532b91f76755cfa4d008128d04c69cb (diff) | |
download | perl-a48ec845cbd27881b821dcb9bb80e52ba093c5f2.tar.gz |
More paranoid _r protochecking. At least Tru64 and
Linux need additional hinting help to believe that
the time_r protos exist; turn on FreeBSD _THREAD_SAFE
to see what goes bang.
p4raw-id: //depot/perl@15257
Diffstat (limited to 'hints/dec_osf.sh')
-rw-r--r-- | hints/dec_osf.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index 1e64da1f3e..dcaa2832ce 100644 --- a/hints/dec_osf.sh +++ b/hints/dec_osf.sh @@ -283,6 +283,12 @@ $define|true|[yY]*) usemymalloc='n' ;; esac + # These symbols are renamed in <time.h> so + # that the Configure hasproto doesn't see them. + d_asctime_r_proto="$define" + d_ctime_r_proto="$define" + d_gmtime_r_proto="$define" + d_localtime_r_proto="$define" ;; esac EOCBU |