9e303ef71c
Both client and server are supported on native builds (as usual). SSL server is still not supported, but will soon be possible with this new library. The API stays the same, we just need to work out potential issues due to this big library switch.
8 lines
115 B
C++
8 lines
115 B
C++
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#ifdef BIG_ENDIAN_ENABLED
|
|
#define WORDS_BIGENDIAN
|
|
#endif
|
|
|
|
#endif /* CONFIG_H */
|