diff options
author | Steve Huston <shuston@riverace.com> | 1997-11-10 20:08:51 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1997-11-10 20:08:51 +0000 |
commit | 4d893bf9343e52e49111a14b835702f64a2a8871 (patch) | |
tree | 1c59f150cfc2432ccfea3f1dabf09bf11274cf82 /ace/config-sunos5.5-sunc++-4.x.h | |
parent | 7663ec801d68152fe47a77acff196543407a1d00 (diff) | |
download | ATCD-4d893bf9343e52e49111a14b835702f64a2a8871.tar.gz |
Added new macro ACE_HAS_XPG4_MULTIBYTE_CHAR for platforms that provide
wchar.h and associated wide character functions.
Diffstat (limited to 'ace/config-sunos5.5-sunc++-4.x.h')
-rw-r--r-- | ace/config-sunos5.5-sunc++-4.x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-sunos5.5-sunc++-4.x.h b/ace/config-sunos5.5-sunc++-4.x.h index 0352e236c57..c4180219d2a 100644 --- a/ace/config-sunos5.5-sunc++-4.x.h +++ b/ace/config-sunos5.5-sunc++-4.x.h @@ -158,6 +158,9 @@ // Compiler/platform supports sys_siglist array. #define ACE_HAS_SYS_SIGLIST +// Platform supports XPG4 wide characters +#define ACE_HAS_XPG4_MULTIBYTE_CHAR + /* Comment out the following eight defines if you want to disable threading. */ // Compile using multi-thread libraries. #if !defined (ACE_MT_SAFE) |