summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcorino <mcorino@users.noreply.github.com>2004-10-11 09:42:55 +0000
committermcorino <mcorino@users.noreply.github.com>2004-10-11 09:42:55 +0000
commitd9c622b8fd69b913fe21cc7dbbcee92eb5b35239 (patch)
treefcc7d8e618336dc9a4cd5c06289105d4f6f1b6d1
parent5e14cfdd16036e565cccfd6d6ea44443f98a49b9 (diff)
downloadATCD-d9c622b8fd69b913fe21cc7dbbcee92eb5b35239.tar.gz
ChangeLogTag: Mon Oct 10 9:43:03 2004 Martin Corino <mcorino@remedy.nl>
-rw-r--r--ChangeLog6
-rw-r--r--ace/config-tru64.h19
2 files changed, 19 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index cee8e9b7958..c690b2c804b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Oct 10 9:43:03 2004 Martin Corino <mcorino@remedy.nl>
+
+ * ace/config-tru64.h:
+
+ Added XPG4 multibyte support for DIGITAL_UNIX >= 5.
+
Sat Oct 9 23:08:04 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
* bin/MakeProjectCreator/config/acexml.mpb:
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