X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cd5bf2a6e3a7d03e8b1f97e989eecdcc63f7151f..a02b243269fe98fa1bc624bac722eb6d1b996fb4:/src/iodbc/config.h 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