diff options
Diffstat (limited to 'auto/os/linux')
| -rw-r--r-- | auto/os/linux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/os/linux b/auto/os/linux index 3c2c8419d..580a92ada 100644 --- a/auto/os/linux +++ b/auto/os/linux @@ -65,7 +65,7 @@ ngx_feature="sendfile()" ngx_feature_name="NGX_HAVE_SENDFILE" ngx_feature_run=yes ngx_feature_incs="#include <sys/sendfile.h> -#include <errno.h>" + #include <errno.h>" ngx_feature_path= ngx_feature_libs= ngx_feature_test="int s = 0, fd = 1; @@ -86,7 +86,7 @@ ngx_feature="sendfile64()" ngx_feature_name="NGX_HAVE_SENDFILE64" ngx_feature_run=yes ngx_feature_incs="#include <sys/sendfile.h> -#include <errno.h>" + #include <errno.h>" ngx_feature_path= ngx_feature_libs= ngx_feature_test="int s = 0, fd = 1; |
