xref: /aosp_15_r20/external/tensorflow/third_party/nasm/config.h (revision b6fb3261f9314811a0f4371741dbb8839866f948)
1*b6fb3261SAndroid Build Coastguard Worker /* config/config.h.  Generated from config.h.in by configure.  */
2*b6fb3261SAndroid Build Coastguard Worker /* config/config.h.in.  Generated from configure.ac by autoheader.  */
3*b6fb3261SAndroid Build Coastguard Worker 
4*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 to call abort() on panics (internal errors), for debugging. */
5*b6fb3261SAndroid Build Coastguard Worker /* #undef ABORT_ON_PANIC */
6*b6fb3261SAndroid Build Coastguard Worker 
7*b6fb3261SAndroid Build Coastguard Worker /* Define if building universal (internal helper macro) */
8*b6fb3261SAndroid Build Coastguard Worker /* #undef AC_APPLE_UNIVERSAL_BUILD */
9*b6fb3261SAndroid Build Coastguard Worker 
10*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-fdata-sections' compiler flag */
11*b6fb3261SAndroid Build Coastguard Worker /* #undef CFLAG_FDATA_SECTIONS */
12*b6fb3261SAndroid Build Coastguard Worker 
13*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-ffunction-sections' compiler flag */
14*b6fb3261SAndroid Build Coastguard Worker /* #undef CFLAG_FFUNCTION_SECTIONS */
15*b6fb3261SAndroid Build Coastguard Worker 
16*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-fgnu89-inline' compiler flag */
17*b6fb3261SAndroid Build Coastguard Worker /* #undef CFLAG_FGNU89_INLINE */
18*b6fb3261SAndroid Build Coastguard Worker 
19*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-flto' compiler flag */
20*b6fb3261SAndroid Build Coastguard Worker /* #undef CFLAG_FLTO */
21*b6fb3261SAndroid Build Coastguard Worker 
22*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-fno-common' compiler flag */
23*b6fb3261SAndroid Build Coastguard Worker #define CFLAG_FNO_COMMON 1
24*b6fb3261SAndroid Build Coastguard Worker 
25*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-fno-omit-frame-pointer' compiler flag */
26*b6fb3261SAndroid Build Coastguard Worker /* #undef CFLAG_FNO_OMIT_FRAME_POINTER */
27*b6fb3261SAndroid Build Coastguard Worker 
28*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-fsanitize=address' compiler flag */
29*b6fb3261SAndroid Build Coastguard Worker /* #undef CFLAG_FSANITIZE_ADDRESS */
30*b6fb3261SAndroid Build Coastguard Worker 
31*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-fsanitize=undefined' compiler flag */
32*b6fb3261SAndroid Build Coastguard Worker /* #undef CFLAG_FSANITIZE_UNDEFINED */
33*b6fb3261SAndroid Build Coastguard Worker 
34*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-fvisibility=hidden' compiler flag */
35*b6fb3261SAndroid Build Coastguard Worker #define CFLAG_FVISIBILITY_HIDDEN 1
36*b6fb3261SAndroid Build Coastguard Worker 
37*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-fwrapv' compiler flag */
38*b6fb3261SAndroid Build Coastguard Worker #define CFLAG_FWRAPV 1
39*b6fb3261SAndroid Build Coastguard Worker 
40*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-ggdb3' compiler flag */
41*b6fb3261SAndroid Build Coastguard Worker /* #undef CFLAG_GGDB3 */
42*b6fb3261SAndroid Build Coastguard Worker 
43*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-pedantic' compiler flag */
44*b6fb3261SAndroid Build Coastguard Worker #define CFLAG_PEDANTIC 1
45*b6fb3261SAndroid Build Coastguard Worker 
46*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-U__STRICT_ANSI__' compiler flag */
47*b6fb3261SAndroid Build Coastguard Worker #define CFLAG_U_STRICT_ANSI 1
48*b6fb3261SAndroid Build Coastguard Worker 
49*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-W' compiler flag */
50*b6fb3261SAndroid Build Coastguard Worker #define CFLAG_W 1
51*b6fb3261SAndroid Build Coastguard Worker 
52*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Wall' compiler flag */
53*b6fb3261SAndroid Build Coastguard Worker #define CFLAG_WALL 1
54*b6fb3261SAndroid Build Coastguard Worker 
55*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Wc90-c99-compat' compiler flag */
56*b6fb3261SAndroid Build Coastguard Worker /* #undef CFLAG_WC90_C99_COMPAT */
57*b6fb3261SAndroid Build Coastguard Worker 
58*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Werror' compiler flag */
59*b6fb3261SAndroid Build Coastguard Worker /* #undef CFLAG_WERROR */
60*b6fb3261SAndroid Build Coastguard Worker 
61*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Werror=attributes' compiler flag */
62*b6fb3261SAndroid Build Coastguard Worker #define CFLAG_WERROR_ATTRIBUTES 1
63*b6fb3261SAndroid Build Coastguard Worker 
64*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Werror=comment' compiler flag */
65*b6fb3261SAndroid Build Coastguard Worker #define CFLAG_WERROR_COMMENT 1
66*b6fb3261SAndroid Build Coastguard Worker 
67*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Werror=implicit' compiler flag */
68*b6fb3261SAndroid Build Coastguard Worker #define CFLAG_WERROR_IMPLICIT 1
69*b6fb3261SAndroid Build Coastguard Worker 
70*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Werror=missing-braces' compiler flag */
71*b6fb3261SAndroid Build Coastguard Worker #define CFLAG_WERROR_MISSING_BRACES 1
72*b6fb3261SAndroid Build Coastguard Worker 
73*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Werror=missing-declarations' compiler
74*b6fb3261SAndroid Build Coastguard Worker    flag */
75*b6fb3261SAndroid Build Coastguard Worker #define CFLAG_WERROR_MISSING_DECLARATIONS 1
76*b6fb3261SAndroid Build Coastguard Worker 
77*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Werror=missing-prototypes' compiler flag
78*b6fb3261SAndroid Build Coastguard Worker  */
79*b6fb3261SAndroid Build Coastguard Worker #define CFLAG_WERROR_MISSING_PROTOTYPES 1
80*b6fb3261SAndroid Build Coastguard Worker 
81*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Werror=pointer-arith' compiler flag */
82*b6fb3261SAndroid Build Coastguard Worker #define CFLAG_WERROR_POINTER_ARITH 1
83*b6fb3261SAndroid Build Coastguard Worker 
84*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Werror=return-type' compiler flag */
85*b6fb3261SAndroid Build Coastguard Worker #define CFLAG_WERROR_RETURN_TYPE 1
86*b6fb3261SAndroid Build Coastguard Worker 
87*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Werror=strict-prototypes' compiler flag
88*b6fb3261SAndroid Build Coastguard Worker  */
89*b6fb3261SAndroid Build Coastguard Worker /* #undef CFLAG_WERROR_STRICT_PROTOTYPES */
90*b6fb3261SAndroid Build Coastguard Worker 
91*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Werror=trigraphs' compiler flag */
92*b6fb3261SAndroid Build Coastguard Worker #define CFLAG_WERROR_TRIGRAPHS 1
93*b6fb3261SAndroid Build Coastguard Worker 
94*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Werror=unknown-warning-option' compiler
95*b6fb3261SAndroid Build Coastguard Worker    flag */
96*b6fb3261SAndroid Build Coastguard Worker /* #undef CFLAG_WERROR_UNKNOWN_WARNING_OPTION */
97*b6fb3261SAndroid Build Coastguard Worker 
98*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Werror=vla' compiler flag */
99*b6fb3261SAndroid Build Coastguard Worker #define CFLAG_WERROR_VLA 1
100*b6fb3261SAndroid Build Coastguard Worker 
101*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Wlong-long' compiler flag */
102*b6fb3261SAndroid Build Coastguard Worker #define CFLAG_WLONG_LONG 1
103*b6fb3261SAndroid Build Coastguard Worker 
104*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Wl,--gc-sections' compiler flag */
105*b6fb3261SAndroid Build Coastguard Worker /* #undef CFLAG_WL_GC_SECTIONS */
106*b6fb3261SAndroid Build Coastguard Worker 
107*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Wpedantic-ms-format' compiler flag */
108*b6fb3261SAndroid Build Coastguard Worker /* #undef CFLAG_WPEDANTIC_MS_FORMAT */
109*b6fb3261SAndroid Build Coastguard Worker 
110*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Wshift-negative-value' compiler flag */
111*b6fb3261SAndroid Build Coastguard Worker #define CFLAG_WSHIFT_NEGATIVE_VALUE 1
112*b6fb3261SAndroid Build Coastguard Worker 
113*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if compiled with the `-Wstringop-truncation' compiler flag */
114*b6fb3261SAndroid Build Coastguard Worker /* #undef CFLAG_WSTRINGOP_TRUNCATION */
115*b6fb3261SAndroid Build Coastguard Worker 
116*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `access' function. */
117*b6fb3261SAndroid Build Coastguard Worker #define HAVE_ACCESS 1
118*b6fb3261SAndroid Build Coastguard Worker 
119*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `canonicalize_file_name' function. */
120*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE_CANONICALIZE_FILE_NAME */
121*b6fb3261SAndroid Build Coastguard Worker 
122*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `cpu_to_le16' intrinsic function. */
123*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE_CPU_TO_LE16 */
124*b6fb3261SAndroid Build Coastguard Worker 
125*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `cpu_to_le32' intrinsic function. */
126*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE_CPU_TO_LE32 */
127*b6fb3261SAndroid Build Coastguard Worker 
128*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `cpu_to_le64' intrinsic function. */
129*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE_CPU_TO_LE64 */
130*b6fb3261SAndroid Build Coastguard Worker 
131*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `strcasecmp', and to 0 if you
132*b6fb3261SAndroid Build Coastguard Worker    don't. */
133*b6fb3261SAndroid Build Coastguard Worker #define HAVE_DECL_STRCASECMP 1
134*b6fb3261SAndroid Build Coastguard Worker 
135*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `stricmp', and to 0 if you
136*b6fb3261SAndroid Build Coastguard Worker    don't. */
137*b6fb3261SAndroid Build Coastguard Worker #define HAVE_DECL_STRICMP 0
138*b6fb3261SAndroid Build Coastguard Worker 
139*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
140*b6fb3261SAndroid Build Coastguard Worker    don't. */
141*b6fb3261SAndroid Build Coastguard Worker #define HAVE_DECL_STRLCPY 0
142*b6fb3261SAndroid Build Coastguard Worker 
143*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
144*b6fb3261SAndroid Build Coastguard Worker    don't. */
145*b6fb3261SAndroid Build Coastguard Worker #define HAVE_DECL_STRNCASECMP 1
146*b6fb3261SAndroid Build Coastguard Worker 
147*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `strnicmp', and to 0 if you
148*b6fb3261SAndroid Build Coastguard Worker    don't. */
149*b6fb3261SAndroid Build Coastguard Worker #define HAVE_DECL_STRNICMP 0
150*b6fb3261SAndroid Build Coastguard Worker 
151*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
152*b6fb3261SAndroid Build Coastguard Worker    don't. */
153*b6fb3261SAndroid Build Coastguard Worker #define HAVE_DECL_STRNLEN 1
154*b6fb3261SAndroid Build Coastguard Worker 
155*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `strrchrnul', and to 0 if you
156*b6fb3261SAndroid Build Coastguard Worker    don't. */
157*b6fb3261SAndroid Build Coastguard Worker #define HAVE_DECL_STRRCHRNUL 0
158*b6fb3261SAndroid Build Coastguard Worker 
159*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `strsep', and to 0 if you don't.
160*b6fb3261SAndroid Build Coastguard Worker  */
161*b6fb3261SAndroid Build Coastguard Worker #define HAVE_DECL_STRSEP 1
162*b6fb3261SAndroid Build Coastguard Worker 
163*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the <endian.h> header file. */
164*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE_ENDIAN_H */
165*b6fb3261SAndroid Build Coastguard Worker 
166*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `faccessat' function. */
167*b6fb3261SAndroid Build Coastguard Worker #define HAVE_FACCESSAT 1
168*b6fb3261SAndroid Build Coastguard Worker 
169*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the <fcntl.h> header file. */
170*b6fb3261SAndroid Build Coastguard Worker #define HAVE_FCNTL_H 1
171*b6fb3261SAndroid Build Coastguard Worker 
172*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `fileno' function. */
173*b6fb3261SAndroid Build Coastguard Worker #define HAVE_FILENO 1
174*b6fb3261SAndroid Build Coastguard Worker 
175*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
176*b6fb3261SAndroid Build Coastguard Worker #define HAVE_FSEEKO 1
177*b6fb3261SAndroid Build Coastguard Worker 
178*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `fstat' function. */
179*b6fb3261SAndroid Build Coastguard Worker #define HAVE_FSTAT 1
180*b6fb3261SAndroid Build Coastguard Worker 
181*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `ftruncate' function. */
182*b6fb3261SAndroid Build Coastguard Worker #define HAVE_FTRUNCATE 1
183*b6fb3261SAndroid Build Coastguard Worker 
184*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if your compiler supports __attribute__((alloc_size)) on
185*b6fb3261SAndroid Build Coastguard Worker    functions */
186*b6fb3261SAndroid Build Coastguard Worker #define HAVE_FUNC_ATTRIBUTE_ALLOC_SIZE 1
187*b6fb3261SAndroid Build Coastguard Worker 
188*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if your compiler supports __attribute__((cold)) on functions */
189*b6fb3261SAndroid Build Coastguard Worker #define HAVE_FUNC_ATTRIBUTE_COLD 1
190*b6fb3261SAndroid Build Coastguard Worker 
191*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if your compiler supports __attribute__((const)) on functions
192*b6fb3261SAndroid Build Coastguard Worker  */
193*b6fb3261SAndroid Build Coastguard Worker #define HAVE_FUNC_ATTRIBUTE_CONST 1
194*b6fb3261SAndroid Build Coastguard Worker 
195*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if your compiler supports __attribute__((error)) on functions
196*b6fb3261SAndroid Build Coastguard Worker  */
197*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE_FUNC_ATTRIBUTE_ERROR */
198*b6fb3261SAndroid Build Coastguard Worker 
199*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if your compiler supports __attribute__((format)) on functions
200*b6fb3261SAndroid Build Coastguard Worker  */
201*b6fb3261SAndroid Build Coastguard Worker #define HAVE_FUNC_ATTRIBUTE_FORMAT 1
202*b6fb3261SAndroid Build Coastguard Worker 
203*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if your compiler supports __attribute__((malloc)) on functions
204*b6fb3261SAndroid Build Coastguard Worker  */
205*b6fb3261SAndroid Build Coastguard Worker #define HAVE_FUNC_ATTRIBUTE_MALLOC 1
206*b6fb3261SAndroid Build Coastguard Worker 
207*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if your compiler supports __attribute__((noreturn)) on
208*b6fb3261SAndroid Build Coastguard Worker    functions */
209*b6fb3261SAndroid Build Coastguard Worker #define HAVE_FUNC_ATTRIBUTE_NORETURN 1
210*b6fb3261SAndroid Build Coastguard Worker 
211*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if your compiler supports __attribute__((pure)) on functions */
212*b6fb3261SAndroid Build Coastguard Worker #define HAVE_FUNC_ATTRIBUTE_PURE 1
213*b6fb3261SAndroid Build Coastguard Worker 
214*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if your compiler supports __attribute__((returns_nonnull)) on
215*b6fb3261SAndroid Build Coastguard Worker    functions */
216*b6fb3261SAndroid Build Coastguard Worker #define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1
217*b6fb3261SAndroid Build Coastguard Worker 
218*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if your compiler supports __attribute__((sentinel)) on
219*b6fb3261SAndroid Build Coastguard Worker    functions */
220*b6fb3261SAndroid Build Coastguard Worker #define HAVE_FUNC_ATTRIBUTE_SENTINEL 1
221*b6fb3261SAndroid Build Coastguard Worker 
222*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `getgid' function. */
223*b6fb3261SAndroid Build Coastguard Worker #define HAVE_GETGID 1
224*b6fb3261SAndroid Build Coastguard Worker 
225*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `getpagesize' function. */
226*b6fb3261SAndroid Build Coastguard Worker #define HAVE_GETPAGESIZE 1
227*b6fb3261SAndroid Build Coastguard Worker 
228*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `getuid' function. */
229*b6fb3261SAndroid Build Coastguard Worker #define HAVE_GETUID 1
230*b6fb3261SAndroid Build Coastguard Worker 
231*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `htole16' intrinsic function. */
232*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE_HTOLE16 */
233*b6fb3261SAndroid Build Coastguard Worker 
234*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `htole32' intrinsic function. */
235*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE_HTOLE32 */
236*b6fb3261SAndroid Build Coastguard Worker 
237*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `htole64' intrinsic function. */
238*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE_HTOLE64 */
239*b6fb3261SAndroid Build Coastguard Worker 
240*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the <intrin.h> header file. */
241*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE_INTRIN_H */
242*b6fb3261SAndroid Build Coastguard Worker 
243*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the <inttypes.h> header file. */
244*b6fb3261SAndroid Build Coastguard Worker #define HAVE_INTTYPES_H 1
245*b6fb3261SAndroid Build Coastguard Worker 
246*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the <io.h> header file. */
247*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE_IO_H */
248*b6fb3261SAndroid Build Coastguard Worker 
249*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the <machine/endian.h> header file. */
250*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE_MACHINE_ENDIAN_H */
251*b6fb3261SAndroid Build Coastguard Worker 
252*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the <memory.h> header file. */
253*b6fb3261SAndroid Build Coastguard Worker #define HAVE_MEMORY_H 1
254*b6fb3261SAndroid Build Coastguard Worker 
255*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have a working `mmap' system call. */
256*b6fb3261SAndroid Build Coastguard Worker #define HAVE_MMAP 1
257*b6fb3261SAndroid Build Coastguard Worker 
258*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `pathconf' function. */
259*b6fb3261SAndroid Build Coastguard Worker #define HAVE_PATHCONF 1
260*b6fb3261SAndroid Build Coastguard Worker 
261*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `realpath' function. */
262*b6fb3261SAndroid Build Coastguard Worker #define HAVE_REALPATH 1
263*b6fb3261SAndroid Build Coastguard Worker 
264*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `snprintf' function. */
265*b6fb3261SAndroid Build Coastguard Worker #define HAVE_SNPRINTF 1
266*b6fb3261SAndroid Build Coastguard Worker 
267*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `stat' function. */
268*b6fb3261SAndroid Build Coastguard Worker #define HAVE_STAT 1
269*b6fb3261SAndroid Build Coastguard Worker 
270*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if stdbool.h conforms to C99. */
271*b6fb3261SAndroid Build Coastguard Worker #define HAVE_STDBOOL_H 1
272*b6fb3261SAndroid Build Coastguard Worker 
273*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if your compiler supports C99 extern inline */
274*b6fb3261SAndroid Build Coastguard Worker #define HAVE_STDC_INLINE 1
275*b6fb3261SAndroid Build Coastguard Worker 
276*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the <stdint.h> header file. */
277*b6fb3261SAndroid Build Coastguard Worker #define HAVE_STDINT_H 1
278*b6fb3261SAndroid Build Coastguard Worker 
279*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the <stdlib.h> header file. */
280*b6fb3261SAndroid Build Coastguard Worker #define HAVE_STDLIB_H 1
281*b6fb3261SAndroid Build Coastguard Worker 
282*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the <stdnoreturn.h> header file. */
283*b6fb3261SAndroid Build Coastguard Worker #define HAVE_STDNORETURN_H 1
284*b6fb3261SAndroid Build Coastguard Worker 
285*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `strcasecmp' function. */
286*b6fb3261SAndroid Build Coastguard Worker #define HAVE_STRCASECMP 1
287*b6fb3261SAndroid Build Coastguard Worker 
288*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `stricmp' function. */
289*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE_STRICMP */
290*b6fb3261SAndroid Build Coastguard Worker 
291*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the <strings.h> header file. */
292*b6fb3261SAndroid Build Coastguard Worker #define HAVE_STRINGS_H 1
293*b6fb3261SAndroid Build Coastguard Worker 
294*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the <string.h> header file. */
295*b6fb3261SAndroid Build Coastguard Worker #define HAVE_STRING_H 1
296*b6fb3261SAndroid Build Coastguard Worker 
297*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `strlcpy' function. */
298*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE_STRLCPY */
299*b6fb3261SAndroid Build Coastguard Worker 
300*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `strncasecmp' function. */
301*b6fb3261SAndroid Build Coastguard Worker #define HAVE_STRNCASECMP 1
302*b6fb3261SAndroid Build Coastguard Worker 
303*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `strnicmp' function. */
304*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE_STRNICMP */
305*b6fb3261SAndroid Build Coastguard Worker 
306*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `strnlen' function. */
307*b6fb3261SAndroid Build Coastguard Worker #define HAVE_STRNLEN 1
308*b6fb3261SAndroid Build Coastguard Worker 
309*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `strrchrnul' function. */
310*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE_STRRCHRNUL */
311*b6fb3261SAndroid Build Coastguard Worker 
312*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `strsep' function. */
313*b6fb3261SAndroid Build Coastguard Worker #define HAVE_STRSEP 1
314*b6fb3261SAndroid Build Coastguard Worker 
315*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct stat'. */
316*b6fb3261SAndroid Build Coastguard Worker #define HAVE_STRUCT_STAT 1
317*b6fb3261SAndroid Build Coastguard Worker 
318*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct _stati64'. */
319*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE_STRUCT__STATI64 */
320*b6fb3261SAndroid Build Coastguard Worker 
321*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `sysconf' function. */
322*b6fb3261SAndroid Build Coastguard Worker #define HAVE_SYSCONF 1
323*b6fb3261SAndroid Build Coastguard Worker 
324*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/endian.h> header file. */
325*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE_SYS_ENDIAN_H */
326*b6fb3261SAndroid Build Coastguard Worker 
327*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/mman.h> header file. */
328*b6fb3261SAndroid Build Coastguard Worker #define HAVE_SYS_MMAN_H 1
329*b6fb3261SAndroid Build Coastguard Worker 
330*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/param.h> header file. */
331*b6fb3261SAndroid Build Coastguard Worker #define HAVE_SYS_PARAM_H 1
332*b6fb3261SAndroid Build Coastguard Worker 
333*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/stat.h> header file. */
334*b6fb3261SAndroid Build Coastguard Worker #define HAVE_SYS_STAT_H 1
335*b6fb3261SAndroid Build Coastguard Worker 
336*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/types.h> header file. */
337*b6fb3261SAndroid Build Coastguard Worker #define HAVE_SYS_TYPES_H 1
338*b6fb3261SAndroid Build Coastguard Worker 
339*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if the system has the type `uintptr_t'. */
340*b6fb3261SAndroid Build Coastguard Worker #define HAVE_UINTPTR_T 1
341*b6fb3261SAndroid Build Coastguard Worker 
342*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the <unistd.h> header file. */
343*b6fb3261SAndroid Build Coastguard Worker #define HAVE_UNISTD_H 1
344*b6fb3261SAndroid Build Coastguard Worker 
345*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `vsnprintf' function. */
346*b6fb3261SAndroid Build Coastguard Worker #define HAVE_VSNPRINTF 1
347*b6fb3261SAndroid Build Coastguard Worker 
348*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `_access' function. */
349*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE__ACCESS */
350*b6fb3261SAndroid Build Coastguard Worker 
351*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `_BitScanReverse' intrinsic function. */
352*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE__BITSCANREVERSE */
353*b6fb3261SAndroid Build Coastguard Worker 
354*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `_BitScanReverse64' intrinsic function. */
355*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE__BITSCANREVERSE64 */
356*b6fb3261SAndroid Build Coastguard Worker 
357*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if the system has the type `_Bool'. */
358*b6fb3261SAndroid Build Coastguard Worker #define HAVE__BOOL 1
359*b6fb3261SAndroid Build Coastguard Worker 
360*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `_byteswap_uint64' intrinsic function. */
361*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE__BYTESWAP_UINT64 */
362*b6fb3261SAndroid Build Coastguard Worker 
363*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `_byteswap_ulong' intrinsic function. */
364*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE__BYTESWAP_ULONG */
365*b6fb3261SAndroid Build Coastguard Worker 
366*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `_byteswap_ushort' intrinsic function. */
367*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE__BYTESWAP_USHORT */
368*b6fb3261SAndroid Build Coastguard Worker 
369*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `_chsize' function. */
370*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE__CHSIZE */
371*b6fb3261SAndroid Build Coastguard Worker 
372*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `_chsize_s' function. */
373*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE__CHSIZE_S */
374*b6fb3261SAndroid Build Coastguard Worker 
375*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `_filelengthi64' function. */
376*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE__FILELENGTHI64 */
377*b6fb3261SAndroid Build Coastguard Worker 
378*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `_fileno' function. */
379*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE__FILENO */
380*b6fb3261SAndroid Build Coastguard Worker 
381*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `_fseeki64' function. */
382*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE__FSEEKI64 */
383*b6fb3261SAndroid Build Coastguard Worker 
384*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `_fstati64' function. */
385*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE__FSTATI64 */
386*b6fb3261SAndroid Build Coastguard Worker 
387*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `_fullpath' function. */
388*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE__FULLPATH */
389*b6fb3261SAndroid Build Coastguard Worker 
390*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `_snprintf' function. */
391*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE__SNPRINTF */
392*b6fb3261SAndroid Build Coastguard Worker 
393*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `_stati64' function. */
394*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE__STATI64 */
395*b6fb3261SAndroid Build Coastguard Worker 
396*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `_vsnprintf' function. */
397*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE__VSNPRINTF */
398*b6fb3261SAndroid Build Coastguard Worker 
399*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `__bswap_16' intrinsic function. */
400*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE___BSWAP_16 */
401*b6fb3261SAndroid Build Coastguard Worker 
402*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `__bswap_32' intrinsic function. */
403*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE___BSWAP_32 */
404*b6fb3261SAndroid Build Coastguard Worker 
405*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `__bswap_64' intrinsic function. */
406*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE___BSWAP_64 */
407*b6fb3261SAndroid Build Coastguard Worker 
408*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `__builtin_bswap16' intrinsic function. */
409*b6fb3261SAndroid Build Coastguard Worker #define HAVE___BUILTIN_BSWAP16 1
410*b6fb3261SAndroid Build Coastguard Worker 
411*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `__builtin_bswap32' intrinsic function. */
412*b6fb3261SAndroid Build Coastguard Worker #define HAVE___BUILTIN_BSWAP32 1
413*b6fb3261SAndroid Build Coastguard Worker 
414*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `__builtin_bswap64' intrinsic function. */
415*b6fb3261SAndroid Build Coastguard Worker #define HAVE___BUILTIN_BSWAP64 1
416*b6fb3261SAndroid Build Coastguard Worker 
417*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `__builtin_clz' intrinsic function. */
418*b6fb3261SAndroid Build Coastguard Worker #define HAVE___BUILTIN_CLZ 1
419*b6fb3261SAndroid Build Coastguard Worker 
420*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `__builtin_clzl' intrinsic function. */
421*b6fb3261SAndroid Build Coastguard Worker #define HAVE___BUILTIN_CLZL 1
422*b6fb3261SAndroid Build Coastguard Worker 
423*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `__builtin_clzll' intrinsic function. */
424*b6fb3261SAndroid Build Coastguard Worker #define HAVE___BUILTIN_CLZLL 1
425*b6fb3261SAndroid Build Coastguard Worker 
426*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `__builtin_constant_p' intrinsic function. */
427*b6fb3261SAndroid Build Coastguard Worker #define HAVE___BUILTIN_CONSTANT_P 1
428*b6fb3261SAndroid Build Coastguard Worker 
429*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `__builtin_expect' intrinsic function. */
430*b6fb3261SAndroid Build Coastguard Worker #define HAVE___BUILTIN_EXPECT 1
431*b6fb3261SAndroid Build Coastguard Worker 
432*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `__cpu_to_le16' intrinsic function. */
433*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE___CPU_TO_LE16 */
434*b6fb3261SAndroid Build Coastguard Worker 
435*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `__cpu_to_le32' intrinsic function. */
436*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE___CPU_TO_LE32 */
437*b6fb3261SAndroid Build Coastguard Worker 
438*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the `__cpu_to_le64' intrinsic function. */
439*b6fb3261SAndroid Build Coastguard Worker /* #undef HAVE___CPU_TO_LE64 */
440*b6fb3261SAndroid Build Coastguard Worker 
441*b6fb3261SAndroid Build Coastguard Worker /* Define to the address where bug reports for this package should be sent. */
442*b6fb3261SAndroid Build Coastguard Worker #define PACKAGE_BUGREPORT ""
443*b6fb3261SAndroid Build Coastguard Worker 
444*b6fb3261SAndroid Build Coastguard Worker /* Define to the full name of this package. */
445*b6fb3261SAndroid Build Coastguard Worker #define PACKAGE_NAME ""
446*b6fb3261SAndroid Build Coastguard Worker 
447*b6fb3261SAndroid Build Coastguard Worker /* Define to the full name and version of this package. */
448*b6fb3261SAndroid Build Coastguard Worker #define PACKAGE_STRING ""
449*b6fb3261SAndroid Build Coastguard Worker 
450*b6fb3261SAndroid Build Coastguard Worker /* Define to the one symbol short name of this package. */
451*b6fb3261SAndroid Build Coastguard Worker #define PACKAGE_TARNAME ""
452*b6fb3261SAndroid Build Coastguard Worker 
453*b6fb3261SAndroid Build Coastguard Worker /* Define to the home page for this package. */
454*b6fb3261SAndroid Build Coastguard Worker #define PACKAGE_URL ""
455*b6fb3261SAndroid Build Coastguard Worker 
456*b6fb3261SAndroid Build Coastguard Worker /* Define to the version of this package. */
457*b6fb3261SAndroid Build Coastguard Worker #define PACKAGE_VERSION ""
458*b6fb3261SAndroid Build Coastguard Worker 
459*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you have the ANSI C header files. */
460*b6fb3261SAndroid Build Coastguard Worker #define STDC_HEADERS 1
461*b6fb3261SAndroid Build Coastguard Worker 
462*b6fb3261SAndroid Build Coastguard Worker /* Enable extensions on AIX 3, Interix.  */
463*b6fb3261SAndroid Build Coastguard Worker #ifndef _ALL_SOURCE
464*b6fb3261SAndroid Build Coastguard Worker #define _ALL_SOURCE 1
465*b6fb3261SAndroid Build Coastguard Worker #endif
466*b6fb3261SAndroid Build Coastguard Worker /* Enable GNU extensions on systems that have them.  */
467*b6fb3261SAndroid Build Coastguard Worker #ifndef _GNU_SOURCE
468*b6fb3261SAndroid Build Coastguard Worker #define _GNU_SOURCE 1
469*b6fb3261SAndroid Build Coastguard Worker #endif
470*b6fb3261SAndroid Build Coastguard Worker /* Enable threading extensions on Solaris.  */
471*b6fb3261SAndroid Build Coastguard Worker #ifndef _POSIX_PTHREAD_SEMANTICS
472*b6fb3261SAndroid Build Coastguard Worker #define _POSIX_PTHREAD_SEMANTICS 1
473*b6fb3261SAndroid Build Coastguard Worker #endif
474*b6fb3261SAndroid Build Coastguard Worker /* Enable extensions on HP NonStop.  */
475*b6fb3261SAndroid Build Coastguard Worker #ifndef _TANDEM_SOURCE
476*b6fb3261SAndroid Build Coastguard Worker #define _TANDEM_SOURCE 1
477*b6fb3261SAndroid Build Coastguard Worker #endif
478*b6fb3261SAndroid Build Coastguard Worker /* Enable general extensions on Solaris.  */
479*b6fb3261SAndroid Build Coastguard Worker #ifndef __EXTENSIONS__
480*b6fb3261SAndroid Build Coastguard Worker #define __EXTENSIONS__ 1
481*b6fb3261SAndroid Build Coastguard Worker #endif
482*b6fb3261SAndroid Build Coastguard Worker 
483*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if your processor stores words with the most significant byte
484*b6fb3261SAndroid Build Coastguard Worker    first (like Motorola and SPARC, unlike Intel and VAX). */
485*b6fb3261SAndroid Build Coastguard Worker /* #undef WORDS_BIGENDIAN */
486*b6fb3261SAndroid Build Coastguard Worker 
487*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if your processor stores words with the least significant byte
488*b6fb3261SAndroid Build Coastguard Worker    first (like Intel and VAX, unlike Motorola and SPARC). */
489*b6fb3261SAndroid Build Coastguard Worker #define WORDS_LITTLEENDIAN 1
490*b6fb3261SAndroid Build Coastguard Worker 
491*b6fb3261SAndroid Build Coastguard Worker /* Enable large inode numbers on Mac OS X 10.5.  */
492*b6fb3261SAndroid Build Coastguard Worker #ifndef _DARWIN_USE_64_BIT_INODE
493*b6fb3261SAndroid Build Coastguard Worker #define _DARWIN_USE_64_BIT_INODE 1
494*b6fb3261SAndroid Build Coastguard Worker #endif
495*b6fb3261SAndroid Build Coastguard Worker 
496*b6fb3261SAndroid Build Coastguard Worker /* Number of bits in a file offset, on hosts where this is settable. */
497*b6fb3261SAndroid Build Coastguard Worker /* #undef _FILE_OFFSET_BITS */
498*b6fb3261SAndroid Build Coastguard Worker 
499*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
500*b6fb3261SAndroid Build Coastguard Worker /* #undef _LARGEFILE_SOURCE */
501*b6fb3261SAndroid Build Coastguard Worker 
502*b6fb3261SAndroid Build Coastguard Worker /* Define for large files, on AIX-style hosts. */
503*b6fb3261SAndroid Build Coastguard Worker /* #undef _LARGE_FILES */
504*b6fb3261SAndroid Build Coastguard Worker 
505*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if on MINIX. */
506*b6fb3261SAndroid Build Coastguard Worker /* #undef _MINIX */
507*b6fb3261SAndroid Build Coastguard Worker 
508*b6fb3261SAndroid Build Coastguard Worker /* Define to 2 if the system does not provide POSIX.1 features except with
509*b6fb3261SAndroid Build Coastguard Worker    this defined. */
510*b6fb3261SAndroid Build Coastguard Worker /* #undef _POSIX_1_SOURCE */
511*b6fb3261SAndroid Build Coastguard Worker 
512*b6fb3261SAndroid Build Coastguard Worker /* Define to 1 if you need to in order for `stat' and other things to work. */
513*b6fb3261SAndroid Build Coastguard Worker /* #undef _POSIX_SOURCE */
514*b6fb3261SAndroid Build Coastguard Worker 
515*b6fb3261SAndroid Build Coastguard Worker /* Define to empty if `const' does not conform to ANSI C. */
516*b6fb3261SAndroid Build Coastguard Worker /* #undef const */
517*b6fb3261SAndroid Build Coastguard Worker 
518*b6fb3261SAndroid Build Coastguard Worker /* Define to `__inline__' or `__inline' if that's what the C compiler
519*b6fb3261SAndroid Build Coastguard Worker    calls it, or to nothing if 'inline' is not supported under any name.  */
520*b6fb3261SAndroid Build Coastguard Worker #ifndef __cplusplus
521*b6fb3261SAndroid Build Coastguard Worker /* #undef inline */
522*b6fb3261SAndroid Build Coastguard Worker #endif
523*b6fb3261SAndroid Build Coastguard Worker 
524*b6fb3261SAndroid Build Coastguard Worker /* Define to the equivalent of the C99 'restrict' keyword, or to
525*b6fb3261SAndroid Build Coastguard Worker    nothing if this is not supported.  Do not define if restrict is
526*b6fb3261SAndroid Build Coastguard Worker    supported directly.  */
527*b6fb3261SAndroid Build Coastguard Worker #define restrict __restrict
528*b6fb3261SAndroid Build Coastguard Worker /* Work around a bug in Sun C++: it does not support _Restrict or
529*b6fb3261SAndroid Build Coastguard Worker    __restrict__, even though the corresponding Sun C compiler ends up with
530*b6fb3261SAndroid Build Coastguard Worker    "#define restrict _Restrict" or "#define restrict __restrict__" in the
531*b6fb3261SAndroid Build Coastguard Worker    previous line.  Perhaps some future version of Sun C++ will work with
532*b6fb3261SAndroid Build Coastguard Worker    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
533*b6fb3261SAndroid Build Coastguard Worker #if defined __SUNPRO_CC && !defined __RESTRICT
534*b6fb3261SAndroid Build Coastguard Worker #define _Restrict
535*b6fb3261SAndroid Build Coastguard Worker #define __restrict__
536*b6fb3261SAndroid Build Coastguard Worker #endif
537*b6fb3261SAndroid Build Coastguard Worker 
538*b6fb3261SAndroid Build Coastguard Worker /* Define to `unsigned int' if <sys/types.h> does not define. */
539*b6fb3261SAndroid Build Coastguard Worker /* #undef size_t */
540*b6fb3261SAndroid Build Coastguard Worker 
541*b6fb3261SAndroid Build Coastguard Worker /* Define to the type of an unsigned integer type wide enough to hold a
542*b6fb3261SAndroid Build Coastguard Worker    pointer, if such a type exists, and if the system does not define it. */
543*b6fb3261SAndroid Build Coastguard Worker /* #undef uintptr_t */
544