blob: 0910fe2d298695d178b115b9bc06435eed1e8c10 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# define USE_POSIX_TIME
# define USE_POSIX_SIGNALS
# define NO_EMPTY_STMTS
# define SYSV_DIRENT
#ifndef BYTE_ORDER
#ifdef MIPSEB
#define BYTE_ORDER BIG_ENDIAN
#endif
#endif
|