X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fconfig%2Fmail-config.h;h=8d75c24197477a0df432c2c2c88118b790e0620e;hp=45276dcbcf05bbb794abf748dca871aba026f6bc;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/config/mail-config.h b/src/config/mail-config.h index 45276dc..8d75c24 100755 --- a/src/config/mail-config.h +++ b/src/config/mail-config.h @@ -9,7 +9,7 @@ * Foundation */ - + #ifndef _MCCONFIG__H #define _MCCONFIG__H @@ -35,6 +35,12 @@ typedef struct _MailConfig int *gran_set; int *gran_format; char **gran_to; + +#ifdef GEOIP + /* Use GeoIP */ + int geoip; +#endif + OSMatch **gran_location; OSMatch **gran_group; }MailConfig;