diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-08-07 16:32:12 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-08-07 16:32:12 +0000 |
commit | d2098f638fe218ec5e9f1cd2f4b112bc94c8f438 (patch) | |
tree | 05273f3790a858f613562e73a55612e48707b295 /src/reqs.c | |
parent | d72fa83245b85553db42e69786fd02035d0116f6 (diff) |
tinyproxy no longer includes a fall-back regular expression library,
so these files needed to be modified to only use the system's
installed regular expression library.
Diffstat (limited to 'src/reqs.c')
-rw-r--r-- | src/reqs.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: reqs.c,v 1.107 2003-08-05 16:11:59 rjkaes Exp $ +/* $Id: reqs.c,v 1.108 2003-08-07 16:32:12 rjkaes Exp $ * * This is where all the work in tinyproxy is actually done. Incoming * connections have a new child created for them. The child then @@ -33,7 +33,6 @@ #include "htmlerror.h" #include "log.h" #include "network.h" -#include "regexp.h" #include "reqs.h" #include "sock.h" #include "stats.h" |