summaryrefslogtreecommitdiff
path: root/ace/config-mvs.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-19 03:22:52 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-19 03:22:52 +0000
commit1555e31a7d3c603ae581fb621a86f1d38cc83b58 (patch)
tree341da8970a5e7c3ff7f04780d700db8c263300df /ace/config-mvs.h
parentba08145a7807efd0bc39cf8a36a056b8bd4880ec (diff)
downloadATCD-1555e31a7d3c603ae581fb621a86f1d38cc83b58.tar.gz
added #define ACE_LACKS_IOSTREAM_FX
Diffstat (limited to 'ace/config-mvs.h')
-rw-r--r--ace/config-mvs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-mvs.h b/ace/config-mvs.h
index 19fa4a26320..2821391ed79 100644
--- a/ace/config-mvs.h
+++ b/ace/config-mvs.h
@@ -149,6 +149,9 @@
// Platform doesn't have pthread_condattr_setpshared()
#define ACE_LACKS_CONDATTR_PSHARED
+// iostream header lacks ipfx (), isfx (), etc., declarations
+#define ACE_LACKS_IOSTREAM_FX
+
// Platform doesn't have pthread_key_delete()
#define ACE_LACKS_KEYDELETE