+/* $NetBSD: mille.h,v 1.6 1997/05/23 23:09:39 jtc Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)mille.h 8.1 (Berkeley) 5/31/93
- * $Id: mille.h,v 1.4 1994/05/12 17:39:34 jtc Exp $
+ * @(#)mille.h 8.1 (Berkeley) 5/31/93
*/
# include <sys/types.h>
# ifdef SYSV
# define srandom(x) srand(x)
# define random() rand()
-
-# ifndef attron
-# define erasechar() _tty.c_cc[VERASE]
-# define killchar() _tty.c_cc[VKILL]
-# endif
-# else
-# ifndef erasechar
-# define erasechar() _tty.sg_erase
-# define killchar() _tty.sg_kill
-# endif
-# endif SYSV
+# endif /* SYSV */
typedef struct {
bool coups[NUM_SAFE];