Commit 60858d7f authored by Sergey Lyubka's avatar Sergey Lyubka

NO_WEBSOCKET -> MONGOOSE_NO_WEBSOCKET

parent 1c914bde
...@@ -1671,7 +1671,7 @@ void mg_printf_data(struct mg_connection *c, const char *fmt, ...) { ...@@ -1671,7 +1671,7 @@ void mg_printf_data(struct mg_connection *c, const char *fmt, ...) {
va_end(ap); va_end(ap);
} }
#if !defined(NO_WEBSOCKET) || !defined(MONGOOSE_NO_AUTH) #if !defined(MONGOOSE_NO_WEBSOCKET) || !defined(MONGOOSE_NO_AUTH)
static int is_big_endian(void) { static int is_big_endian(void) {
static const int n = 1; static const int n = 1;
return ((char *) &n)[0] == 0; return ((char *) &n)[0] == 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment