freebsd-ports/www/thttpd/files/extra-patch-config.h
Mike Silbersack 833ddce828 Enable sendfile support by default for 5.2+ systems, as we now have alc's
improved sendfile and the ability to watch usage via netstat -m.
2004-02-01 04:51:54 +00:00

9 lines
190 B
C

--- config.h.old Sat Jan 31 22:17:25 2004
+++ config.h Sat Jan 31 22:17:38 2004
@@ -380,4 +380,6 @@
*/
#define MIN_WOULDBLOCK_DELAY 100L
+#define USE_SENDFILE
+
#endif /* _CONFIG_H_ */