bfecff3502
addition to ads zapping can authomatically compress html pages being sent to the client. Port has been repo-copied from www/junkbuster.
15 lines
471 B
Plaintext
15 lines
471 B
Plaintext
--- ssplit.c.orig Fri Aug 4 09:39:24 2000
|
|
+++ ssplit.c Fri Nov 3 12:24:59 2000
|
|
@@ -22,9 +22,10 @@
|
|
* l = flag indicating whether to ignore leading field separators
|
|
*/
|
|
|
|
+#include "loaders.h"
|
|
#include <stdlib.h> /* For free() */
|
|
#include <stdio.h> /* Required by jcc.h */
|
|
-#include "gnu_regex.h"
|
|
+#include "gnuregex.h"
|
|
#include "jcc.h" /* For zalloc() */
|
|
#undef DEBUG /* DEBUG macro use in this file is not */
|
|
/* consistent with use in jcc.h */
|