4f4d22516f
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.
17 lines
275 B
Text
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;
|
|
|