]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-sendfile.patch
- update to 1.1.7
[packages/lighttpd.git] / lighttpd-sendfile.patch
CommitLineData
a3f1eaf6
MW
1--- src/network_backends.h-orig 2004-04-05 07:20:46.000000000 +0000
2+++ src/network_backends.h 2004-04-07 13:51:18.000000000 +0000
3@@ -2,7 +2,7 @@
4 #define _NETWORK_BACKENDS_H_
5
6 #if defined HAVE_SYS_SENDFILE_H && defined HAVE_SENDFILE && defined HAVE_WRITEV && defined(__linux__)
7-# define USE_LINUX_SENDFILE
8+/* # define USE_LINUX_SENDFILE */
9 # include <sys/sendfile.h>
10 # include <sys/uio.h>
11 #endif
This page took 0.028004 seconds and 4 git commands to generate.