]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-sendfile.patch
- added
[packages/lighttpd.git] / lighttpd-sendfile.patch
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
3 @@ -5,7 +5,7 @@
4  
5  /* on linux 2.4.x you get either sendfile or LFS */
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
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.08377 seconds and 3 git commands to generate.