[project @ 2006-01-16 16:38:24 by simonmar]
[ghc-hetmet.git] / ghc / rts / RtsSignals.h
index 5f7c99b..eafeeaa 100644 (file)
 
 #if !defined(PAR) && !defined(mingw32_HOST_OS)
 
-#define RTS_USER_SIGNALS 1
 #include "posix/Signals.h"
 
 #elif defined(mingw32_HOST_OS)
 
-#define RTS_USER_SIGNALS 1
 #include "win32/ConsoleHandler.h"
 
 #else /* PAR */