summaryrefslogtreecommitdiff
path: root/ace/config-aix-4.x.h
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-03-12 17:59:10 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-03-12 17:59:10 +0000
commit9b0c4ba6b334a06df95fb88a9f3be976e3b4c8db (patch)
tree6722d8a617c9fc5c41b552b7c792e14908cce00c /ace/config-aix-4.x.h
parent25a7b0d0f236e1f77d195ec624de84604fd672ea (diff)
downloadATCD-9b0c4ba6b334a06df95fb88a9f3be976e3b4c8db.tar.gz
ChangeLogTag: Mon Feb 25 14:06:45 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ace/config-aix-4.x.h')
-rw-r--r--ace/config-aix-4.x.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-aix-4.x.h b/ace/config-aix-4.x.h
index 1005ccb8ab6..e3148b452bd 100644
--- a/ace/config-aix-4.x.h
+++ b/ace/config-aix-4.x.h
@@ -45,6 +45,9 @@
# undef WIFEXITED
# undef WEXITSTATUS
# if (__IBMCPP__ >= 500) /* Visual Age C++ 5 */
+# if !defined (ACE_HAS_USING_KEYWORD)
+# define ACE_HAS_USING_KEYWORD 1
+# endif /* ACE_HAS_USING_KEYWORD */
# define ACE_HAS_STANDARD_CPP_LIBRARY 1
# define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
# if !defined (__TEMPINC__)