1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-06 05:02:40 +03:00

Removed NO_FILES compile option

This commit is contained in:
Lammert Bies
2016-12-26 21:25:49 +01:00
parent 2105bd3f1f
commit fe0b6dfad7
16 changed files with 41 additions and 122 deletions

View File

@@ -930,10 +930,8 @@ LIBHTTP_API int httplib_get_response(struct httplib_connection *conn, char *ebuf
/* Check which features where set when LibHTTP has been compiled.
Parameters:
feature: specifies which feature should be checked
1 serve files (NO_FILES not set)
2 support HTTPS (NO_SSL not set)
4 support CGI (NO_CGI not set)
128 support caching (NO_CACHING not set)
The result is undefined for all other feature values.
Return: