sendfile_nonblocking being declared outside ifdefs even though the
function is defined and used only when APR_HAS_SENDFILE
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@425571
13f79535-47bb-0310-9956-
ffa450edef68
apr_size_t *cumulative_bytes_written,
conn_rec *c);
+#if APR_HAS_SENDFILE
static apr_status_t sendfile_nonblocking(apr_socket_t *s,
apr_bucket_brigade *bb,
apr_size_t *cumulative_bytes_written,
conn_rec *c);
+#endif
#define THRESHOLD_MIN_WRITE 4096
#define THRESHOLD_MAX_BUFFER 65536