diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-13 02:00:33 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-13 02:00:33 +0000 |
commit | 8894f6f72363aa6616cc7f4a58b234fb44bc739d (patch) | |
tree | e684cd6d4c9b5dc1c27ff2c0ff318d2c1270725f /ace/config-osf1-4.0.h | |
parent | 98a13ed1299fb0216c6431c0dd1972173ccd5049 (diff) | |
download | ATCD-8894f6f72363aa6616cc7f4a58b234fb44bc739d.tar.gz |
ChangeLogTag: Thu Aug 12 20:54:40 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace/config-osf1-4.0.h')
-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 b9dceb31bf6..ddf8846e239 100644 --- a/ace/config-osf1-4.0.h +++ b/ace/config-osf1-4.0.h @@ -63,6 +63,7 @@ # define ACE_HAS_TEMPLATE_SPECIALIZATION # define ACE_HAS_TEMPLATE_TYPEDEFS # define ACE_HAS_TYPENAME_KEYWORD +# define ACE_HAS_USING_KEYWORD // 9: nested comment not allowed. (/usr/include/pdsc.h!) (nestcomment) // 177: variable was declared but never referenced (declbutnotref) @@ -101,8 +102,10 @@ # define ACE_HAS_STDCPP_STL_INCLUDES # define ACE_HAS_TEMPLATE_SPECIALIZATION # define ACE_HAS_TYPENAME_KEYWORD +# define ACE_HAS_USING_KEYWORD #elif defined (__KCC) # include "ace/config-kcc-common.h" +#else # error unsupported compiler on Digital Unix #endif /* ! __GNUG__ && ! __DECCXX && ! __rational__ && !_KCC */ |