Skip to content
Snippets Groups Projects
Commit 00c9bd25 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added HAVE_BROKEN_SENDFILE.

Rev: src/modules/HTTPLoop/acconfig.h:1.2
parent b1e2b118
No related branches found
No related tags found
No related merge requests found
/*
* $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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment