X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffactory_static.cpp;h=d34eed6ab2e5f5d1220832a79d41b81cbf10b042;hb=c1d953eee6c00432493bc364da6284704ccd9cc2;hp=a6f88e96528cec407b243358a7b626cd8d98eb4d;hpb=412d0d1647d752a58b0acfdda75cbe6ef86187a9;p=metaproxy-moved-to-github.git diff --git a/src/factory_static.cpp b/src/factory_static.cpp index a6f88e9..d34eed6 100644 --- a/src/factory_static.cpp +++ b/src/factory_static.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2011 Index Data Metaproxy 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 @@ -22,14 +22,17 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "factory_static.hpp" #include "config.hpp" -#include "filter.hpp" -#include "package.hpp" +#include +#include #include "factory_filter.hpp" #include "filter_auth_simple.hpp" #include "filter_backend_test.hpp" #include "filter_bounce.hpp" +#ifndef WIN32 +#include "filter_cgi.hpp" +#endif #include "filter_cql_to_rpn.hpp" #include "filter_frontend_net.hpp" #include "filter_http_file.hpp" @@ -54,6 +57,9 @@ mp::FactoryStatic::FactoryStatic() &metaproxy_1_filter_auth_simple, &metaproxy_1_filter_backend_test, &metaproxy_1_filter_bounce, +#ifndef WIN32 + &metaproxy_1_filter_cgi, +#endif &metaproxy_1_filter_cql_to_rpn, &metaproxy_1_filter_frontend_net, &metaproxy_1_filter_http_file,