1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
/* config.h. Generated from config.h.cmake by cmake. */
/* Define if building universal (internal helper macro) */
/* #undef AC_APPLE_UNIVERSAL_BUILD */
/* Define this to enable trace code */
/* #undef DO_RS_TRACE */
/* Define to 1 if you have the <sys/file.h> header file. */
/* Define to 1 if you have the <sys/stat.h> header file. */
/* Define to 1 if you have the <sys/types.h> header file. */
/* Define to 1 if you have the <unistd.h> header file. */
/* Define to 1 if you have the <fcntl.h> header file. */
/* Define to 1 if you have the <mcheck.h> header file. */
/* Define to 1 if you have the <zlib.h> header file. */
/* #undef HAVE_ZLIB_H 1 */
/* Define to 1 if you have the <bzlib.h> header file. */
/* #undef HAVE_BZLIB_H */
/* Define if your compiler has C99's __func__. */
/* Define if your compiler has GNU's __FUNCTION__. */
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
/* Define to 1 if fseeko64 (and presumably ftello64) exists and is declared. */
/* Define to 1 if _fseeki64 (and presumably _ftelli64) exists and is declared. */
/* #undef HAVE__FSEEKI64 */
/* Define to 1 if fstat64 exists and is declared. */
/* Define to 1 if _fstati64 exists and is declared. */
/* #undef HAVE__FSTATI64 */
/* Define to 1 if fileno exists and is declared (Posix). */
/* Define to 1 if _fileno exists and is declared (ISO C++). */
/* #undef HAVE__FILENO */
/* Name of package */
/* The size of `long', as computed by sizeof. */
/* The size of `long long', as computed by sizeof. */
/* The size of `size_t', as computed by sizeof. */
/* The size of `off_t', as computed by sizeof. */
/* The size of `off64_t', as computed by sizeof. */
/* #undef SIZEOF_OFF64_T */
/* The size of `unsigned int', as computed by sizeof. */
/* The size of `unsigned long', as computed by sizeof. */
/* The size of `unsigned short', as computed by sizeof. */
/* Define to 1 if printf supports the size_t "%zu" length field. */
/* FIXME Enable extensions on AIX 3, Interix. */
/* FIXME Enable GNU extensions on systems that have them. */
/* FIXME Enable threading extensions on Solaris. */
/* FIXME Enable extensions on HP NonStop. */
/* FIXME Enable general extensions on Solaris. */
/* Version number of package */
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
/* #undef WORDS_BIGENDIAN */
/* FIXME Enable large inode numbers on Mac OS X 10.5. */
/* FIXME Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */
/* FIXME Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
/* #undef _LARGEFILE_SOURCE */
/* FIXME Define for large files, on AIX-style hosts. */
/* #undef _LARGE_FILES */
/* FIXME Define to 1 if on MINIX. */
/* #undef _MINIX */
/* FIXME Define to 2 if the system does not provide POSIX.1 features except with
this defined. */
/* #undef _POSIX_1_SOURCE */
/* FIXME Define to 1 if you need to in order for `stat' and other things to work. */
/* #undef _POSIX_SOURCE */