summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/defs.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-11-09 14:18:55 +0000
committerbrian <brian@FreeBSD.org>1997-11-09 14:18:55 +0000
commit164425f5cee190963d2f6bc9f9c5fc4181182f8c (patch)
treedd37825b2d0f5f8fda2bf8f5525157e9f00b4536 /usr.sbin/ppp/defs.h
parent2d2f81e9b5208b95bb5fac829423ec588f2fe578 (diff)
downloadFreeBSD-src-164425f5cee190963d2f6bc9f9c5fc4181182f8c.zip
FreeBSD-src-164425f5cee190963d2f6bc9f9c5fc4181182f8c.tar.gz
Increase chat script sizes to 512
Requested by: Michael Reifenberger <root@totum.plaut.de>
Diffstat (limited to 'usr.sbin/ppp/defs.h')
-rw-r--r--usr.sbin/ppp/defs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ppp/defs.h b/usr.sbin/ppp/defs.h
index 546322a..ca20d45 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.22 1997/10/26 01:02:33 brian Exp $
+ * $Id: defs.h,v 1.23 1997/10/26 12:42:10 brian Exp $
*
* TODO:
*/
@@ -43,6 +43,8 @@
#define RECONNECT_TRIES 0 /* Default retries on carrier loss */
#define REDIAL_PERIOD 30 /* Default Hold time to redial */
#define NEXT_REDIAL_PERIOD 3 /* Default Hold time to next number redial */
+#define SCRIPT_LEN 512 /* Size of login scripts */
+#define LINE_LEN SCRIPT_LEN /* Size of login scripts */
#define CONFFILE "ppp.conf"
#define LINKUPFILE "ppp.linkup"
OpenPOWER on IntegriCloud