X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=unixish.h;h=23b3cadf12b427d0b35ecb3c24381d08f8d3190e;hb=8a064bd6d0d7a44f3e80bed959e1dc566b57850d;hp=5c95a7b0d423e034c30b9dfb18f9f66ab7710c70;hpb=36894f0ba8dd1f63e5f514f7f82e6e7c703d459c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/unixish.h b/unixish.h index 5c95a7b..23b3cad 100644 --- a/unixish.h +++ b/unixish.h @@ -103,9 +103,7 @@ */ /* #define ALTERNATE_SHEBANG "#!" / **/ -#if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) # include -#endif #ifndef SIGABRT # define SIGABRT SIGILL @@ -129,7 +127,7 @@ #define Mkdir(path,mode) mkdir((path),(mode)) #ifndef PERL_SYS_INIT -# define PERL_SYS_INIT(c,v) PERL_FPU_INIT MALLOC_INIT +# define PERL_SYS_INIT(c,v) MALLOC_CHECK_TAINT2(*c,*v) PERL_FPU_INIT MALLOC_INIT #endif #ifndef PERL_SYS_TERM