freebsd-ports/www/junkbuster/files/patch-ag
David E. O'Brien 4f4d22516f Add the compression enhancement from junkbuster-zlib (I see zero reason
to have to have a seperate port rather than enhance this one).

This patched version of Junkbuster now has the ability to automatically
compress text/html and text/plain documents to save downstream modem/network
bandwidth.  It also allows one to specify appearance of blocked GIFs.
2001-11-10 17:26:40 +00:00

17 lines
275 B
Text

--- jcc.c.orig Fri Nov 3 12:28:39 2000
+++ jcc.c Fri Nov 3 12:31:58 2000
@@ -39,11 +39,12 @@
#endif
#ifdef REGEX
-#include <gnu_regex.h>
+#include <gnuregex.h>
#endif
#include "jcc.h"
-#include "zutil.h"
+#include "zlib.h"
+#define DEF_MEM_LEVEL 8
char *prog;