X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fconfig%2Fmail-config.h;h=8d75c24197477a0df432c2c2c88118b790e0620e;hb=280230a44cb9f9872652b6bb80de45a27af411f4;hp=92cc81f7a0f8ec67f58f7abce925637ce899a5c4;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/config/mail-config.h b/src/config/mail-config.h index 92cc81f..8d75c24 100755 --- a/src/config/mail-config.h +++ b/src/config/mail-config.h @@ -5,11 +5,11 @@ * * This program is a free software; you can redistribute it * and/or modify it under the terms of the GNU General Public - * License (version 3) as published by the FSF - Free Software + * License (version 2) as published by the FSF - Free Software * 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;