Removed ClamAV support.

This commit is contained in:
Jon Siwek 2010-10-22 16:01:53 -05:00
parent 049bda7078
commit b0d78eab40
3 changed files with 0 additions and 58 deletions

View file

@ -11,10 +11,6 @@
#include <magic.h>
#endif
#ifdef HAVE_LIBCLAMAV
#include <clamav.h>
#endif
class File_Analyzer : public TCP_ApplicationAnalyzer {
public:
File_Analyzer(Connection* conn);
@ -43,11 +39,6 @@ protected:
static magic_t magic;
static magic_t magic_mime;
#endif
#ifdef HAVE_LIBCLAMAV
static void InitClamAV();
static struct cl_node *clam_root;
#endif
};
#endif