X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=unixish.h;h=c9a5495cdbde95baaff075baeba5188ced11f1b0;hb=843b3b0e3322db41698c3099017d3975ad483daa;hp=492b24a401a27d8120e00781e1d41edbe44bc064;hpb=cb50131aab68ac6dda048612c6e853b8cb08701e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/unixish.h b/unixish.h index 492b24a..c9a5495 100644 --- a/unixish.h +++ b/unixish.h @@ -116,7 +116,7 @@ /* these should be set in a hint file, not here */ #ifndef PERL_SYS_INIT -#ifdef PERL_SCO5 +#if defined(PERL_SCO5) || defined(__FreeBSD__) # define PERL_SYS_INIT(c,v) fpsetmask(0); MALLOC_INIT #else # ifdef POSIX_BC