From e85820eaf58dac8bd6494336991dcdc91f6ccf45 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 9 Dec 1996 04:17:32 +0000 Subject: Added the `envelope' option. svn path=/trunk/; revision=615 --- 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 a48b97d8..27b7d5d1 100644 --- a/rcfile_l.l +++ b/rcfile_l.l @@ -32,6 +32,7 @@ port { return PORT; } auth(enticate)? { return AUTHENTICATE; } kerberos { return KERBEROS; } timeout { return TIMEOUT;} +envelope { return ENVELOPE; } user(name)? { return USERNAME; } pass(word)? { return PASSWORD; } -- cgit v1.2.3