Imported Upstream version 2.7
[ossec-hids.git] / src / analysisd / fts.h
1 /* @(#) $Id: ./src/analysisd/fts.h, 2011/09/08 dcid Exp $
2  */
3
4 /* Copyright (C) 2009 Trend Micro Inc.
5  * All right reserved.
6  *
7  * This program is a free software; you can redistribute it
8  * and/or modify it under the terms of the GNU General Public
9  * License (version 2) as published by the FSF - Free Software
10  * Foundation
11  */
12
13
14 #ifndef __FTS_H
15
16 #define __FTS_H
17
18
19 /* FTS queues */
20 #ifdef TESTRULE
21   #define FTS_QUEUE "queue/fts/fts-queue"
22   #define IG_QUEUE  "queue/fts/ig-queue"
23 #else
24   #define FTS_QUEUE "/queue/fts/fts-queue"
25   #define IG_QUEUE  "/queue/fts/ig-queue"
26 #endif
27
28 #endif