summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b/isdnd/rc_scan.l
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>1999-03-07 16:12:47 +0000
committerhm <hm@FreeBSD.org>1999-03-07 16:12:47 +0000
commit36b481d4f3a44d80e63d9ab230c89bdc520fb8c2 (patch)
treeabc3088378a2452b0fa146a0004c2c09e5cffdb7 /usr.sbin/i4b/isdnd/rc_scan.l
parentb5deeb6bf1fe0c49cd65fd1140c0935a47d172de (diff)
downloadFreeBSD-src-36b481d4f3a44d80e63d9ab230c89bdc520fb8c2.zip
FreeBSD-src-36b481d4f3a44d80e63d9ab230c89bdc520fb8c2.tar.gz
update the i4b userland to i4b release 0.71.00
Diffstat (limited to 'usr.sbin/i4b/isdnd/rc_scan.l')
-rw-r--r--usr.sbin/i4b/isdnd/rc_scan.l8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/i4b/isdnd/rc_scan.l b/usr.sbin/i4b/isdnd/rc_scan.l
index dfca28c..2a286c9 100644
--- a/usr.sbin/i4b/isdnd/rc_scan.l
+++ b/usr.sbin/i4b/isdnd/rc_scan.l
@@ -1,7 +1,7 @@
/*
* Copyright (c) 1997 Joerg Wunsch. All rights reserved.
*
- * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved.
+ * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,9 +30,9 @@
* i4b daemon - runtime configuration lexical analyzer
* ---------------------------------------------------
*
- * $Id: rc_scan.l,v 1.19 1998/12/18 17:17:57 hm Exp $
+ * $Id: rc_scan.l,v 1.22 1999/02/23 16:25:49 hm Exp $
*
- * last edit-date: [Fri Dec 18 18:08:25 1998]
+ * last edit-date: [Tue Feb 23 16:41:02 1999]
*
*---------------------------------------------------------------------------*/
@@ -92,6 +92,7 @@ aliasing { return ALIASING; }
aliasfile { return ALIASFNAME; }
answerprog { return ANSWERPROG; }
b1protocol { return B1PROTOCOL; }
+beepconnect { return BEEPCONNECT; }
callbackwait { return CALLBACKWAIT; }
calledbackwait { return CALLEDBACKWAIT; }
connectprog { return CONNECTPROG; }
@@ -107,6 +108,7 @@ earlyhangup { return EARLYHANGUP; }
entry { return ENTRY; }
idletime-incoming { return IDLETIME_IN; }
idletime-outgoing { return IDLETIME_OUT; }
+idle-algorithm-outgoing { return IDLE_ALG_OUT; }
isdncontroller { return ISDNCONTROLLER; }
isdnchannel { return ISDNCHANNEL; }
isdntime { return ISDNTIME; }
OpenPOWER on IntegriCloud