67daee8c9fd0b31b9b8f594b8d7f885e5fa8ed16
[ossec-hids.git] / src / analysisd / fts.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 #ifndef __FTS_H
14
15 #define __FTS_H
16
17
18 /* FTS queues */
19 #ifdef TESTRULE
20   #define FTS_QUEUE "queue/fts/fts-queue"
21   #define IG_QUEUE  "queue/fts/ig-queue"
22 #else
23   #define FTS_QUEUE "/queue/fts/fts-queue"
24   #define IG_QUEUE  "/queue/fts/ig-queue"
25 #endif
26
27 #endif