123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- #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 LWS_LIBRARY_VERSION "2.1.0"
- #define LWS_LIBRARY_VERSION_MAJOR 2
- #define LWS_LIBRARY_VERSION_MINOR 1
- #define LWS_LIBRARY_VERSION_PATCH 0
- #define LWS_LIBRARY_VERSION_NUMBER (LWS_LIBRARY_VERSION_MAJOR*1000000)+(LWS_LIBRARY_VERSION_MINOR*1000)+LWS_LIBRARY_VERSION_PATCH
- #define LWS_BUILD_HASH "james@James-Chen.local-v3.4-139-gbdcf7f8"
- #define LWS_OPENSSL_SUPPORT
- #define LWS_SSL_CLIENT_USE_OS_CA_CERTS
- #define LWS_OPENSSL_CLIENT_CERTS "../share"
- #define LWS_USE_IPV6
- #define LWS_NO_DAEMONIZE
- #define LWS_NO_SERVER
- #define LWS_HAVE_SSL_CTX_set1_param
- #define LWS_HAVE_X509_VERIFY_PARAM_set1_host
- #define LWS_HAVE_OPENSSL_ECDH_H
- #define LWS_MAX_SMP 32
|