]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-sendfile.patch
- outdated in 1.4.4
[packages/lighttpd.git] / lighttpd-sendfile.patch
CommitLineData
0313aefb
SP
1--- lighttpd-1.2.2/src/network_backends.h 2004-06-15 17:21:34.000000000 +0000
2+++ lighttpd-1.2.2.new/src/network_backends.h 2004-06-15 20:35:32.767494640 +0000
781a265b 3@@ -5,7 +5,7 @@
a3f1eaf6 4
781a265b 5 /* on linux 2.4.x you get either sendfile or LFS */
0313aefb 6 #if defined HAVE_SYS_SENDFILE_H && defined HAVE_SENDFILE && (!defined _LARGEFILE_SOURCE || defined HAVE_SENDFILE64) && defined HAVE_WRITEV && defined(__linux__) && !defined HAVE_SENDFILE_BROKEN
a3f1eaf6
MW
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.029097 seconds and 4 git commands to generate.