diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-10 14:56:12 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-10 14:56:12 +0000 |
commit | 5b67a583b6f3ab800c8a603bd30b2c3639f503f3 (patch) | |
tree | 1cc8a8abbab625f2fdc1e6282f0d37bd5d82373d /ace | |
parent | 6281801cc006bedd32a608804f074a7f22b3be1d (diff) | |
download | ATCD-5b67a583b6f3ab800c8a603bd30b2c3639f503f3.tar.gz |
added DEC_CXX
Diffstat (limited to 'ace')
-rw-r--r-- | ace/config-osf1-4.0.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h index 73f3f22576a..1dbf120da70 100644 --- a/ace/config-osf1-4.0.h +++ b/ace/config-osf1-4.0.h @@ -10,6 +10,9 @@ #if !defined (ACE_CONFIG_H) #define ACE_CONFIG_H +// this platform uses Digital's CXX compiler +#define DEC_CXX + #define ACE_HAS_STRING_CLASS #define ACE_LACKS_LINEBUFFERED_STREAMBUF #define ACE_LACKS_SIGNED_CHAR |