From 28f5cb68038553e6a13592ddf6d78333b605137d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 20 Nov 1996 03:31:52 +0000 Subject: Implemented aka option. svn path=/trunk/; revision=564 --- rcfile_l.l | 1 + 1 file changed, 1 insertion(+) (limited to 'rcfile_l.l') diff --git a/rcfile_l.l b/rcfile_l.l index 465062aa..250b20c9 100644 --- a/rcfile_l.l +++ b/rcfile_l.l @@ -25,6 +25,7 @@ defaults { return DEFAULTS; } server { return POLL; } poll { return POLL; } skip { return SKIP; } +aka { return AKA; } proto(col)? { return PROTOCOL; } port { return PORT; } auth(enticate)? { return AUTHENTICATE; } -- cgit v1.2.3