summaryrefslogtreecommitdiff
path: root/ace/config-psos-diab.h
diff options
context:
space:
mode:
authorcdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-20 23:25:20 +0000
committercdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-20 23:25:20 +0000
commit249860b2bfef3f0207e8f8de9a32352be0620da2 (patch)
treef80d38eee195dcdbf5291e01e4948e767b947b42 /ace/config-psos-diab.h
parent0b7e0519e868d45bf4da884b6741bfc20652ed3b (diff)
downloadATCD-249860b2bfef3f0207e8f8de9a32352be0620da2.tar.gz
fixed remaining tests with fixable diab compiler workarounds
Diffstat (limited to 'ace/config-psos-diab.h')
-rw-r--r--ace/config-psos-diab.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/config-psos-diab.h b/ace/config-psos-diab.h
index c4cc6d9a04e..5e9c62c163b 100644
--- a/ace/config-psos-diab.h
+++ b/ace/config-psos-diab.h
@@ -227,8 +227,8 @@
#define ACE_PSOS
#endif /* ACE_PSOS */
-#if !defined (ACE_PSOS_TBD)
-#define ACE_PSOS_TBD
-#endif /* ACE_PSOS_TBD */
+#if !defined (ACE_PSOS_DIAB)
+#define ACE_PSOS_DIAB
+#endif /* ACE_PSOS_DIAB */
#define ACE_LACKS_MKFIFO
#endif /* ACE_CONFIG_H */