summaryrefslogtreecommitdiff
path: root/ace/config-psos-tm.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-psos-tm.h')
-rw-r--r--ace/config-psos-tm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ace/config-psos-tm.h b/ace/config-psos-tm.h
index c84025bfb64..f1570285a57 100644
--- a/ace/config-psos-tm.h
+++ b/ace/config-psos-tm.h
@@ -30,9 +30,7 @@
// #define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_FILE
#define ACE_TEMPLATES_REQUIRE_SOURCE
-#define ACE_DONT_INCLUDE_ACE_SIGNAL_H
-# include <signal.h> //JINLU
-#undef ACE_DONT_INCLUDE_ACE_SIGNAL_H
+#include <signal.h> //JINLU
#include <pna.h> //JINLU
#define NSIG _NSIG //_NSIG = 32 defined in signal.h JINLU
#define TCP_NODELAY 1 // this will be defined later by pSOS/TM