mirror of
https://github.com/defold/extension-websocket.git
synced 2025-09-27 16:02:18 +02:00
first embryo
This commit is contained in:
10
websocket/include/wslay/config.h
Normal file
10
websocket/include/wslay/config.h
Normal file
@@ -0,0 +1,10 @@
|
||||
/* This configuration file is used only by CMake build system. */
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
|
||||
#define HAVE_ARPA_INET_H
|
||||
#define HAVE_NETINET_IN_H
|
||||
/* #undef HAVE_WINSOCK2_H */
|
||||
/* #undef WORDS_BIGENDIAN */
|
||||
|
||||
#endif /* CONFIG_H */
|
Reference in New Issue
Block a user