-/* * $OpenBSD: config.h,v 1.10 2014/03/11 08:02:36 guenther Exp $*/
+/* * $OpenBSD: config.h,v 1.11 2015/01/15 17:14:04 deraadt Exp $*/
/* * $NetBSD: config.h,v 1.3 1995/03/23 08:29:15 cgd Exp $*/
/*
#define SHELL /* do not delete the '!' command */
-#ifdef BSD
#define SUSPEND /* let ^Z suspend the game */
-#endif /* BSD */
#endif /* UNIX */
#ifdef CHDIR
-/* $OpenBSD: hack.ioctl.c,v 1.6 2009/10/27 23:59:25 deraadt Exp $ */
+/* $OpenBSD: hack.ioctl.c,v 1.7 2015/01/15 17:14:04 deraadt Exp $ */
/*
* Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
(void) tcsetattr(fileno(stdin), TCSADRAIN, &termios);
}
-#ifdef SUSPEND /* implies BSD */
+#ifdef SUSPEND
#include <signal.h>
int
dosuspend()