]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - mille/mille.h
Do the previous a little differently.
[bsdgames-darwin.git] / mille / mille.h
index 4c9812b2e5e31560ef47c127de72255439feb2f1..106a6d71e8a88f359462955eddbd065b55bc1a33 100644 (file)
@@ -1,3 +1,5 @@
+/*     $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.
@@ -30,8 +32,7 @@
  * 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];