diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-13 15:18:46 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-13 15:18:46 +0000 |
commit | 21f8f3a5a5a84b2ea5cd167685a4136297429c1a (patch) | |
tree | e5ffe6e94b450c090e719685f637396ebb842621 /ace/config-osf1-4.0.h | |
parent | 8cad5d8c0bb77df16a984a6aa81325c8c9c3ea16 (diff) | |
download | ATCD-21f8f3a5a5a84b2ea5cd167685a4136297429c1a.tar.gz |
added ACE_LACKS_LINEBUFFERED_STREAMBUF with RATIONAL
Diffstat (limited to 'ace/config-osf1-4.0.h')
-rw-r--r-- | ace/config-osf1-4.0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h index fdeb9b374d1..e312f796bba 100644 --- a/ace/config-osf1-4.0.h +++ b/ace/config-osf1-4.0.h @@ -57,12 +57,12 @@ #elif defined (RATIONAL) # define ACE_HAS_REENTRANT_FUNCTIONS # define ACE_HAS_ONEARG_SIGWAIT +# define ACE_LACKS_LINEBUFFERED_STREAMBUF # define ACE_HAS_ANSI_CASTS # define ACE_HAS_EXCEPTIONS # define ACE_HAS_STDCPP_STL_INCLUDES # define ACE_HAS_TEMPLATE_SPECIALIZATION -// # define ACE_HAS_TEMPLATE_TYPEDEFS # define ACE_HAS_TYPENAME_KEYWORD #else /* ! __GNUG__ && ! __DECCXX && ! RATIONAL */ # error unsupported compiler on Digital Unix |