summaryrefslogtreecommitdiff
path: root/NetWare/config.wc
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 /NetWare/config.wc
parente4b87ea5b1e1680899962dea307e569335b79ebe (diff)
downloadperl-890c2948b68476f972f9648473ed11faf48e159f.tar.gz
[perl #115928] Configure now selects our internal drand48()
Diffstat (limited to 'NetWare/config.wc')
-rw-r--r--NetWare/config.wc10
1 files changed, 5 insertions, 5 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc
index 1182d47d11..016748dd8d 100644
--- a/NetWare/config.wc
+++ b/NetWare/config.wc
@@ -547,7 +547,7 @@ direntrytype='DIR'
dlext='nlm'
dlsrc='dl_netware.xs'
doublesize='8'
-drand01='(rand()/(double)((unsigned)1<<RANDBITS))'
+drand01='Perl_drand48()'
drand48_r_proto='0'
dtrace=''
dynamic_ext='Socket IO Fcntl Opcode SDBM_File attributes'
@@ -854,10 +854,10 @@ prototype='define'
ptrsize='4'
quadkind='5'
quadtype='__int64'
-randbits='15'
-randfunc='rand'
+randbits='48'
+randfunc='Perl_drand48'
random_r_proto='0'
-randseedtype='unsigned'
+randseedtype='U32'
ranlib='rem'
rd_nodata='-1'
readdir64_r_proto='0'
@@ -887,7 +887,7 @@ sched_yield=''
scriptdir='~INST_TOP~~INST_VER~\bin'
scriptdirexp='~INST_TOP~~INST_VER~\bin'
sed='sed'
-seedfunc='srand'
+seedfunc='Perl_drand48_init'
selectminbits='32'
selecttype='fd_set *'
sendmail='blat'