X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fanalysisd%2Fconfig.h;h=8d74c756e4493c3e2f6889bb10b912e16f43611e;hp=f335d1289af0eb663a339c678764247dc712f075;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b diff --git a/src/analysisd/config.h b/src/analysisd/config.h old mode 100755 new mode 100644 index f335d12..8d74c75 --- a/src/analysisd/config.h +++ b/src/analysisd/config.h @@ -1,6 +1,3 @@ -/* @(#) $Id: ./src/analysisd/config.h, 2011/09/08 dcid Exp $ - */ - /* Copyright (C) 2009 Trend Micro Inc. * All right reserved. * @@ -10,18 +7,24 @@ * 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 */ +