; Vcheck specific includes for VDEngine
; Slayer - a desktop anti-virus for RISC OS
; Copyright (C) 1996 - 2000 Kiwi Software (UK)
;
; This program is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation; either version 2 of the License, or
; any later version.
;
; This program is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
; GNU General Public License for more details.
;
; You should have received a copy of the GNU General Public License
; along with this program; if not, write to the Free Software
; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
;
; info@kiwisoft.co.uk
; -------------------------------------------------------------------------


; modified by Luke;	added HTML.Prepend virus (12/11/98)
; modified by Luke;	added every thing else (Oct)
; modified by Rob;	tidied
;		   	added BigFoot detection
;		   	added DataDQM detection
;		   	added Honey Monster detection
;		   	added Thunder dectection (30/9/98)
; created by Luke (29/9/98)

#include		"VDEng:VCheck.s.bbceconet"
#include		"VDEng:VCheck.s.bigfoot"
#include		"VDEng:VCheck.s.breakfast"
#include		"VDEng:VCheck.s.datadqm"
#include		"VDEng:VCheck.s.diehard"
#include		"VDEng:VCheck.s.honey"
#include		"VDEng:VCheck.s.brb"
#include		"VDEng:VCheck.s.htmlworm"
#include		"VDEng:VCheck.s.jester"
#include		"VDEng:VCheck.s.link"
#include		"VDEng:VCheck.s.millenium"
#include		"VDEng:VCheck.s.htmljava"
#include		"VDEng:VCheck.s.icon"
#include 	"VDEng:VCheck.s.Buffers"
#include		"VDEng:VCheck.s.monitordat"
#include		"VDEng:VCheck.s.mymod"
#include		"VDEng:VCheck.s.netstatus"
#include		"VDEng:VCheck.s.nitemare"
#include		"VDEng:VCheck.s.satani"
#include		"VDEng:VCheck.s.sbrew"
#include		"VDEng:VCheck.s.simple"
#include		"VDEng:VCheck.s.sysutils"
#include		"VDEng:VCheck.s.thunder"
#include		"VDEng:VCheck.s.thunder2"
#include 		"VDEng:VCheck.s.vandamme"
#include		"VDEng:VCheck.s.htmlprep"
#include		"VDEng:VCheck.s.module"
#include		"VDEng:VCheck.s.extend"
#include 		"VDEng:VCheck.s.sigs"
