X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cd5bf2a6e3a7d03e8b1f97e989eecdcc63f7151f..41d368a4bb7a73fbc5ce054dbc205a57241cf0da:/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	<stdlib.h>
 #include	<sys/types.h>
 #include        <string.h>