new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / analysisd / config.h
old mode 100755 (executable)
new mode 100644 (file)
index f335d12..8d74c75
@@ -1,6 +1,3 @@
-/* @(#) $Id: ./src/analysisd/config.h, 2011/09/08 dcid Exp $
- */
-
 /* Copyright (C) 2009 Trend Micro Inc.
  * All right reserved.
  *
  * Foundation
  */
 
-
-
 #ifndef _CONFIG__H
-
 #define _CONFIG__H
 
 #include "config/config.h"
 #include "config/global-config.h"
-
-long int __crt_ftell; /* Global ftell pointer. */
-_Config Config;  /* Global Config structure */
+#ifdef LIBGEOIP_ENABLED
+#include "GeoIP.h"
+#endif
 
 
+extern long int __crt_ftell; /* Global ftell pointer */
+extern _Config Config;       /* Global Config structure */
 
+#ifdef LIBGEOIP_ENABLED
+GeoIP *geoipdb;
 #endif
+
+int GlobalConf(const char *cfgfile);
+
+#endif /* _CONFIG__H */
+