mirror of
https://github.com/defold/extension-websocket.git
synced 2025-06-27 09:47:44 +02:00
11 lines
233 B
C
11 lines
233 B
C
/* 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 */
|