diff options
Diffstat (limited to 'usr.bin/tip/tip.h')
-rw-r--r-- | usr.bin/tip/tip.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/tip/tip.h b/usr.bin/tip/tip.h index d2ef1cddf6b..61126f1784d 100644 --- a/usr.bin/tip/tip.h +++ b/usr.bin/tip/tip.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tip.h,v 1.51 2010/07/02 05:56:29 nicm Exp $ */ +/* $OpenBSD: tip.h,v 1.52 2010/07/02 07:32:16 nicm Exp $ */ /* $NetBSD: tip.h,v 1.7 1997/04/20 00:02:46 mellon Exp $ */ /* @@ -56,6 +56,10 @@ #include <err.h> #include <limits.h> +/* tip paths. */ +#define _PATH_ACULOG "/var/log/aculog" +#define _PATH_REMOTE "/etc/remote" + /* Variable table entry. */ typedef struct { char *v_name; /* variable name */ @@ -142,7 +146,6 @@ int gotdefterm; FILE *fscript; /* FILE for scripting */ int FD; /* open file descriptor to remote host */ -int AC; /* open file descriptor to dialer (v831 only) */ int vflag; /* print .tiprc initialization sequence */ int noesc; /* no `~' escape char */ int sfd; /* for ~< operation */ |