diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2005-11-09 23:11:54 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2005-11-09 23:11:54 +0000 |
commit | e937c846eb0f2d3fe05d27d9f33b71b1ac4000d6 (patch) | |
tree | 693a2c76edb156c28330c18b2739b77e5bdde55a /ace | |
parent | bb5660f1d38bccad64cbc8dafade26dccc1c9d3b (diff) | |
download | ATCD-e937c846eb0f2d3fe05d27d9f33b71b1ac4000d6.tar.gz |
Wed Nov 9 17:05:59 2005 William Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/config-macosx-tiger.h | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/ace/config-macosx-tiger.h b/ace/config-macosx-tiger.h index 1ae004b4466..f29ea5c5021 100644 --- a/ace/config-macosx-tiger.h +++ b/ace/config-macosx-tiger.h @@ -46,7 +46,19 @@ #define ACE_HAS_MEMCHR #define ACE_LACKS_STROPTS_H -#define ACE_LACKS_WCHAR_H + +// Wcharness.... +//#define ACE_LACKS_WCHAR_H +#define ACE_HAS_WCHAR +#define ACE_SIZEOF_WCHAR 4 + + +#define ACE_HAS_3_PARAM_WCSTOK +#define ACE_LACKS_ITOW +#define ACE_LACKS_WCSICMP +#define ACE_LACKS_WCSNICMP +#define ACE_LACKS_WCSDUP +// #define ACE_LACKS_WCSLEN // Mac lacks the following pthread features #define ACE_LACKS_MUTEXATTR_PSHARED |