config.h 115 B

123456789
  1. #ifndef CONFIG_H
  2. #define CONFIG_H
  3. #ifdef BIG_ENDIAN_ENABLED
  4. #define WORDS_BIGENDIAN
  5. #endif
  6. #endif /* CONFIG_H */