Imported Upstream version 2.7
[ossec-hids.git] / src / config / mail-config.h
index 45276dc..8d75c24 100755 (executable)
@@ -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;