--- projects/cms/source/host/ihost-perl/Config.inc 2001/11/25 19:34:27 1.4 +++ projects/cms/source/host/ihost-perl/Config.inc 2002/03/19 10:45:30 1.6 @@ -1,5 +1,5 @@ # Include Config for the ihost -# $Id: Config.inc,v 1.4 2001/11/25 19:34:27 tdb Exp $ +# $Id: Config.inc,v 1.6 2002/03/19 10:45:30 tdb Exp $ ## ## Only the first section needs changing here, the rest are just information @@ -29,3 +29,10 @@ TAREXT = .tar TARGZEXT = .tar.gz TARFILE = $(ARCNAME)$(TAREXT) TARGZFILE = $(ARCNAME)$(TARGZEXT) + +# plugins +PERLPLUGINS = ../ihost-plugins/perl +LINUXPLUGINS = ../ihost-plugins/linux +SOLARISPLUGINS = ../ihost-plugins/solaris +FREEBSDPLUGINS = ../ihost-plugins/freebsd +