Imported Upstream version 2.5.1
[ossec-hids.git] / src / analysisd / config.h
1 /* @(#) $Id$ */
2
3 /* Copyright (C) 2009 Trend Micro Inc.
4  * All right reserved.
5  *
6  * This program is a free software; you can redistribute it
7  * and/or modify it under the terms of the GNU General Public
8  * License (version 2) as published by the FSF - Free Software
9  * Foundation
10  */
11
12  
13
14 #ifndef _CONFIG__H
15
16 #define _CONFIG__H
17
18 #include "config/config.h"
19 #include "config/global-config.h"
20
21 long int __crt_ftell; /* Global ftell pointer. */
22 _Config Config;  /* Global Config structure */
23
24
25
26 #endif