diff options
Diffstat (limited to '')
-rw-r--r-- | src/scanner.l | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/scanner.l b/src/scanner.l index 8f0ca04..d49ed83 100644 --- a/src/scanner.l +++ b/src/scanner.l @@ -1,4 +1,4 @@ -/* $Id: scanner.l,v 1.11 2002-05-23 18:24:02 rjkaes Exp $ +/* $Id: scanner.l,v 1.12 2002-05-26 18:54:27 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 @@ -51,8 +51,6 @@ static struct keyword keywords[] = { { "deny", KW_DENY }, { "connectport", KW_CONNECTPORT }, { "bind", KW_BIND }, - { "dnsserverlocation", KW_DNSSERVER_LOCATION }, - { "dnsserversocket", KW_DNSSERVER_SOCKET }, /* loglevel and the settings */ { "loglevel", KW_LOGLEVEL }, |