summaryrefslogtreecommitdiff
path: root/performance-tests/Synch-Benchmarks/Synch_Lib/export_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Synch-Benchmarks/Synch_Lib/export_mac.h')
-rw-r--r--performance-tests/Synch-Benchmarks/Synch_Lib/export_mac.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/performance-tests/Synch-Benchmarks/Synch_Lib/export_mac.h b/performance-tests/Synch-Benchmarks/Synch_Lib/export_mac.h
deleted file mode 100644
index 9ccc20f399d..00000000000
--- a/performance-tests/Synch-Benchmarks/Synch_Lib/export_mac.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// -*- C++ -*-
-// $Id$
-// Definition for Win32 Export directives.
-// This file is generated automatically by
-// ${ACE_ROOT}/GenExportH.BAT
-// ------------------------------
-#if !defined (SYNCHLIB_EXPORT_H)
-#define SYNCHLIB_EXPORT_H
-
-#include "ace/OS.h"
-
-#if !defined (SYNCHLIB_HAS_DLL)
-#define SYNCHLIB_HAS_DLL 1
-#endif /* !SYNCHLIB_HAS_DLL */
-
-#if defined (SYNCHLIB_HAS_DLL)
-# if (SYNCHLIB_HAS_DLL == 1)
-# if defined (SYNCHLIB_BUILD_DLL)
-# define SYNCHLIB_Export ACE_Proper_Export_Flag
-# define SYNCHLIB_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# else
-# define SYNCHLIB_Export ACE_Proper_Import_Flag
-# define SYNCHLIB_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# endif /* SYNCHLIB_BUILD_DLL */
-# else
-# define SYNCHLIB_Export
-# define SYNCHLIB_SINGLETON_DECLARATION(T)
-# endif /* ! SYNCHLIB_HAS_DLL == 1 */
-#else
-# define SYNCHLIB_Export
-# define SYNCHLIB_SINGLETON_DECLARATION(T)
-#endif /* SYNCHLIB_HAS_DLL */
-
-#endif /* SYNCHLIB_EXPORT_H */
-
-// End of auto generated file.