summaryrefslogtreecommitdiff
path: root/ace/config-psos-tm.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-26 02:46:27 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-26 02:46:27 +0000
commit1418cf716f25822294963fce967c13a6c6d2027c (patch)
tree66cb32780cc10d519b9ba09279a96e72b7cdc648 /ace/config-psos-tm.h
parentccc7bca584b3d4d0088746950f7f81f1105ece6f (diff)
downloadATCD-1418cf716f25822294963fce967c13a6c6d2027c.tar.gz
(ACE_DONT_INCLUDE_ACE_SIGNAL_H): added this diagnostic to inform the user when ace/Signal.h get #included instead of signal.h
Diffstat (limited to 'ace/config-psos-tm.h')
-rw-r--r--ace/config-psos-tm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-psos-tm.h b/ace/config-psos-tm.h
index f1570285a57..c84025bfb64 100644
--- a/ace/config-psos-tm.h
+++ b/ace/config-psos-tm.h
@@ -30,7 +30,9 @@
// #define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_FILE
#define ACE_TEMPLATES_REQUIRE_SOURCE
-#include <signal.h> //JINLU
+#define ACE_DONT_INCLUDE_ACE_SIGNAL_H
+# include <signal.h> //JINLU
+#undef ACE_DONT_INCLUDE_ACE_SIGNAL_H
#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