Remove references to CAres from mod{python,perl}

This commit is contained in:
Kyle Fuller
2012-02-28 14:16:53 +00:00
parent 961e3a81c6
commit 5995fc530e
3 changed files with 0 additions and 15 deletions

View File

@@ -201,13 +201,6 @@ inline bool HaveSSL_() {
return false;
}
inline bool HaveCAres_() {
#ifdef HAVE_C_ARES
return true;
#endif
return false;
}
inline int GetSOMAXCONN() {
return SOMAXCONN;
}