summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2004-09-01 16:43:22 +0000
committerSteve Huston <shuston@riverace.com>2004-09-01 16:43:22 +0000
commit6f4073d005db07dd3f82f781ba8e81c0b87458a7 (patch)
tree8e3b434152de6b6f7fef93d8d32f173429e8ca1b /ace
parentf305848be816a2528f6cb3d01d734f6dee51fade (diff)
downloadATCD-6f4073d005db07dd3f82f781ba8e81c0b87458a7.tar.gz
ChangeLogTag:Wed Sep 1 12:40:28 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace')
-rw-r--r--ace/config-aix-4.x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-aix-4.x.h b/ace/config-aix-4.x.h
index bd4641ad3d4..d5b2768852d 100644
--- a/ace/config-aix-4.x.h
+++ b/ace/config-aix-4.x.h
@@ -309,7 +309,7 @@
#define ACE_MALLOC_ALIGN 8
-#if (_XOPEN_SOURCE == 500) && !defined(_UNIX95)
+#if (_XOPEN_SOURCE >= 500) && !defined(_UNIX95)
# define ACE_HAS_3_PARAM_WCSTOK
#endif /* _XOPEN_SOURCE == 500 && !_UNIX95 */