diff options
Diffstat (limited to 'rcfile_l.l')
-rw-r--r-- | rcfile_l.l | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ int prc_lineno = 1; %% defaults { return DEFAULTS; } -server { return SERVER; } +server { return POLL; } +poll { return POLL; } proto(col)? { return PROTOCOL; } port { return PORT; } auth(enticate)? { return AUTHENTICATE; } |