summaryrefslogtreecommitdiff
path: root/ACE/ace/config-macosx-leopard.h
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-07-18 00:53:03 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-07-18 00:53:03 +0000
commitfe61fb520c04d99c75676a7f41e45aeb62e75027 (patch)
tree4edd256caa9a4a1d7f930961bd35c299b363dc8b /ACE/ace/config-macosx-leopard.h
parentd6c6e918e6e3aa958b6a1fb4a427c3673dfea6f6 (diff)
downloadATCD-fe61fb520c04d99c75676a7f41e45aeb62e75027.tar.gz
Sat Jul 18 00:52:14 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'ACE/ace/config-macosx-leopard.h')
-rw-r--r--ACE/ace/config-macosx-leopard.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/ace/config-macosx-leopard.h b/ACE/ace/config-macosx-leopard.h
index 6a1cc2afeac..4ea588cf489 100644
--- a/ACE/ace/config-macosx-leopard.h
+++ b/ACE/ace/config-macosx-leopard.h
@@ -10,6 +10,10 @@
#define __ACE_INLINE__
#endif /* ! __ACE_INLINE__ */
+#ifdef __INTEL_COMPILER
+#define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT
+#endif
+
#if !defined (ACE_SIZEOF_LONG_DOUBLE)
# if (__GNUC__ == 3 && __GNUC_MINOR__ == 3)
// Size of long double in GCC 3.3 is 8.