summaryrefslogtreecommitdiff
path: root/thirdparty/wslay/includes/config.h
blob: 771ad12528f4eb07e72d4e5eed2843c29482121e (plain)
1
2
3
4
5
6
7
8
#ifndef CONFIG_H
#define CONFIG_H

#ifdef BIG_ENDIAN_ENABLED
#define WORDS_BIGENDIAN
#endif

#endif /* CONFIG_H */