cleanup: turn off some unused flex options
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 25 May 2011 20:00:06 +0000 (21:00 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 19 Jun 2011 15:34:21 +0000 (16:34 +0100)
commitb8dc47dd7590c3b160c1e6b1bdc991f5820e92ad
tree351f699a28177de036e2015fe022edfeb751ea03
parentd24976b397f2ff23493b95bf3d57f6f8e6bb7e9a
cleanup: turn off some unused flex options

We do not use yyunput or yyinput.  Turning them off slightly improves
the scanner performance (not that that's important) but also prevents
"defined but not used" compiler warnings.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
conffile.fl