diff options
author | Steve Huston <shuston@riverace.com> | 2004-06-28 20:35:55 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2004-06-28 20:35:55 +0000 |
commit | 3e6428c2ba28e25caae179514bb7906703b5d5c4 (patch) | |
tree | b4e60e0a1437781833667333dd6392b1be58f42b /m4/config_h.m4 | |
parent | 20018fe057e3876650db350a1fd8ac25b8f6e5a8 (diff) | |
download | ATCD-3e6428c2ba28e25caae179514bb7906703b5d5c4.tar.gz |
ChangeLogTag:Mon Jun 28 16:34:29 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'm4/config_h.m4')
-rw-r--r-- | m4/config_h.m4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/m4/config_h.m4 b/m4/config_h.m4 index 54f8bfe8641..6feeec67351 100644 --- a/m4/config_h.m4 +++ b/m4/config_h.m4 @@ -975,6 +975,9 @@ AH_TEMPLATE([ACE_LACKS_ACE_SVCCONF], AH_TEMPLATE([ACE_LACKS_ACE_TOKEN], [Do not compile support for the ACE Token feature.]) +AH_TEMPLATE([ACE_LACKS_ACE_UUID], +[Do not compile support for the ACE UUID feature.]) + AH_TEMPLATE([ACE_LACKS_COND_T], [Platform lacks condition variables (e.g., Win32 and VxWorks)]) @@ -1344,6 +1347,9 @@ AH_TEMPLATE([ACE_LACKS_WCSTOD], AH_TEMPLATE([ACE_LACKS_WCSTOK], [Platform lacks wcstok()]) +AH_TEMPLATE([ACE_HAS_3_PARAM_WCSTOK], +[Platform's wcstok() takes 3 arguments]) + AH_TEMPLATE([ACE_LACKS_WCSTOL], [Platform lacks wcstol()]) |