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