Add support for Brotli decompression
[privoxy.git] / cgisimple.c
index f962fdf..3be01e3 100644 (file)
@@ -1759,6 +1759,14 @@ static jb_err show_defines(struct map *exports)
          1,
 #else
          0,
+#endif
+      },
+      {
+         "FEATURE_BROTLI",
+#ifdef FEATURE_BROTLI
+         1,
+#else
+         0,
 #endif
       },
       {