Show the FEATURE_HTTPS_FILTERING status on the show-status page
[privoxy.git] / cgisimple.c
index 5711087..a7678ae 100644 (file)
@@ -1828,6 +1828,14 @@ static jb_err show_defines(struct map *exports)
          1,
 #else
          0,
+#endif
+      },
+      {
+         "FEATURE_HTTPS_FILTERING",
+#ifdef FEATURE_HTTPS_FILTERING
+         1,
+#else
+         0,
 #endif
       },
       {