X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cd5bf2a6e3a7d03e8b1f97e989eecdcc63f7151f..6e724836cbab943577776e7da03a3157b31fa5c1:/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