diff options
Diffstat (limited to 'usr.sbin/ppp/defs.h')
| -rw-r--r-- | usr.sbin/ppp/defs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/defs.h b/usr.sbin/ppp/defs.h index 03b36de473a7..ea64cdff5c13 100644 --- a/usr.sbin/ppp/defs.h +++ b/usr.sbin/ppp/defs.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: defs.h,v 1.37 1999/01/28 01:56:31 brian Exp $ + * $Id: defs.h,v 1.38 1999/02/11 10:14:08 brian Exp $ * * TODO: */ @@ -57,6 +57,7 @@ #define MIN_FSMRETRY 3 /* Minimum FSM retry frequency */ #define DEF_FSMRETRY 3 /* FSM retry frequency */ #define DEF_REQs 5 /* This number of REQs in IRC */ +#define DEF_CDDELAY 1 /* Delay before checking for carrier */ #define CONFFILE "ppp.conf" #define LINKUPFILE "ppp.linkup" |
