X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fanalysisd%2Fanalysisd.h;h=fe580d45ebda6d5f9afadcbceeaaab517b9ab72b;hp=6175ebfbeab3427e3f15ba44c8d9432cbcb046ce;hb=301048b51990573e58a30dc4a5bb4ec285cad554;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a diff --git a/src/analysisd/analysisd.h b/src/analysisd/analysisd.h index 6175ebf..fe580d4 100755 --- a/src/analysisd/analysisd.h +++ b/src/analysisd/analysisd.h @@ -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 */