1#define HAVE_SYS_TYPES_H 1
2#define HAVE_SYS_STAT_H 1
3#define HAVE_MEMORY_H 1
4#define HAVE_OFF_T 1
5#define SIZEOF_INT 4
6#define SIZEOF_SHORT 2
7#define SIZEOF_LONG 4
8#define SIZEOF_LONG_LONG 8
9#define SIZEOF___INT64 8
10#define SIZEOF_OFF_T 4
11#define SIZEOF_VOIDP 8
12#define SIZEOF_FLOAT 4
13#define SIZEOF_DOUBLE 8
14#define SIZEOF_SIZE_T 8
15#define TOKEN_PASTE(x,y) x##y
16#ifndef NORETURN
17#if _MSC_VER > 1100
18#define NORETURN(x) __declspec(noreturn) x
19#else
20#define NORETURN(x) x
21#endif
22#endif
23#define HAVE_DECL_SYS_NERR 1
24#define HAVE_FCNTL_H 1
25#define HAVE_SYS_UTIME_H 1
26#define HAVE_MEMORY_H 1
27#define uid_t int
28#define gid_t int
29#define GETGROUPS_T int
30#define HAVE_ALLOCA 1
31#define HAVE_DUP2 1
32#define HAVE_MKDIR 1
33#define HAVE_FLOCK 1
34#define HAVE_VSNPRINTF 1
35#define HAVE_FINITE 1
36#define HAVE_HYPOT 1
37#define HAVE_WAITPID 1
38#define HAVE_CHSIZE 1
39#define HAVE_TIMES 1
40#define HAVE_TELLDIR 1
41#define HAVE_SEEKDIR 1
42#define HAVE_EXECVE 1
43#define HAVE_DAYLIGHT 1
44#define SETPGRP_VOID 1
45#define inline __inline
46#define NEED_IO_SEEK_BETWEEN_RW 1
47#define RSHIFT(x,y) ((x)>>(int)y)
48#define FILE_COUNT _cnt
49#define FILE_READPTR _ptr
50#define DEFAULT_KCODE KCODE_NONE
51#define DLEXT ".so"
52#define DLEXT2 ".dll"
53