Merge commit 'v2.5.1'
[ossec-hids.git] / src / analysisd / analysisd.h
index 6175ebf..fe580d4 100755 (executable)
@@ -1,11 +1,11 @@
-/* @(#) $Id: analysisd.h,v 1.10 2009/06/24 17:06:21 dcid Exp $ */
+/* @(#) $Id$ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * All right reserved.
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 3) as published by the FSF - Free Software
+ * License (version 2) as published by the FSF - Free Software
  * Foundation
  */
 
@@ -32,10 +32,6 @@ int __crt_hour;
 int __crt_wday;
 
 
-/* For test rule only. */
-#ifdef TESTRULE
-int full_output;
-#endif
 
 
 time_t c_time; /* Current time of event. Used everywhere */