From 00c9bd252ecfb47113a034fead74dd15e0d1406a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sun, 26 Mar 2000 16:47:39 +0200
Subject: [PATCH] Added HAVE_BROKEN_SENDFILE.

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

diff --git a/src/modules/HTTPLoop/acconfig.h b/src/modules/HTTPLoop/acconfig.h
index 9850f83432..9cff456775 100644
--- a/src/modules/HTTPLoop/acconfig.h
+++ b/src/modules/HTTPLoop/acconfig.h
@@ -1,5 +1,5 @@
 /*
- * $Id: acconfig.h,v 1.1 1999/11/14 00:43:14 per Exp $
+ * $Id: acconfig.h,v 1.2 2000/03/26 14:47:39 grubba Exp $
  */
 #undef CAN_HAVE_SENDFILE
 #undef CAN_HAVE_LINUX_SYSCALL4
@@ -7,3 +7,6 @@
 
 /* Define if your sendfile() takes 7 args (FreeBSD style) */
 #undef HAVE_FREEBSD_SENDFILE
+
+/* Define this if you want to disable the use of sendfile(2). */
+#undef HAVE_BROKEN_SENDFILE
-- 
GitLab