K 10 svn:author V 3 knu K 8 svn:date V 27 2003-08-21T15:09:44.000000Z K 7 svn:log V 383 Nullify RUBY_WITH_PTHREAD for FreeBSD 5.1-RELEASE and later. I have tested a few modules that worked fine. I hope such things as ruby_r will die soon. For FreeBSD 4.x and prior, ruby_r will forever be needed because the interpreter (ruby) linked with libc.so crashes when a module that is (indirectly) linked with libc_r.so, because stdio and stuff get inconsitent inside of them. END