From a7909ab462c395e8a671147fc801b7426b1273f5 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 6 Aug 2011 19:53:24 +0000 Subject: is standard, so just use it instead of fiddling about with ifdefs for long-dead systems. While here, remove union wait. --- hack/config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hack/config.h') diff --git a/hack/config.h b/hack/config.h index 18c5caba..7f51a842 100644 --- a/hack/config.h +++ b/hack/config.h @@ -1,4 +1,4 @@ -/* $NetBSD: config.h,v 1.9 2011/08/06 19:47:54 dholland Exp $ */ +/* $NetBSD: config.h,v 1.10 2011/08/06 19:53:24 dholland Exp $ */ /* * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -83,7 +83,6 @@ /* #define STUPID */ /* avoid some complicated expressions if your C compiler chokes on them */ -/* #define NOWAITINCLUDE */ /* neither nor exists */ #define WIZARD "bruno" /* the person allowed to use the -D option */ #define RECORD "record"/* the file containing the list of topscorers */ -- cgit v1.2.3