X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cd5bf2a6e3a7d03e8b1f97e989eecdcc63f7151f..16c587ca765d00a17eb4fe83f6d94901a08801a4:/src/iodbc/config.h?ds=sidebyside diff --git a/src/iodbc/config.h b/src/iodbc/config.h index 1fb5ac1b82..c42ea64e59 100644 --- a/src/iodbc/config.h +++ b/src/iodbc/config.h @@ -32,6 +32,13 @@ #include "wx/setup.h" +/* we have these definitions from configure */ +#if defined(HAVE_DLOPEN) + #define DLDAPI_SVR4_DLFCN +#elif defined(HAVE_SHL_LOAD) + #define DLDAPI_HP_SHL +#endif + #include #include #include