Sync with the latest MakeMaker snapshot.
[p5sagit/p5-mst-13.2.git] / util.c
diff --git a/util.c b/util.c
index 4a1a45f..fffc1c3 100644 (file)
--- a/util.c
+++ b/util.c
 #include "perl.h"
 
 #ifndef PERL_MICRO
-#if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX)
 #include <signal.h>
-#endif
-
 #ifndef SIG_ERR
 # define SIG_ERR ((Sighandler_t) -1)
 #endif