izmjene za lintian
[ossec-hids.git] / src / config / mail-config.h
index 45276dc..98a93a4 100755 (executable)
@@ -9,7 +9,7 @@
  * Foundation
  */
 
+
 
 #ifndef _MCCONFIG__H
 #define _MCCONFIG__H
@@ -27,6 +27,7 @@ typedef struct _MailConfig
     int priority;
     char **to;
     char *from;
+    char *idsname;
     char *smtpserver;
 
     /* Granular e-mail options */
@@ -35,6 +36,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;