diff options
Diffstat (limited to '')
-rw-r--r-- | www/thttpd/files/extra-patch-config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/thttpd/files/extra-patch-config.h b/www/thttpd/files/extra-patch-config.h new file mode 100644 index 000000000000..4eda85b272b0 --- /dev/null +++ b/www/thttpd/files/extra-patch-config.h @@ -0,0 +1,9 @@ +--- 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_ */ |