From: Shane Bryldt Date: Thu, 28 Sep 2017 23:05:10 +0000 (-0500) Subject: FS-10690: Removed useless defines from blade.h that are only needed when compiling... X-Git-Tag: v1.8.0~246 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d76921b49e8cb70a641e51f5cdc8381b5f7d6de5;p=thirdparty%2Ffreeswitch.git FS-10690: Removed useless defines from blade.h that are only needed when compiling libcivetweb itself --- diff --git a/libs/libblade/src/include/blade.h b/libs/libblade/src/include/blade.h index def7d1acf3..27e69d8f7f 100644 --- a/libs/libblade/src/include/blade.h +++ b/libs/libblade/src/include/blade.h @@ -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 #include #include