FS-10690: Removed useless defines from blade.h that are only needed when compiling libcivetweb itself

This commit is contained in:
Shane Bryldt 2017-09-28 18:05:10 -05:00
parent 4c57f0aa5b
commit d76921b49e
1 changed files with 0 additions and 10 deletions

View File

@ -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>