#ifndef CONFIG_H
#define CONFIG_H

#ifdef BIG_ENDIAN_ENABLED
#define WORDS_BIGENDIAN
#endif

#endif /* CONFIG_H */