=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tip/Attic/tip.h,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- src/usr.bin/tip/Attic/tip.h 2010/07/02 05:56:29 1.51 +++ src/usr.bin/tip/Attic/tip.h 2010/07/02 07:32:16 1.52 @@ -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 #include +/* 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 @@ 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 */