blob: 25746c62669a7db9930a7d4e09925a4a58f7a9ac (
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
# define HAS_TEST_AND_SET
typedef unsigned char slock_t;
#ifndef BYTE_ORDER
#define BYTE_ORDER BIG_ENDIAN
#endif
|