summaryrefslogtreecommitdiffstats
path: root/hack/config.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2011-08-06 19:53:24 +0000
committerdholland <dholland@NetBSD.org>2011-08-06 19:53:24 +0000
commita7909ab462c395e8a671147fc801b7426b1273f5 (patch)
tree58bd80049e9247d9c30be604b658361da57ded3f /hack/config.h
parenta0a534b2543590119388ff8fb826e728063edfa0 (diff)
downloadbsdgames-darwin-a7909ab462c395e8a671147fc801b7426b1273f5.tar.gz
bsdgames-darwin-a7909ab462c395e8a671147fc801b7426b1273f5.tar.zst
bsdgames-darwin-a7909ab462c395e8a671147fc801b7426b1273f5.zip
<sys/wait.h> is standard, so just use it instead of fiddling about with
ifdefs for long-dead systems. While here, remove union wait.
Diffstat (limited to 'hack/config.h')
-rw-r--r--hack/config.h3
1 files changed, 1 insertions, 2 deletions
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 <wait.h> nor <sys/wait.h> exists */
#define WIZARD "bruno" /* the person allowed to use the -D option */
#define RECORD "record"/* the file containing the list of topscorers */