From abd38d8b22f77f979fb5d031923eac27bb281e09 Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
Date: Wed, 29 Jan 1997 04:49:14 +0000
Subject: [PATCH] Linux doesn't have sys/select.h...

---
 src/include/config.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/include/config.h b/src/include/config.h
index 04fd932d616..5f937c91b31 100644
--- a/src/include/config.h
+++ b/src/include/config.h
@@ -149,6 +149,7 @@
    __USE_BSD is set by bsd/signal.h, and __USE_BSD_SIGNAL appears not to
    be used.
 */
+#  undef HAVE_SYS_SELECT_H
 #  define JMP_BUF
 #  define USE_POSIX_TIME
 #  define HAVE_TZSET
-- 
GitLab