Add Google safe browsing lookup

This commit is contained in:
brenosilva
2011-03-15 20:49:10 +00:00
parent caa6d89f85
commit 69551d2d09
14 changed files with 834 additions and 236 deletions

View File

@@ -41,6 +41,7 @@ typedef struct msc_parm msc_parm;
#include "msc_util.h"
#include "msc_xml.h"
#include "msc_geo.h"
#include "msc_gsb.h"
#include "re.h"
#include "ap_config.h"
@@ -487,6 +488,9 @@ struct directory_config {
/* Geo Lookup */
geo_db *geo;
/* Gsb Lookup */
gsb_db *gsb;
/* Cache */
int cache_trans;
int cache_trans_incremental;