From bd775dd420bd1a1dc2b4aca828cd545b8209a09b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sun, 17 May 1998 22:39:18 +0200
Subject: [PATCH] Added HAVE_UNION_WAIT.

Rev: src/acconfig.h:1.22
---
 src/acconfig.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/acconfig.h b/src/acconfig.h
index 887898b195..108ae1a5d1 100644
--- a/src/acconfig.h
+++ b/src/acconfig.h
@@ -1,5 +1,5 @@
 /*
- * $Id: acconfig.h,v 1.21 1998/04/30 06:32:36 hubbe Exp $
+ * $Id: acconfig.h,v 1.22 1998/05/17 20:39:18 grubba Exp $
  */
 #ifndef MACHINE_H
 #define MACHINE_H
@@ -174,6 +174,9 @@
 /* Define if you have the pthread_yield function.  */
 #undef HAVE_PTHREAD_YIELD
 
+/* Define if your OS has the union wait. */
+#undef HAVE_UNION_WAIT
+
 /* Define if your cpp supports the ANSI concatenation operator ## */
 #undef HAVE_ANSI_CONCAT
 
-- 
GitLab