summaryrefslogtreecommitdiff
path: root/ACE/ace/config-aix-5.x.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2007-07-11 20:21:27 +0000
committerSteve Huston <shuston@riverace.com>2007-07-11 20:21:27 +0000
commitde79820652c82d7ba5384152520555b52f7026f2 (patch)
tree3b29e4cab2491fd933063e68c7856c0ef81d4b5a /ACE/ace/config-aix-5.x.h
parenta03c5c57f6e79b242b43d8f540ce279eae5b8153 (diff)
downloadATCD-de79820652c82d7ba5384152520555b52f7026f2.tar.gz
ChangeLogTag:Wed Jul 11 20:17:07 UTC 2007 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/ace/config-aix-5.x.h')
-rw-r--r--ACE/ace/config-aix-5.x.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/ace/config-aix-5.x.h b/ACE/ace/config-aix-5.x.h
index d16bab6ba15..68ad85c233c 100644
--- a/ACE/ace/config-aix-5.x.h
+++ b/ACE/ace/config-aix-5.x.h
@@ -97,6 +97,10 @@
# if (__IBMCPP__ >= 600) /* Visual Age 6 and XL C/C++ 7 and up */
# define ACE_HAS_TEMPLATE_TYPEDEFS
+# define ACE_HAS_CUSTOM_EXPORT_MACROS
+# define ACE_Proper_Export_Flag
+# define ACE_Proper_Import_Flag
+# define ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) extern template class SINGLETON_TYPE < CLASS, LOCK >;
# endif /* __IBMCPP__ >= 600 */
# endif /* __IBMCPP__ */