diff --git a/src/modules/HTTPLoop/acconfig.h b/src/modules/HTTPLoop/acconfig.h
index 9850f83432e6a3e9415fa9eec35eec522372c717..9cff45677585172f4454eb17cd4b8378416d349a 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