diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-03-09 10:13:00 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-03-09 10:13:00 +0000 |
commit | 387a631b9292fbc33bd10b0176f05020f555f628 (patch) | |
tree | 17f7b48e076513048277b0a9bf560e337742e7d0 /ace/config-hpux-11.00.h | |
parent | 21f966f05d86fe10afa6e30bddf88574ce87d682 (diff) | |
download | ATCD-387a631b9292fbc33bd10b0176f05020f555f628.tar.gz |
ChangeLogTag: Wed Mar 9 10:12:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/config-hpux-11.00.h')
-rw-r--r-- | ace/config-hpux-11.00.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-hpux-11.00.h b/ace/config-hpux-11.00.h index b7afbb10974..669d20d5656 100644 --- a/ace/config-hpux-11.00.h +++ b/ace/config-hpux-11.00.h @@ -407,6 +407,10 @@ # define ACE_LD_SEARCH_PATH "SHLIB_PATH" #endif /* __LP64__ */ +#if defined (_INCLUDE__STDC_A1_SOURCE) +# define ACE_HAS_3_PARAM_WCSTOK +#endif + ////////////////////////////////////////////////////////////////////////// // // STREAMS information |