1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-07 16:02:55 +03:00

Removed duktape support

This commit is contained in:
Lammert Bies
2016-11-16 03:46:31 +01:00
parent 56461e5292
commit 02927f38b8
231 changed files with 4 additions and 190027 deletions

View File

@@ -967,7 +967,6 @@ CIVETWEB_API int mg_get_response(struct mg_connection *conn,
8 support IPv6 (USE_IPV6 set)
16 support WebSocket (USE_WEBSOCKET set)
32 support Lua scripts and Lua server pages (USE_LUA is set)
64 support server side JavaScript (USE_DUKTAPE is set)
128 support caching (NO_CACHING not set)
The result is undefined for all other feature values.