summaryrefslogtreecommitdiff
path: root/thirdparty/wslay/includes/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/wslay/includes/config.h')
-rw-r--r--thirdparty/wslay/includes/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/thirdparty/wslay/includes/config.h b/thirdparty/wslay/includes/config.h
new file mode 100644
index 0000000000..771ad12528
--- /dev/null
+++ b/thirdparty/wslay/includes/config.h
@@ -0,0 +1,8 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#ifdef BIG_ENDIAN_ENABLED
+#define WORDS_BIGENDIAN
+#endif
+
+#endif /* CONFIG_H */