]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10690: Removed useless defines from blade.h that are only needed when compiling...
authorShane Bryldt <astaelan@gmail.com>
Thu, 28 Sep 2017 23:05:10 +0000 (18:05 -0500)
committerShane Bryldt <astaelan@gmail.com>
Thu, 28 Sep 2017 23:05:10 +0000 (18:05 -0500)
libs/libblade/src/include/blade.h

index def7d1acf39652065b6230f2e7f323ad6357a961..27e69d8f7f0cd9adc4f0049e2726a7d112377bd3 100644 (file)
 #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>