removed sendfile buildconf option

This commit is contained in:
Roberto De Ioris
2012-10-22 14:07:33 +02:00
parent 1d9edc3e34
commit 49140c3387
11 changed files with 1 additions and 38 deletions
-2
View File
@@ -213,9 +213,7 @@ int manage_python_response(struct wsgi_request *);
int uwsgi_python_call(struct wsgi_request *, PyObject *, PyObject *);
PyObject *python_call(PyObject *, PyObject *, int, struct wsgi_request *);
#ifdef UWSGI_SENDFILE
PyObject *py_uwsgi_sendfile(PyObject *, PyObject *);
#endif
PyObject *py_uwsgi_write(PyObject *, PyObject *);
PyObject *py_uwsgi_spit(PyObject *, PyObject *);