Deleted Added
full compact
defs.h (30733) defs.h (31070)
1/*
2 * Written by Toshiharu OHNO (tony-o@iij.ad.jp)
3 *
4 * Copyright (C) 1993, Internet Initiative Japan, Inc. All rights reserverd.
5 *
6 * Redistribution and use in source and binary forms are permitted
7 * provided that the above copyright notice and this paragraph are
8 * duplicated in all such forms and that any documentation,
9 * advertising materials, and other materials related to such
10 * distribution and use acknowledge that the software was developed
11 * by the Internet Initiative Japan. The name of the
12 * IIJ may not be used to endorse or promote products derived
13 * from this software without specific prior written permission.
14 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
15 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
16 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17 *
1/*
2 * Written by Toshiharu OHNO (tony-o@iij.ad.jp)
3 *
4 * Copyright (C) 1993, Internet Initiative Japan, Inc. All rights reserverd.
5 *
6 * Redistribution and use in source and binary forms are permitted
7 * provided that the above copyright notice and this paragraph are
8 * duplicated in all such forms and that any documentation,
9 * advertising materials, and other materials related to such
10 * distribution and use acknowledge that the software was developed
11 * by the Internet Initiative Japan. The name of the
12 * IIJ may not be used to endorse or promote products derived
13 * from this software without specific prior written permission.
14 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
15 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
16 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17 *
18 * $Id: defs.h,v 1.22 1997/10/26 01:02:33 brian Exp $
18 * $Id: defs.h,v 1.23 1997/10/26 12:42:10 brian Exp $
19 *
20 * TODO:
21 */
22
23/*
24 * Check following definitions for your machine environment
25 */
26#ifdef __FreeBSD__

--- 11 unchanged lines hidden (view full) ---

38
39#define MODEM_SPEED B38400 /* tty speed */
40#define SERVER_PORT 3000 /* Base server port no. */
41#define MODEM_CTSRTS 1 /* Default (true): use CTS/RTS signals */
42#define RECONNECT_TIMER 3 /* Default timer for carrier loss */
43#define RECONNECT_TRIES 0 /* Default retries on carrier loss */
44#define REDIAL_PERIOD 30 /* Default Hold time to redial */
45#define NEXT_REDIAL_PERIOD 3 /* Default Hold time to next number redial */
19 *
20 * TODO:
21 */
22
23/*
24 * Check following definitions for your machine environment
25 */
26#ifdef __FreeBSD__

--- 11 unchanged lines hidden (view full) ---

38
39#define MODEM_SPEED B38400 /* tty speed */
40#define SERVER_PORT 3000 /* Base server port no. */
41#define MODEM_CTSRTS 1 /* Default (true): use CTS/RTS signals */
42#define RECONNECT_TIMER 3 /* Default timer for carrier loss */
43#define RECONNECT_TRIES 0 /* Default retries on carrier loss */
44#define REDIAL_PERIOD 30 /* Default Hold time to redial */
45#define NEXT_REDIAL_PERIOD 3 /* Default Hold time to next number redial */
46#define SCRIPT_LEN 512 /* Size of login scripts */
47#define LINE_LEN SCRIPT_LEN /* Size of login scripts */
46
47#define CONFFILE "ppp.conf"
48#define LINKUPFILE "ppp.linkup"
49#define LINKDOWNFILE "ppp.linkdown"
50#define SECRETFILE "ppp.secret"
51
52/*
53 * Definition of working mode

--- 33 unchanged lines hidden ---
48
49#define CONFFILE "ppp.conf"
50#define LINKUPFILE "ppp.linkup"
51#define LINKDOWNFILE "ppp.linkdown"
52#define SECRETFILE "ppp.secret"
53
54/*
55 * Definition of working mode

--- 33 unchanged lines hidden ---