head	1.3;
access;
symbols
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2001.11.22.13.23.21;	author sobomax;	state dead;
branches;
next	1.2;

1.2
date	2000.11.13.17.27.22;	author sobomax;	state Exp;
branches;
next	1.1;

1.1
date	2000.04.30.20.36.05;	author steve;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Say goodbye to the junkbuster-zlib - its functionality has been integrated
into the main junkbuster port.
@
text
@--- 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	*/
@


1.2
log
@Add junkbuster-zlib, a modified version of Internet Junkbuster Proxy, which in
addition to ads zapping can authomatically compress html pages being sent to
the client. Port has been repo-copied from www/junkbuster.
@
text
@@


1.1
log
@Use gnuregex library in the base system instead of the old one provided
by the port.  Also cleanup all warning messages when compiling with -Wall.

PR:		17035
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@@linf.unb.br>
@
text
@d1 3
a3 4
diff -ruN /usr/ports/www/ijb/work/ijb20/ssplit.c ./ssplit.c
--- /usr/ports/www/ijb/work/ijb20/ssplit.c	Mon Feb 28 02:35:10 2000
+++ ./ssplit.c	Mon Feb 28 02:31:06 2000
@@@@ -18,6 +18,8 @@@@
d8 7
a14 4
+#include <stdlib.h>
 #include <string.h>
 
 int ssplit(char *s, char *c, char *v[], int n, int m, int l)
@

