X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffactory_static.cpp;h=51cb3fc46f2e5be1c6c59529958b0e6c7f8aa727;hb=ff4921cc3b96c81d2704417b311f217bf3663a4d;hp=0101819ff690359d3256310e18f6be2e576947c2;hpb=e6d572ef110d14fa55115021505b808620457bd3;p=metaproxy-moved-to-github.git diff --git a/src/factory_static.cpp b/src/factory_static.cpp index 0101819..51cb3fc 100644 --- a/src/factory_static.cpp +++ b/src/factory_static.cpp @@ -30,6 +30,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #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,