summaryrefslogtreecommitdiffhomepage
path: root/src/scanner.l
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2003-01-27 17:57:45 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2003-01-27 17:57:45 +0000
commitcb7e3eef04f7069edaa248bcb35d6b86b8266df8 (patch)
tree917be68d8a67866cadbb715ee14a12c4cfad2d57 /src/scanner.l
parent1624979f13c5ff94f5e693bb44f56a3221c0e7fe (diff)
Added support for conditionally using case sensitive filtering files.
Code changes from James E. Flemer.
Diffstat (limited to 'src/scanner.l')
-rw-r--r--src/scanner.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scanner.l b/src/scanner.l
index f6dbd51..29213b1 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -1,4 +1,4 @@
-/* $Id: scanner.l,v 1.16 2002-11-26 21:44:43 rjkaes Exp $
+/* $Id: scanner.l,v 1.17 2003-01-27 17:57:38 rjkaes Exp $
*
* This builds the scanner for the tinyproxy configuration file. This
* file needs to stay in sync with grammar.y. If someone knows lex and yacc
@@ -47,6 +47,7 @@ static struct keyword keywords[] = {
{ "filterurls", KW_FILTERURLS },
{ "filterextended", KW_FILTEREXTENDED },
{ "filterdefaultdeny", KW_FILTER_DEFAULT_DENY },
+ { "filtercasesensitive", KW_FILTER_CASESENSITIVE },
{ "xtinyproxy", KW_XTINYPROXY },
{ "upstream", KW_UPSTREAM },
{ "allow", KW_ALLOW },