From 32a6fa19bbea73783c91b09e24a3f8cdc7d3e9db Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Fri, 30 Jan 1998 00:52:27 +0100
Subject: [PATCH] Added missing UNIX_SOCKETS_WORKS_WITH_SHUTDOWN.

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

diff --git a/src/modules/files/acconfig.h b/src/modules/files/acconfig.h
index b203e40dd6..ce263d8ce7 100644
--- a/src/modules/files/acconfig.h
+++ b/src/modules/files/acconfig.h
@@ -1,5 +1,5 @@
 /*
- * $Id: acconfig.h,v 1.6 1998/01/08 17:21:14 hubbe Exp $
+ * $Id: acconfig.h,v 1.7 1998/01/29 23:52:27 grubba Exp $
  */
 
 #ifndef FILE_MACHINE_H
@@ -38,6 +38,9 @@
 /* Do we have socketpair() ? */
 #undef HAVE_SOCKETPAIR
 
+/* Does select() work together with shutdown() on UNIX sockets? */
+#undef UNIX_SOCKETS_WORKS_WITH_SHUTDOWN
+
 /* Buffer size to use on open sockets */
 #undef SOCKET_BUFFER_MAX 
 
-- 
GitLab