summaryrefslogtreecommitdiff
path: root/ace/config-vxworks5.x.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-10-14 12:22:58 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-10-14 12:22:58 +0000
commitcd7e69d2eaa97da2a84423e8649993f836814cce (patch)
tree8c8872d6e59f2712f271c4cdd3d5c494596041a7 /ace/config-vxworks5.x.h
parent209728e7b2afaa92e10c9581126aab79c1e6a245 (diff)
downloadATCD-cd7e69d2eaa97da2a84423e8649993f836814cce.tar.gz
ChangeLogTag: Thu Oct 14 12:22:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/config-vxworks5.x.h')
-rw-r--r--ace/config-vxworks5.x.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/ace/config-vxworks5.x.h b/ace/config-vxworks5.x.h
index 1cf49c18367..d03e8b4794f 100644
--- a/ace/config-vxworks5.x.h
+++ b/ace/config-vxworks5.x.h
@@ -75,7 +75,7 @@
// with different parameters.
# define __INCineth
-#elif defined (__DCPLUSPLUS__)
+#elif defined (__DCPLUSPLUS__) || defined (__DCC__)
// Diab 4.2a or later.
# if !defined (ACE_LACKS_PRAGMA_ONCE)
// We define it with a -D with make depend.
@@ -85,11 +85,7 @@
// Diab doesn't support VxWorks' iostream libraries.
# define ACE_LACKS_IOSTREAM_TOTALLY
- // #include <new.h> causes strange compilation errors in
- // the system header files.
-# define ACE_LACKS_NEW_H
-
-#else /* ! __GNUG__ && ! ghs */
+#else /* ! __GNUG__ && ! ghs && !__DCC__ */
# error unsupported compiler on VxWorks
#endif /* ! __GNUG__ && ! ghs */