=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tip/Attic/tip.h,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- src/usr.bin/tip/Attic/tip.h 2010/06/29 16:41:56 1.35 +++ src/usr.bin/tip/Attic/tip.h 2010/06/29 16:44:38 1.36 @@ -1,4 +1,4 @@ -/* $OpenBSD: tip.h,v 1.35 2010/06/29 16:41:56 nicm Exp $ */ +/* $OpenBSD: tip.h,v 1.36 2010/06/29 16:44:38 nicm Exp $ */ /* $NetBSD: tip.h,v 1.7 1997/04/20 00:02:46 mellon Exp $ */ /* @@ -159,16 +159,10 @@ extern int noesc; /* no escape `~' char */ extern value_t vtable[]; /* variable table */ -#ifndef ACULOG -#define logent(a, b, c) -#define loginit() -#endif - /* * Definition of indices into variable table so * value(DEFINE) turns into a static address. */ - enum { BEAUTIFY = 0, BAUDRATE,