This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
[perl5.git] / unixish.h
index 65ce7d6..23b3cad 100644 (file)
--- a/unixish.h
+++ b/unixish.h
  */
 /* #define ALTERNATE_SHEBANG "#!" / **/
 
-#if !defined(NSIG) || defined(M_UNIX) || defined(__unix) || defined(M_XENIX) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__)
 # include <signal.h>
-#endif
 
 #ifndef SIGABRT
 #    define SIGABRT SIGILL