mirror of
https://github.com/u0u0/Cocos2d-Lua-Community.git
synced 2026-06-20 09:02:13 +08:00
rebuild websocket, remove uv dep.
This commit is contained in:
Binary file not shown.
BIN
external/openssl/prebuilt/android/arm64-v8a/libssl.a
vendored
BIN
external/openssl/prebuilt/android/arm64-v8a/libssl.a
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
external/openssl/prebuilt/android/x86/libcrypto.a
vendored
BIN
external/openssl/prebuilt/android/x86/libcrypto.a
vendored
Binary file not shown.
BIN
external/openssl/prebuilt/android/x86/libssl.a
vendored
BIN
external/openssl/prebuilt/android/x86/libssl.a
vendored
Binary file not shown.
18
external/websockets/include/android/lws_config.h
vendored
18
external/websockets/include/android/lws_config.h
vendored
@@ -6,7 +6,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define LWS_INSTALL_DATADIR "/Users/cocos/Github/cocos2d-x-3rd-party-libs-src/contrib/install-android/arm64/share"
|
||||
#define LWS_INSTALL_DATADIR "/Users/u0u0/Documents/project/cocos2d-x-3rd-party-libs-src/contrib/install-android/arm/share"
|
||||
|
||||
/* Define to 1 to use wolfSSL/CyaSSL as a replacement for OpenSSL.
|
||||
* LWS_OPENSSL_SUPPORT needs to be set also for this to work. */
|
||||
@@ -35,7 +35,7 @@
|
||||
#define LWS_LIBRARY_VERSION_NUMBER (LWS_LIBRARY_VERSION_MAJOR*1000000)+(LWS_LIBRARY_VERSION_MINOR*1000)+LWS_LIBRARY_VERSION_PATCH
|
||||
|
||||
/* The current git commit hash that we're building from */
|
||||
#define LWS_BUILD_HASH "cocos@cocoss-MacBook-Pro.local-v3.4-182-g408ba56"
|
||||
#define LWS_BUILD_HASH "u0u0@NanFengtekiMacBook-Pro.local-v3.4-180-ge438682"
|
||||
|
||||
/* Build with OpenSSL support */
|
||||
#define LWS_OPENSSL_SUPPORT
|
||||
@@ -53,7 +53,7 @@
|
||||
/* #undef LWS_WITH_LIBEV */
|
||||
|
||||
/* Enable libuv io loop */
|
||||
#define LWS_WITH_LIBUV
|
||||
/* #undef LWS_WITH_LIBUV */
|
||||
|
||||
/* Enable libevent io loop */
|
||||
/* #undef LWS_WITH_LIBEVENT */
|
||||
@@ -90,9 +90,9 @@
|
||||
|
||||
/* SSL server using ECDH certificate */
|
||||
/* #undef LWS_SSL_SERVER_WITH_ECDH_CERT */
|
||||
/* #undef LWS_HAVE_SSL_CTX_set1_param */
|
||||
/* #undef LWS_HAVE_X509_VERIFY_PARAM_set1_host */
|
||||
/* #undef LWS_HAVE_RSA_SET0_KEY */
|
||||
#define LWS_HAVE_SSL_CTX_set1_param
|
||||
#define LWS_HAVE_X509_VERIFY_PARAM_set1_host
|
||||
#define LWS_HAVE_RSA_SET0_KEY
|
||||
|
||||
/* #undef LWS_HAVE_UV_VERSION_H */
|
||||
|
||||
@@ -147,9 +147,9 @@
|
||||
|
||||
/* OpenSSL various APIs */
|
||||
|
||||
/* #undef LWS_HAVE_TLS_CLIENT_METHOD */
|
||||
/* #undef LWS_HAVE_TLSV1_2_CLIENT_METHOD */
|
||||
/* #undef LWS_HAVE_SSL_SET_INFO_CALLBACK */
|
||||
#define LWS_HAVE_TLS_CLIENT_METHOD
|
||||
#define LWS_HAVE_TLSV1_2_CLIENT_METHOD
|
||||
#define LWS_HAVE_SSL_SET_INFO_CALLBACK
|
||||
|
||||
#define LWS_HAS_INTPTR_T
|
||||
|
||||
|
||||
117
external/websockets/include/ios/lws_config-arm32.h
vendored
117
external/websockets/include/ios/lws_config-arm32.h
vendored
@@ -1,117 +0,0 @@
|
||||
/* lws_config.h Generated from lws_config.h.in */
|
||||
|
||||
#ifndef NDEBUG
|
||||
#ifndef _DEBUG
|
||||
#define _DEBUG
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define LWS_INSTALL_DATADIR "/Users/james/Project/cocos2d-x-3rd-party-libs-src/contrib/install-ios/armv7/share"
|
||||
|
||||
/* Define to 1 to use wolfSSL/CyaSSL as a replacement for OpenSSL.
|
||||
* LWS_OPENSSL_SUPPORT needs to be set also for this to work. */
|
||||
/* #undef USE_WOLFSSL */
|
||||
|
||||
/* Also define to 1 (in addition to USE_WOLFSSL) when using the
|
||||
(older) CyaSSL library */
|
||||
/* #undef USE_OLD_CYASSL */
|
||||
|
||||
/* #undef LWS_USE_MBEDTLS */
|
||||
/* #undef LWS_USE_POLARSSL */
|
||||
/* #undef LWS_WITH_ESP8266 */
|
||||
|
||||
/* #undef LWS_WITH_PLUGINS */
|
||||
/* #undef LWS_WITH_NO_LOGS */
|
||||
|
||||
/* The Libwebsocket version */
|
||||
#define LWS_LIBRARY_VERSION "2.1.0"
|
||||
|
||||
#define LWS_LIBRARY_VERSION_MAJOR 2
|
||||
#define LWS_LIBRARY_VERSION_MINOR 1
|
||||
#define LWS_LIBRARY_VERSION_PATCH 0
|
||||
/* LWS_LIBRARY_VERSION_NUMBER looks like 1005001 for e.g. version 1.5.1 */
|
||||
#define LWS_LIBRARY_VERSION_NUMBER (LWS_LIBRARY_VERSION_MAJOR*1000000)+(LWS_LIBRARY_VERSION_MINOR*1000)+LWS_LIBRARY_VERSION_PATCH
|
||||
|
||||
/* The current git commit hash that we're building from */
|
||||
#define LWS_BUILD_HASH "james@James-Chen.local-v3.4-139-gbdcf7f8"
|
||||
|
||||
/* Build with OpenSSL support */
|
||||
#define LWS_OPENSSL_SUPPORT
|
||||
|
||||
/* The client should load and trust CA root certs it finds in the OS */
|
||||
#define LWS_SSL_CLIENT_USE_OS_CA_CERTS
|
||||
|
||||
/* Sets the path where the client certs should be installed. */
|
||||
#define LWS_OPENSSL_CLIENT_CERTS "../share"
|
||||
|
||||
/* Turn off websocket extensions */
|
||||
/* #undef LWS_NO_EXTENSIONS */
|
||||
|
||||
/* Enable libev io loop */
|
||||
/* #undef LWS_USE_LIBEV */
|
||||
|
||||
/* Enable libuv io loop */
|
||||
/* #undef LWS_USE_LIBUV */
|
||||
|
||||
/* Build with support for ipv6 */
|
||||
#define LWS_USE_IPV6
|
||||
|
||||
/* Build with support for UNIX domain socket */
|
||||
/* #undef LWS_USE_UNIX_SOCK */
|
||||
|
||||
/* Build with support for HTTP2 */
|
||||
/* #undef LWS_USE_HTTP2 */
|
||||
|
||||
/* Turn on latency measuring code */
|
||||
/* #undef LWS_LATENCY */
|
||||
|
||||
/* Don't build the daemonizeation api */
|
||||
#define LWS_NO_DAEMONIZE
|
||||
|
||||
/* Build without server support */
|
||||
#define LWS_NO_SERVER
|
||||
|
||||
/* Build without client support */
|
||||
/* #undef LWS_NO_CLIENT */
|
||||
|
||||
/* If we should compile with MinGW support */
|
||||
/* #undef LWS_MINGW_SUPPORT */
|
||||
|
||||
/* Use the BSD getifaddrs that comes with libwebsocket, for uclibc support */
|
||||
/* #undef LWS_BUILTIN_GETIFADDRS */
|
||||
|
||||
/* use SHA1() not internal libwebsockets_SHA1 */
|
||||
/* #undef LWS_SHA1_USE_OPENSSL_NAME */
|
||||
|
||||
/* SSL server using ECDH certificate */
|
||||
/* #undef LWS_SSL_SERVER_WITH_ECDH_CERT */
|
||||
#define LWS_HAVE_SSL_CTX_set1_param
|
||||
#define LWS_HAVE_X509_VERIFY_PARAM_set1_host
|
||||
|
||||
/* #undef LWS_HAVE_UV_VERSION_H */
|
||||
|
||||
/* CGI apis */
|
||||
/* #undef LWS_WITH_CGI */
|
||||
|
||||
/* whether the Openssl is recent enough, and / or built with, ecdh */
|
||||
#define LWS_HAVE_OPENSSL_ECDH_H
|
||||
|
||||
/* HTTP Proxy support */
|
||||
/* #undef LWS_WITH_HTTP_PROXY */
|
||||
|
||||
/* Http access log support */
|
||||
/* #undef LWS_WITH_ACCESS_LOG */
|
||||
/* #undef LWS_WITH_SERVER_STATUS */
|
||||
|
||||
/* #undef LWS_WITH_STATEFUL_URLDECODE */
|
||||
|
||||
/* Maximum supported service threads */
|
||||
#define LWS_MAX_SMP 32
|
||||
|
||||
/* Lightweight JSON Parser */
|
||||
/* #undef LWS_WITH_LEJP */
|
||||
|
||||
/* SMTP */
|
||||
/* #undef LWS_WITH_SMTP */
|
||||
|
||||
|
||||
117
external/websockets/include/ios/lws_config-arm64.h
vendored
117
external/websockets/include/ios/lws_config-arm64.h
vendored
@@ -1,117 +0,0 @@
|
||||
/* lws_config.h Generated from lws_config.h.in */
|
||||
|
||||
#ifndef NDEBUG
|
||||
#ifndef _DEBUG
|
||||
#define _DEBUG
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define LWS_INSTALL_DATADIR "/Users/james/Project/cocos2d-x-3rd-party-libs-src/contrib/install-ios/arm64/share"
|
||||
|
||||
/* Define to 1 to use wolfSSL/CyaSSL as a replacement for OpenSSL.
|
||||
* LWS_OPENSSL_SUPPORT needs to be set also for this to work. */
|
||||
/* #undef USE_WOLFSSL */
|
||||
|
||||
/* Also define to 1 (in addition to USE_WOLFSSL) when using the
|
||||
(older) CyaSSL library */
|
||||
/* #undef USE_OLD_CYASSL */
|
||||
|
||||
/* #undef LWS_USE_MBEDTLS */
|
||||
/* #undef LWS_USE_POLARSSL */
|
||||
/* #undef LWS_WITH_ESP8266 */
|
||||
|
||||
/* #undef LWS_WITH_PLUGINS */
|
||||
/* #undef LWS_WITH_NO_LOGS */
|
||||
|
||||
/* The Libwebsocket version */
|
||||
#define LWS_LIBRARY_VERSION "2.1.0"
|
||||
|
||||
#define LWS_LIBRARY_VERSION_MAJOR 2
|
||||
#define LWS_LIBRARY_VERSION_MINOR 1
|
||||
#define LWS_LIBRARY_VERSION_PATCH 0
|
||||
/* LWS_LIBRARY_VERSION_NUMBER looks like 1005001 for e.g. version 1.5.1 */
|
||||
#define LWS_LIBRARY_VERSION_NUMBER (LWS_LIBRARY_VERSION_MAJOR*1000000)+(LWS_LIBRARY_VERSION_MINOR*1000)+LWS_LIBRARY_VERSION_PATCH
|
||||
|
||||
/* The current git commit hash that we're building from */
|
||||
#define LWS_BUILD_HASH "james@James-Chen.local-v3.4-139-gbdcf7f8"
|
||||
|
||||
/* Build with OpenSSL support */
|
||||
#define LWS_OPENSSL_SUPPORT
|
||||
|
||||
/* The client should load and trust CA root certs it finds in the OS */
|
||||
#define LWS_SSL_CLIENT_USE_OS_CA_CERTS
|
||||
|
||||
/* Sets the path where the client certs should be installed. */
|
||||
#define LWS_OPENSSL_CLIENT_CERTS "../share"
|
||||
|
||||
/* Turn off websocket extensions */
|
||||
/* #undef LWS_NO_EXTENSIONS */
|
||||
|
||||
/* Enable libev io loop */
|
||||
/* #undef LWS_USE_LIBEV */
|
||||
|
||||
/* Enable libuv io loop */
|
||||
/* #undef LWS_USE_LIBUV */
|
||||
|
||||
/* Build with support for ipv6 */
|
||||
#define LWS_USE_IPV6
|
||||
|
||||
/* Build with support for UNIX domain socket */
|
||||
/* #undef LWS_USE_UNIX_SOCK */
|
||||
|
||||
/* Build with support for HTTP2 */
|
||||
/* #undef LWS_USE_HTTP2 */
|
||||
|
||||
/* Turn on latency measuring code */
|
||||
/* #undef LWS_LATENCY */
|
||||
|
||||
/* Don't build the daemonizeation api */
|
||||
#define LWS_NO_DAEMONIZE
|
||||
|
||||
/* Build without server support */
|
||||
#define LWS_NO_SERVER
|
||||
|
||||
/* Build without client support */
|
||||
/* #undef LWS_NO_CLIENT */
|
||||
|
||||
/* If we should compile with MinGW support */
|
||||
/* #undef LWS_MINGW_SUPPORT */
|
||||
|
||||
/* Use the BSD getifaddrs that comes with libwebsocket, for uclibc support */
|
||||
/* #undef LWS_BUILTIN_GETIFADDRS */
|
||||
|
||||
/* use SHA1() not internal libwebsockets_SHA1 */
|
||||
/* #undef LWS_SHA1_USE_OPENSSL_NAME */
|
||||
|
||||
/* SSL server using ECDH certificate */
|
||||
/* #undef LWS_SSL_SERVER_WITH_ECDH_CERT */
|
||||
#define LWS_HAVE_SSL_CTX_set1_param
|
||||
#define LWS_HAVE_X509_VERIFY_PARAM_set1_host
|
||||
|
||||
/* #undef LWS_HAVE_UV_VERSION_H */
|
||||
|
||||
/* CGI apis */
|
||||
/* #undef LWS_WITH_CGI */
|
||||
|
||||
/* whether the Openssl is recent enough, and / or built with, ecdh */
|
||||
#define LWS_HAVE_OPENSSL_ECDH_H
|
||||
|
||||
/* HTTP Proxy support */
|
||||
/* #undef LWS_WITH_HTTP_PROXY */
|
||||
|
||||
/* Http access log support */
|
||||
/* #undef LWS_WITH_ACCESS_LOG */
|
||||
/* #undef LWS_WITH_SERVER_STATUS */
|
||||
|
||||
/* #undef LWS_WITH_STATEFUL_URLDECODE */
|
||||
|
||||
/* Maximum supported service threads */
|
||||
#define LWS_MAX_SMP 32
|
||||
|
||||
/* Lightweight JSON Parser */
|
||||
/* #undef LWS_WITH_LEJP */
|
||||
|
||||
/* SMTP */
|
||||
/* #undef LWS_WITH_SMTP */
|
||||
|
||||
|
||||
117
external/websockets/include/ios/lws_config-i386.h
vendored
117
external/websockets/include/ios/lws_config-i386.h
vendored
@@ -1,117 +0,0 @@
|
||||
/* lws_config.h Generated from lws_config.h.in */
|
||||
|
||||
#ifndef NDEBUG
|
||||
#ifndef _DEBUG
|
||||
#define _DEBUG
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define LWS_INSTALL_DATADIR "/Users/james/Project/cocos2d-x-3rd-party-libs-src/contrib/install-ios/i386/share"
|
||||
|
||||
/* Define to 1 to use wolfSSL/CyaSSL as a replacement for OpenSSL.
|
||||
* LWS_OPENSSL_SUPPORT needs to be set also for this to work. */
|
||||
/* #undef USE_WOLFSSL */
|
||||
|
||||
/* Also define to 1 (in addition to USE_WOLFSSL) when using the
|
||||
(older) CyaSSL library */
|
||||
/* #undef USE_OLD_CYASSL */
|
||||
|
||||
/* #undef LWS_USE_MBEDTLS */
|
||||
/* #undef LWS_USE_POLARSSL */
|
||||
/* #undef LWS_WITH_ESP8266 */
|
||||
|
||||
/* #undef LWS_WITH_PLUGINS */
|
||||
/* #undef LWS_WITH_NO_LOGS */
|
||||
|
||||
/* The Libwebsocket version */
|
||||
#define LWS_LIBRARY_VERSION "2.1.0"
|
||||
|
||||
#define LWS_LIBRARY_VERSION_MAJOR 2
|
||||
#define LWS_LIBRARY_VERSION_MINOR 1
|
||||
#define LWS_LIBRARY_VERSION_PATCH 0
|
||||
/* LWS_LIBRARY_VERSION_NUMBER looks like 1005001 for e.g. version 1.5.1 */
|
||||
#define LWS_LIBRARY_VERSION_NUMBER (LWS_LIBRARY_VERSION_MAJOR*1000000)+(LWS_LIBRARY_VERSION_MINOR*1000)+LWS_LIBRARY_VERSION_PATCH
|
||||
|
||||
/* The current git commit hash that we're building from */
|
||||
#define LWS_BUILD_HASH "james@James-Chen.local-v3.4-139-gbdcf7f8"
|
||||
|
||||
/* Build with OpenSSL support */
|
||||
#define LWS_OPENSSL_SUPPORT
|
||||
|
||||
/* The client should load and trust CA root certs it finds in the OS */
|
||||
#define LWS_SSL_CLIENT_USE_OS_CA_CERTS
|
||||
|
||||
/* Sets the path where the client certs should be installed. */
|
||||
#define LWS_OPENSSL_CLIENT_CERTS "../share"
|
||||
|
||||
/* Turn off websocket extensions */
|
||||
/* #undef LWS_NO_EXTENSIONS */
|
||||
|
||||
/* Enable libev io loop */
|
||||
/* #undef LWS_USE_LIBEV */
|
||||
|
||||
/* Enable libuv io loop */
|
||||
/* #undef LWS_USE_LIBUV */
|
||||
|
||||
/* Build with support for ipv6 */
|
||||
#define LWS_USE_IPV6
|
||||
|
||||
/* Build with support for UNIX domain socket */
|
||||
/* #undef LWS_USE_UNIX_SOCK */
|
||||
|
||||
/* Build with support for HTTP2 */
|
||||
/* #undef LWS_USE_HTTP2 */
|
||||
|
||||
/* Turn on latency measuring code */
|
||||
/* #undef LWS_LATENCY */
|
||||
|
||||
/* Don't build the daemonizeation api */
|
||||
#define LWS_NO_DAEMONIZE
|
||||
|
||||
/* Build without server support */
|
||||
#define LWS_NO_SERVER
|
||||
|
||||
/* Build without client support */
|
||||
/* #undef LWS_NO_CLIENT */
|
||||
|
||||
/* If we should compile with MinGW support */
|
||||
/* #undef LWS_MINGW_SUPPORT */
|
||||
|
||||
/* Use the BSD getifaddrs that comes with libwebsocket, for uclibc support */
|
||||
/* #undef LWS_BUILTIN_GETIFADDRS */
|
||||
|
||||
/* use SHA1() not internal libwebsockets_SHA1 */
|
||||
/* #undef LWS_SHA1_USE_OPENSSL_NAME */
|
||||
|
||||
/* SSL server using ECDH certificate */
|
||||
/* #undef LWS_SSL_SERVER_WITH_ECDH_CERT */
|
||||
/* #undef LWS_HAVE_SSL_CTX_set1_param */
|
||||
/* #undef LWS_HAVE_X509_VERIFY_PARAM_set1_host */
|
||||
|
||||
/* #undef LWS_HAVE_UV_VERSION_H */
|
||||
|
||||
/* CGI apis */
|
||||
/* #undef LWS_WITH_CGI */
|
||||
|
||||
/* whether the Openssl is recent enough, and / or built with, ecdh */
|
||||
#define LWS_HAVE_OPENSSL_ECDH_H
|
||||
|
||||
/* HTTP Proxy support */
|
||||
/* #undef LWS_WITH_HTTP_PROXY */
|
||||
|
||||
/* Http access log support */
|
||||
/* #undef LWS_WITH_ACCESS_LOG */
|
||||
/* #undef LWS_WITH_SERVER_STATUS */
|
||||
|
||||
/* #undef LWS_WITH_STATEFUL_URLDECODE */
|
||||
|
||||
/* Maximum supported service threads */
|
||||
#define LWS_MAX_SMP 32
|
||||
|
||||
/* Lightweight JSON Parser */
|
||||
/* #undef LWS_WITH_LEJP */
|
||||
|
||||
/* SMTP */
|
||||
/* #undef LWS_WITH_SMTP */
|
||||
|
||||
|
||||
117
external/websockets/include/ios/lws_config-x86_64.h
vendored
117
external/websockets/include/ios/lws_config-x86_64.h
vendored
@@ -1,117 +0,0 @@
|
||||
/* lws_config.h Generated from lws_config.h.in */
|
||||
|
||||
#ifndef NDEBUG
|
||||
#ifndef _DEBUG
|
||||
#define _DEBUG
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define LWS_INSTALL_DATADIR "/Users/james/Project/cocos2d-x-3rd-party-libs-src/contrib/install-ios/x86_64/share"
|
||||
|
||||
/* Define to 1 to use wolfSSL/CyaSSL as a replacement for OpenSSL.
|
||||
* LWS_OPENSSL_SUPPORT needs to be set also for this to work. */
|
||||
/* #undef USE_WOLFSSL */
|
||||
|
||||
/* Also define to 1 (in addition to USE_WOLFSSL) when using the
|
||||
(older) CyaSSL library */
|
||||
/* #undef USE_OLD_CYASSL */
|
||||
|
||||
/* #undef LWS_USE_MBEDTLS */
|
||||
/* #undef LWS_USE_POLARSSL */
|
||||
/* #undef LWS_WITH_ESP8266 */
|
||||
|
||||
/* #undef LWS_WITH_PLUGINS */
|
||||
/* #undef LWS_WITH_NO_LOGS */
|
||||
|
||||
/* The Libwebsocket version */
|
||||
#define LWS_LIBRARY_VERSION "2.1.0"
|
||||
|
||||
#define LWS_LIBRARY_VERSION_MAJOR 2
|
||||
#define LWS_LIBRARY_VERSION_MINOR 1
|
||||
#define LWS_LIBRARY_VERSION_PATCH 0
|
||||
/* LWS_LIBRARY_VERSION_NUMBER looks like 1005001 for e.g. version 1.5.1 */
|
||||
#define LWS_LIBRARY_VERSION_NUMBER (LWS_LIBRARY_VERSION_MAJOR*1000000)+(LWS_LIBRARY_VERSION_MINOR*1000)+LWS_LIBRARY_VERSION_PATCH
|
||||
|
||||
/* The current git commit hash that we're building from */
|
||||
#define LWS_BUILD_HASH "james@James-Chen.local-v3.4-139-gbdcf7f8"
|
||||
|
||||
/* Build with OpenSSL support */
|
||||
#define LWS_OPENSSL_SUPPORT
|
||||
|
||||
/* The client should load and trust CA root certs it finds in the OS */
|
||||
#define LWS_SSL_CLIENT_USE_OS_CA_CERTS
|
||||
|
||||
/* Sets the path where the client certs should be installed. */
|
||||
#define LWS_OPENSSL_CLIENT_CERTS "../share"
|
||||
|
||||
/* Turn off websocket extensions */
|
||||
/* #undef LWS_NO_EXTENSIONS */
|
||||
|
||||
/* Enable libev io loop */
|
||||
/* #undef LWS_USE_LIBEV */
|
||||
|
||||
/* Enable libuv io loop */
|
||||
/* #undef LWS_USE_LIBUV */
|
||||
|
||||
/* Build with support for ipv6 */
|
||||
#define LWS_USE_IPV6
|
||||
|
||||
/* Build with support for UNIX domain socket */
|
||||
/* #undef LWS_USE_UNIX_SOCK */
|
||||
|
||||
/* Build with support for HTTP2 */
|
||||
/* #undef LWS_USE_HTTP2 */
|
||||
|
||||
/* Turn on latency measuring code */
|
||||
/* #undef LWS_LATENCY */
|
||||
|
||||
/* Don't build the daemonizeation api */
|
||||
#define LWS_NO_DAEMONIZE
|
||||
|
||||
/* Build without server support */
|
||||
#define LWS_NO_SERVER
|
||||
|
||||
/* Build without client support */
|
||||
/* #undef LWS_NO_CLIENT */
|
||||
|
||||
/* If we should compile with MinGW support */
|
||||
/* #undef LWS_MINGW_SUPPORT */
|
||||
|
||||
/* Use the BSD getifaddrs that comes with libwebsocket, for uclibc support */
|
||||
/* #undef LWS_BUILTIN_GETIFADDRS */
|
||||
|
||||
/* use SHA1() not internal libwebsockets_SHA1 */
|
||||
/* #undef LWS_SHA1_USE_OPENSSL_NAME */
|
||||
|
||||
/* SSL server using ECDH certificate */
|
||||
/* #undef LWS_SSL_SERVER_WITH_ECDH_CERT */
|
||||
/* #undef LWS_HAVE_SSL_CTX_set1_param */
|
||||
#define LWS_HAVE_X509_VERIFY_PARAM_set1_host
|
||||
|
||||
/* #undef LWS_HAVE_UV_VERSION_H */
|
||||
|
||||
/* CGI apis */
|
||||
/* #undef LWS_WITH_CGI */
|
||||
|
||||
/* whether the Openssl is recent enough, and / or built with, ecdh */
|
||||
#define LWS_HAVE_OPENSSL_ECDH_H
|
||||
|
||||
/* HTTP Proxy support */
|
||||
/* #undef LWS_WITH_HTTP_PROXY */
|
||||
|
||||
/* Http access log support */
|
||||
/* #undef LWS_WITH_ACCESS_LOG */
|
||||
/* #undef LWS_WITH_SERVER_STATUS */
|
||||
|
||||
/* #undef LWS_WITH_STATEFUL_URLDECODE */
|
||||
|
||||
/* Maximum supported service threads */
|
||||
#define LWS_MAX_SMP 32
|
||||
|
||||
/* Lightweight JSON Parser */
|
||||
/* #undef LWS_WITH_LEJP */
|
||||
|
||||
/* SMTP */
|
||||
/* #undef LWS_WITH_SMTP */
|
||||
|
||||
|
||||
6
external/websockets/include/ios/lws_config.h
vendored
6
external/websockets/include/ios/lws_config.h
vendored
@@ -6,7 +6,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define LWS_INSTALL_DATADIR "/Users/cocos/Github/cocos2d-x-3rd-party-libs-src/contrib/install-ios/x86_64/share"
|
||||
#define LWS_INSTALL_DATADIR "/Users/u0u0/Documents/project/cocos2d-x-3rd-party-libs-src/contrib/install-ios/armv7/share"
|
||||
|
||||
/* Define to 1 to use wolfSSL/CyaSSL as a replacement for OpenSSL.
|
||||
* LWS_OPENSSL_SUPPORT needs to be set also for this to work. */
|
||||
@@ -35,7 +35,7 @@
|
||||
#define LWS_LIBRARY_VERSION_NUMBER (LWS_LIBRARY_VERSION_MAJOR*1000000)+(LWS_LIBRARY_VERSION_MINOR*1000)+LWS_LIBRARY_VERSION_PATCH
|
||||
|
||||
/* The current git commit hash that we're building from */
|
||||
#define LWS_BUILD_HASH "cocos@cocoss-MacBook-Pro.local-v3.4-182-g408ba56"
|
||||
#define LWS_BUILD_HASH "u0u0@NanFengtekiMacBook-Pro.local-v3.4-180-ge438682"
|
||||
|
||||
/* Build with OpenSSL support */
|
||||
#define LWS_OPENSSL_SUPPORT
|
||||
@@ -53,7 +53,7 @@
|
||||
/* #undef LWS_WITH_LIBEV */
|
||||
|
||||
/* Enable libuv io loop */
|
||||
#define LWS_WITH_LIBUV
|
||||
/* #undef LWS_WITH_LIBUV */
|
||||
|
||||
/* Enable libevent io loop */
|
||||
/* #undef LWS_WITH_LIBEVENT */
|
||||
|
||||
6
external/websockets/include/mac/lws_config.h
vendored
6
external/websockets/include/mac/lws_config.h
vendored
@@ -6,7 +6,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define LWS_INSTALL_DATADIR "/Users/cocos/Github/cocos2d-x-3rd-party-libs-src/contrib/install-mac/x86_64/share"
|
||||
#define LWS_INSTALL_DATADIR "/Users/u0u0/Documents/project/cocos2d-x-3rd-party-libs-src/contrib/install-mac/x86_64/share"
|
||||
|
||||
/* Define to 1 to use wolfSSL/CyaSSL as a replacement for OpenSSL.
|
||||
* LWS_OPENSSL_SUPPORT needs to be set also for this to work. */
|
||||
@@ -35,7 +35,7 @@
|
||||
#define LWS_LIBRARY_VERSION_NUMBER (LWS_LIBRARY_VERSION_MAJOR*1000000)+(LWS_LIBRARY_VERSION_MINOR*1000)+LWS_LIBRARY_VERSION_PATCH
|
||||
|
||||
/* The current git commit hash that we're building from */
|
||||
#define LWS_BUILD_HASH "cocos@cocoss-MacBook-Pro.local-v3.4-182-g408ba56"
|
||||
#define LWS_BUILD_HASH "u0u0@NanFengtekiMacBook-Pro.local-v3.4-180-ge438682"
|
||||
|
||||
/* Build with OpenSSL support */
|
||||
#define LWS_OPENSSL_SUPPORT
|
||||
@@ -53,7 +53,7 @@
|
||||
/* #undef LWS_WITH_LIBEV */
|
||||
|
||||
/* Enable libuv io loop */
|
||||
#define LWS_WITH_LIBUV
|
||||
/* #undef LWS_WITH_LIBUV */
|
||||
|
||||
/* Enable libevent io loop */
|
||||
/* #undef LWS_WITH_LIBEVENT */
|
||||
|
||||
10
external/websockets/include/win32/lws_config.h
vendored
10
external/websockets/include/win32/lws_config.h
vendored
@@ -35,7 +35,7 @@
|
||||
#define LWS_LIBRARY_VERSION_NUMBER (LWS_LIBRARY_VERSION_MAJOR*1000000)+(LWS_LIBRARY_VERSION_MINOR*1000)+LWS_LIBRARY_VERSION_PATCH
|
||||
|
||||
/* The current git commit hash that we're building from */
|
||||
#define LWS_BUILD_HASH "desktop-s54jiqa\\serveryjx@DESKTOP-S54JIQA-v2.0.0-640-g8964ce9d"
|
||||
/* #undef LWS_BUILD_HASH */
|
||||
|
||||
/* Build with OpenSSL support */
|
||||
#define LWS_OPENSSL_SUPPORT
|
||||
@@ -53,13 +53,13 @@
|
||||
/* #undef LWS_WITH_LIBEV */
|
||||
|
||||
/* Enable libuv io loop */
|
||||
#define LWS_WITH_LIBUV
|
||||
/* #undef LWS_WITH_LIBUV */
|
||||
|
||||
/* Enable libevent io loop */
|
||||
/* #undef LWS_WITH_LIBEVENT */
|
||||
|
||||
/* Build with support for ipv6 */
|
||||
/* #undef LWS_WITH_IPV6 */
|
||||
#define LWS_WITH_IPV6
|
||||
|
||||
/* Build with support for UNIX domain socket */
|
||||
/* #undef LWS_WITH_UNIX_SOCK */
|
||||
@@ -90,7 +90,7 @@
|
||||
|
||||
/* SSL server using ECDH certificate */
|
||||
/* #undef LWS_SSL_SERVER_WITH_ECDH_CERT */
|
||||
/* #undef LWS_HAVE_SSL_CTX_set1_param */
|
||||
#define LWS_HAVE_SSL_CTX_set1_param
|
||||
#define LWS_HAVE_X509_VERIFY_PARAM_set1_host
|
||||
#define LWS_HAVE_RSA_SET0_KEY
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
|
||||
/* #undef LWS_AVOID_SIGPIPE_IGN */
|
||||
|
||||
#define LWS_FALLBACK_GETHOSTBYNAME
|
||||
/* #undef LWS_FALLBACK_GETHOSTBYNAME */
|
||||
|
||||
/* #undef LWS_WITH_STATS */
|
||||
/* #undef LWS_WITH_SOCKS5 */
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
external/websockets/prebuilt/ios/libwebsockets.a
vendored
BIN
external/websockets/prebuilt/ios/libwebsockets.a
vendored
Binary file not shown.
BIN
external/websockets/prebuilt/mac/libwebsockets.a
vendored
BIN
external/websockets/prebuilt/mac/libwebsockets.a
vendored
Binary file not shown.
BIN
external/websockets/prebuilt/win32/websockets.dll
vendored
BIN
external/websockets/prebuilt/win32/websockets.dll
vendored
Binary file not shown.
BIN
external/websockets/prebuilt/win32/websockets.lib
vendored
BIN
external/websockets/prebuilt/win32/websockets.lib
vendored
Binary file not shown.
BIN
external/zlib/prebuilt/android/arm64-v8a/libz.a
vendored
BIN
external/zlib/prebuilt/android/arm64-v8a/libz.a
vendored
Binary file not shown.
BIN
external/zlib/prebuilt/android/armeabi-v7a/libz.a
vendored
BIN
external/zlib/prebuilt/android/armeabi-v7a/libz.a
vendored
Binary file not shown.
BIN
external/zlib/prebuilt/android/x86/libz.a
vendored
BIN
external/zlib/prebuilt/android/x86/libz.a
vendored
Binary file not shown.
Reference in New Issue
Block a user