[Live-devel] segfault in our_srandom
Ross Finlayson
finlayson at live.com
Wed Nov 12 02:13:11 PST 2003
FYI, I have now put the "our_random()" and "our_srandom()" code inside an
"#ifndef".
If "USE_SYSTEM_RANDOM" is defined, then this code will not be used;
instead, the system-supplied "random()" and "srandom()" - if present - will
be used instead.
So, if you want to use the system-supplied "random()" and "srandom()", you
can do so by adding "-DUSE_SYSTEM_RANDOM=1" to the "COMPILE_OPTS" in your
'config.<whatever>' file.
Ross Finlayson
LIVE.COM
<http://www.live.com/>
More information about the live-devel
mailing list