summaryrefslogtreecommitdiff
path: root/ACE/ace/config-aix-5.x.h
diff options
context:
space:
mode:
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__ */