Define DYNLIB_NAME on OpenBSD.

This commit is contained in:
Jasper Lievisse Adriaanse 2012-09-04 16:48:51 +02:00 committed by Daniel Veillard
parent 5d3b65f96b
commit edc67a6f5d

View File

@ -48,7 +48,7 @@
/*******************************************************************************
* Defined Constants And Macros *
*******************************************************************************/
#if defined(__linux__) || defined(__linux_gnu__) || defined(__sun__) || defined(__FreeBSD__)
#if defined(__linux__) || defined(__linux_gnu__) || defined(__sun__) || defined(__FreeBSD__) || defined(__OpenBSD__)
# define DYNLIB_NAME "VBoxXPCOMC.so"
#elif defined(__APPLE__)
# define DYNLIB_NAME "VBoxXPCOMC.dylib"