FS-10690: Removed useless defines from blade.h that are only needed when compiling libcivetweb itself
This commit is contained in:
parent
4c57f0aa5b
commit
d76921b49e
|
@ -34,16 +34,6 @@
|
|||
#ifndef _BLADE_H_
|
||||
#define _BLADE_H_
|
||||
|
||||
#define USE_STACK_SIZE 102400
|
||||
#define MAX_REQUEST_SIZE 16384
|
||||
#define USE_DUKTAPE 1
|
||||
#define USE_IPV6 1
|
||||
#define LUA_COMPAT_ALL 1
|
||||
#define USE_LUA 1
|
||||
#define USE_LUA_SQLITE3 1
|
||||
#define USE_LUA_FILE_SYSTEM 1
|
||||
#define USE_WEBSOCKET 1
|
||||
|
||||
#include <ks.h>
|
||||
#include <sodium.h>
|
||||
#include <libconfig.h>
|
||||
|
|
Loading…
Reference in New Issue