summaryrefslogtreecommitdiff
path: root/uconfig.sh
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2013-09-09 14:06:35 +1000
committerTony Cook <tony@develop-help.com>2013-09-13 11:33:58 +1000
commit890c2948b68476f972f9648473ed11faf48e159f (patch)
tree512070f0635716c5eb6bfc785453c5f55a2bcbb5 /uconfig.sh
parente4b87ea5b1e1680899962dea307e569335b79ebe (diff)
downloadperl-890c2948b68476f972f9648473ed11faf48e159f.tar.gz
[perl #115928] Configure now selects our internal drand48()
Diffstat (limited to 'uconfig.sh')
-rw-r--r--uconfig.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/uconfig.sh b/uconfig.sh
index 374e65d302..00f06d6c77 100644
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -491,7 +491,7 @@ db_version_patch='0'
defvoidused=1
direntrytype='struct dirent'
doublesize='8'
-drand01="((rand() & 0x7FFF) / (double) ((unsigned long)1 << 15))"
+drand01="Perl_drand48()"
drand48_r_proto='0'
dtrace=''
eagain='EAGAIN'
@@ -691,9 +691,9 @@ ptrsize='4'
quadkind='4'
quadtype='int64_t'
randbits='48'
-randfunc='drand48'
+randfunc='Perl_drand48'
random_r_proto='0'
-randseedtype='int'
+randseedtype='U32'
rd_nodata='-1'
readdir64_r_proto='0'
readdir_r_proto='0'
@@ -717,7 +717,7 @@ sSCNfldbl='"llf"'
sched_yield='sched_yield()'
scriptdir='/usr/local/bin'
scriptdirexp='/usr/local/bin'
-seedfunc='srand'
+seedfunc='Perl_drand48_init'
selectminbits='32'
selecttype=int
setgrent_r_proto='0'