summaryrefslogtreecommitdiff
path: root/include/cppunit/config
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-04-13 04:08:37 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-04-13 04:08:37 +0200
commitde5eab33cb30f15f85ac8f197bd571b7695566a6 (patch)
tree27fd9b32a90ab947cf081e6e62c24afed5bdce9a /include/cppunit/config
parent6456f18a9aa00cbf9d90075786122075dc8f3141 (diff)
downloadcppunit-de5eab33cb30f15f85ac8f197bd571b7695566a6.tar.gz
remove BeOS special support
Diffstat (limited to 'include/cppunit/config')
-rw-r--r--include/cppunit/config/SelectDllLoader.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/cppunit/config/SelectDllLoader.h b/include/cppunit/config/SelectDllLoader.h
index dc1c011..9f8c0d6 100644
--- a/include/cppunit/config/SelectDllLoader.h
+++ b/include/cppunit/config/SelectDllLoader.h
@@ -15,9 +15,6 @@
* CPPUNIT_HAVE_WIN32_DLL_LOADER
* If defined, Win32 implementation of DynamicLibraryManager will be used.
*
- * CPPUNIT_HAVE_BEOS_DLL_LOADER
- * If defined, BeOs implementation of DynamicLibraryManager will be used.
- *
* CPPUNIT_HAVE_UNIX_DLL_LOADER
* If defined, Unix implementation (dlfcn.h) of DynamicLibraryManager will be used.
*/
@@ -50,10 +47,6 @@
#undef CPPUNIT_PLUGIN_EXPORT
#define CPPUNIT_PLUGIN_EXPORT extern "C" __declspec(dllexport)
-// Is BeOS platform ?
-#elif defined(__BEOS__)
-#define CPPUNIT_HAVE_BEOS_DLL_LOADER 1
-
// Is Unix platform and have shl_load() (hp-ux)
#elif defined(CPPUNIT_HAVE_SHL_LOAD)
#define CPPUNIT_HAVE_UNIX_SHL_LOADER 1