DNS resolver init changes for NetBSD compatibility.
[exim.git] / src / src / exim_lock.c
index 027a55831d1e106d09ad336ed51e5fe7b395e6e5..0a9dfde2da7f6cbcf96c6350d9af248da9441868 100644 (file)
@@ -70,6 +70,10 @@ the other stuff in os.c, so force the other macros to omit it. */
   #define FIND_RUNNING_INTERFACES
 #endif
 
+#ifndef OS_GET_DNS_RESOLVER_RES
+  #define OS_GET_DNS_RESOLVER_RES
+#endif
+
 #include "../src/os.c"