From 9be75da93c3e6b3045e25749d3f79c23f7d32610 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Thu, 2 Nov 1995 00:15:45 +0100
Subject: [PATCH] added HAVE_SIGVEC, HAVE_SIGACTION and SIGNAL_ONESHOT

Rev: src/machine.h.in:1.2
---
 src/machine.h.in | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/machine.h.in b/src/machine.h.in
index e4d1c8c4c7..3a4ff9be1f 100644
--- a/src/machine.h.in
+++ b/src/machine.h.in
@@ -37,6 +37,9 @@
 /* Define if you have the <sys/time.h> header file.  */
 #undef HAVE_SYS_TIME_H
 
+/* Define if you have the <time.h> header file.  */
+#undef HAVE_TIME_H
+
 /* Define if you have the <sys/select.h> header file. */
 #undef HAVE_SYS_SELECT_H
 
@@ -197,6 +200,15 @@
 /* Define if you have strcoll.  */
 #undef HAVE_STRCOLL
 
+/* Define if you have sigaction */
+#undef HAVE_SIGACTION
+
+/* Define if you have sigvec */
+#undef HAVE_SIGVEC
+
+/* Define if you have sigvec */
+#undef SIGNAL_ONESHOT
+
 /* Define if you have setrlimit */
 #undef HAVE_SETRLIMIT
 
-- 
GitLab