diff options
author | mcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-10-11 09:42:55 +0000 |
---|---|---|
committer | mcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-10-11 09:42:55 +0000 |
commit | f7a3246ec268ab8d6036482b87eff1d80b0ba12f (patch) | |
tree | fcc7d8e618336dc9a4cd5c06289105d4f6f1b6d1 /ace/config-tru64.h | |
parent | edd861af66a2cb1a6860529c82065bc62d7c786f (diff) | |
download | ATCD-f7a3246ec268ab8d6036482b87eff1d80b0ba12f.tar.gz |
ChangeLogTag: Mon Oct 10 9:43:03 2004 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'ace/config-tru64.h')
-rw-r--r-- | ace/config-tru64.h | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/ace/config-tru64.h b/ace/config-tru64.h index 3290d5c23b9..df7e073deee 100644 --- a/ace/config-tru64.h +++ b/ace/config-tru64.h @@ -13,12 +13,19 @@ # include "ace/config-osf1-4.0.h" # define ACE_HAS_NONSTATIC_OBJECT_MANAGER # if DIGITAL_UNIX >= 0x500 -// It's possible that snprintf() is available on earlier Tru64 versions, -// but this is the only way it's been tested. Steve Huston, 22-Jan-2003 -// It is not on 4.0F. Rich Seibel, 6 Feb 2003 -# ifndef ACE_HAS_SNPRINTF -# define ACE_HAS_SNPRINTF -# endif /* ACE_HAS_SNPRINTF */ + // It's possible that snprintf() is available on earlier Tru64 versions, + // but this is the only way it's been tested. Steve Huston, 22-Jan-2003 + // It is not on 4.0F. Rich Seibel, 6 Feb 2003 +# ifndef ACE_HAS_SNPRINTF +# define ACE_HAS_SNPRINTF +# endif /* ACE_HAS_SNPRINTF */ +# define ACE_HAS_XPG4_MULTIBYTE_CHAR 1 + /*Platform has support for + multi-byte character support + compliant with the XPG4 + Worldwide Portability + Interface wide-character + classification.*/ # endif /* DIGITAL_UNIX >= 0x500 */ # if DIGITAL_UNIX >= 0x40D # define ACE_LACKS_SYSTIME_H |