Remove 'Privoxy is developed on SourceForge' claim from the homepage
[privoxy.git] / client-tags.c
index 165f820..54c4704 100644 (file)
@@ -28,6 +28,8 @@
 
 #include "config.h"
 
+#ifdef FEATURE_CLIENT_TAGS
+
 #include <stdio.h>
 #include <sys/types.h>
 #include <stdlib.h>
@@ -586,3 +588,6 @@ int client_tag_match(const struct pattern_spec *pattern,
    return 0;
 
 }
+#else
+#error Compiling client-tags.c without FEATURE_CLIENT_TAGS
+#endif /* def FEATURE_CLIENT_TAGS */