*** dnsrbl.c.ORIG Mon Mar 26 21:29:04 2007 --- dnsrbl.c Thu Jun 21 15:09:39 2007 *************** *** 43,48 **** --- 43,51 ---- #include #include #include + #ifdef HAVE_STRINGS_H + #include /* bzero, ... */ + #endif #include #include #include *************** *** 63,69 **** #define NS_MAXMSG 65535 #endif ! #ifdef res_ninit #define HAVE_RESN 1 #ifndef res_ndestroy #define res_ndestroy(res) res_nclose(res) --- 66,72 ---- #define NS_MAXMSG 65535 #endif ! #if (defined(res_ninit) || (__RES >= 19991006) ) #define HAVE_RESN 1 #ifndef res_ndestroy #define res_ndestroy(res) res_nclose(res)