summaryrefslogtreecommitdiff
path: root/ace/config-hpux-10.x.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1997-11-10 20:08:51 +0000
committerSteve Huston <shuston@riverace.com>1997-11-10 20:08:51 +0000
commit849f2b28120b9e8cea982e4027066cb967ad5583 (patch)
tree1c59f150cfc2432ccfea3f1dabf09bf11274cf82 /ace/config-hpux-10.x.h
parent2f4a281666a41fe450135ada1f84ed535a816a46 (diff)
downloadATCD-849f2b28120b9e8cea982e4027066cb967ad5583.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-hpux-10.x.h')
-rw-r--r--ace/config-hpux-10.x.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h
index d7b57f4d93a..c5d276c28a0 100644
--- a/ace/config-hpux-10.x.h
+++ b/ace/config-hpux-10.x.h
@@ -123,6 +123,9 @@ extern int h_errno; /* This isn't declared in a header file on HP-UX */
// Platform supports the tid_t type
#define ACE_HAS_TID_T
+// Platform has XPG4 wide character support
+#define ACE_HAS_XPG4_MULTIBYTE_CHAR
+
// Platform lacks readers/writer locks.
#define ACE_LACKS_RWLOCK_T