summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-02-29 13:58:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-02-29 13:58:15 +0000
commit427f8402bacadd26ce75ebc487dc050c43111fd2 (patch)
treeb9a0a1ee469a80b76b26df9e1a3cc3bd10a3a647 /performance-tests
parent4f3addd86f8cd2dda1a84eec961a26773962015b (diff)
downloadATCD-427f8402bacadd26ce75ebc487dc050c43111fd2.tar.gz
ChangeLogTag: Sun Feb 29 13:57:15 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/Synch-Benchmarks/Synch_Lib/export_mac.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/performance-tests/Synch-Benchmarks/Synch_Lib/export_mac.h b/performance-tests/Synch-Benchmarks/Synch_Lib/export_mac.h
index 60cf50aed9d..e4e6be63334 100644
--- a/performance-tests/Synch-Benchmarks/Synch_Lib/export_mac.h
+++ b/performance-tests/Synch-Benchmarks/Synch_Lib/export_mac.h
@@ -9,6 +9,10 @@
#include "ace/config-all.h"
+#if defined (ACE_AS_STATIC_LIBS) && !defined (SYNCHLIB_HAS_DLL)
+# define SYNCHLIB_HAS_DLL 0
+#endif /* ACE_AS_STATIC_LIBS && ! TEST_HAS_DLL */
+
#if !defined (SYNCHLIB_HAS_DLL)
#define SYNCHLIB_HAS_DLL 1
#endif /* !SYNCHLIB_HAS_DLL */
@@ -32,5 +36,5 @@
#endif /* SYNCHLIB_HAS_DLL */
#endif /* SYNCHLIB_EXPORT_H */
-
// End of auto generated file.
+