summaryrefslogtreecommitdiff
path: root/config/config-mac.h
blob: 93a28198c782f7b5fd3c65f75c007fab9563ef49 (plain)
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
/* config/config.h.  Generated from config.h.in by configure.  */
/* config/config.h.in.  Generated from configure.ac by autoheader.  */

/* Define to 1 to call abort() on panics (internal errors), for debugging. */
/* #undef ABORT_ON_PANIC */

/* Define if building universal (internal helper macro) */
/* #undef AC_APPLE_UNIVERSAL_BUILD */

/* Define to 1 if compiled with the `-fdata-sections' compiler flag */
/* #undef CFLAG_FDATA_SECTIONS */

/* Define to 1 if compiled with the `-ffunction-sections' compiler flag */
/* #undef CFLAG_FFUNCTION_SECTIONS */

/* Define to 1 if compiled with the `-fgnu89-inline' compiler flag */
/* #undef CFLAG_FGNU89_INLINE */

/* Define to 1 if compiled with the `-flto' compiler flag */
/* #undef CFLAG_FLTO */

/* Define to 1 if compiled with the `-fno-common' compiler flag */
#define CFLAG_FNO_COMMON 1

/* Define to 1 if compiled with the `-fno-omit-frame-pointer' compiler flag */
/* #undef CFLAG_FNO_OMIT_FRAME_POINTER */

/* Define to 1 if compiled with the `-fsanitize=address' compiler flag */
/* #undef CFLAG_FSANITIZE_ADDRESS */

/* Define to 1 if compiled with the `-fsanitize=undefined' compiler flag */
/* #undef CFLAG_FSANITIZE_UNDEFINED */

/* Define to 1 if compiled with the `-fvisibility=hidden' compiler flag */
#define CFLAG_FVISIBILITY_HIDDEN 1

/* Define to 1 if compiled with the `-fwrapv' compiler flag */
#define CFLAG_FWRAPV 1

/* Define to 1 if compiled with the `-ggdb3' compiler flag */
/* #undef CFLAG_GGDB3 */

/* Define to 1 if compiled with the `-O0' compiler flag */
/* #undef CFLAG_O0 */

/* Define to 1 if compiled with the `-pedantic' compiler flag */
#define CFLAG_PEDANTIC 1

/* Define to 1 if compiled with the `-U__STRICT_ANSI__' compiler flag */
#define CFLAG_U_STRICT_ANSI 1

/* Define to 1 if compiled with the `-W' compiler flag */
#define CFLAG_W 1

/* Define to 1 if compiled with the `-Wall' compiler flag */
#define CFLAG_WALL 1

/* Define to 1 if compiled with the `-Wc90-c99-compat' compiler flag */
/* #undef CFLAG_WC90_C99_COMPAT */

/* Define to 1 if compiled with the `-Werror' compiler flag */
/* #undef CFLAG_WERROR */

/* Define to 1 if compiled with the `-Werror=attributes' compiler flag */
#define CFLAG_WERROR_ATTRIBUTES 1

/* Define to 1 if compiled with the `-Werror=comment' compiler flag */
#define CFLAG_WERROR_COMMENT 1

/* Define to 1 if compiled with the `-Werror=implicit' compiler flag */
#define CFLAG_WERROR_IMPLICIT 1

/* Define to 1 if compiled with the `-Werror=missing-braces' compiler flag */
#define CFLAG_WERROR_MISSING_BRACES 1

/* Define to 1 if compiled with the `-Werror=missing-declarations' compiler
   flag */
#define CFLAG_WERROR_MISSING_DECLARATIONS 1

/* Define to 1 if compiled with the `-Werror=missing-prototypes' compiler flag
   */
#define CFLAG_WERROR_MISSING_PROTOTYPES 1

/* Define to 1 if compiled with the `-Werror=pointer-arith' compiler flag */
#define CFLAG_WERROR_POINTER_ARITH 1

/* Define to 1 if compiled with the `-Werror=return-type' compiler flag */
#define CFLAG_WERROR_RETURN_TYPE 1

/* Define to 1 if compiled with the `-Werror=strict-prototypes' compiler flag
   */
#define CFLAG_WERROR_STRICT_PROTOTYPES 1

/* Define to 1 if compiled with the `-Werror=trigraphs' compiler flag */
#define CFLAG_WERROR_TRIGRAPHS 1

/* Define to 1 if compiled with the `-Werror=unknown-warning-option' compiler
   flag */
#define CFLAG_WERROR_UNKNOWN_WARNING_OPTION 1

/* Define to 1 if compiled with the `-Werror=vla' compiler flag */
#define CFLAG_WERROR_VLA 1

/* Define to 1 if compiled with the `-Wlong-long' compiler flag */
#define CFLAG_WLONG_LONG 1

/* Define to 1 if compiled with the `-Wl,--gc-sections' compiler flag */
/* #undef CFLAG_WL_GC_SECTIONS */

/* Define to 1 if compiled with the `-Wpedantic-ms-format' compiler flag */
/* #undef CFLAG_WPEDANTIC_MS_FORMAT */

/* Define to 1 if compiled with the `-Wstringop-truncation' compiler flag */
/* #undef CFLAG_WSTRINGOP_TRUNCATION */

/* Define to 1 if you have the `access' function. */
#define HAVE_ACCESS 1

/* Define to 1 if you have the `canonicalize_file_name' function. */
/* #undef HAVE_CANONICALIZE_FILE_NAME */

/* Define to 1 if you have the `cpu_to_le16' intrinsic function. */
/* #undef HAVE_CPU_TO_LE16 */

/* Define to 1 if you have the `cpu_to_le32' intrinsic function. */
/* #undef HAVE_CPU_TO_LE32 */

/* Define to 1 if you have the `cpu_to_le64' intrinsic function. */
/* #undef HAVE_CPU_TO_LE64 */

/* Define to 1 if you have the declaration of `strcasecmp', and to 0 if you
   don't. */
#define HAVE_DECL_STRCASECMP 1

/* Define to 1 if you have the declaration of `stricmp', and to 0 if you
   don't. */
#define HAVE_DECL_STRICMP 0

/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
   don't. */
#define HAVE_DECL_STRLCPY 1

/* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
   don't. */
#define HAVE_DECL_STRNCASECMP 1

/* Define to 1 if you have the declaration of `strnicmp', and to 0 if you
   don't. */
#define HAVE_DECL_STRNICMP 0

/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
   don't. */
#define HAVE_DECL_STRNLEN 1

/* Define to 1 if you have the declaration of `strrchrnul', and to 0 if you
   don't. */
#define HAVE_DECL_STRRCHRNUL 0

/* Define to 1 if you have the declaration of `strsep', and to 0 if you don't.
   */
#define HAVE_DECL_STRSEP 1

/* Define to 1 if you have the <endian.h> header file. */
/* #undef HAVE_ENDIAN_H */

/* Define to 1 if you have the `faccessat' function. */
/* #undef HAVE_FACCESSAT */

/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1

/* Define to 1 if you have the `fileno' function. */
#define HAVE_FILENO 1

/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#define HAVE_FSEEKO 1

/* Define to 1 if you have the `fstat' function. */
#define HAVE_FSTAT 1

/* Define to 1 if you have the `ftruncate' function. */
#define HAVE_FTRUNCATE 1

/* Define to 1 if your compiler supports __attribute__((alloc_size)) on
   functions */
#define HAVE_FUNC_ATTRIBUTE_ALLOC_SIZE 1

/* Define to 1 if your compiler supports __attribute__((cold)) on functions */
#define HAVE_FUNC_ATTRIBUTE_COLD 1

/* Define to 1 if your compiler supports __attribute__((const)) on functions
   */
#define HAVE_FUNC_ATTRIBUTE_CONST 1

/* Define to 1 if your compiler supports __attribute__((error)) on functions
   */
/* #undef HAVE_FUNC_ATTRIBUTE_ERROR */

/* Define to 1 if your compiler supports __attribute__((format)) on functions
   */
#define HAVE_FUNC_ATTRIBUTE_FORMAT 1

/* Define to 1 if your compiler supports __attribute__((malloc)) on functions
   */
#define HAVE_FUNC_ATTRIBUTE_MALLOC 1

/* Define to 1 if your compiler supports __attribute__((noreturn)) on
   functions */
#define HAVE_FUNC_ATTRIBUTE_NORETURN 1

/* Define to 1 if your compiler supports __attribute__((pure)) on functions */
#define HAVE_FUNC_ATTRIBUTE_PURE 1

/* Define to 1 if your compiler supports __attribute__((returns_nonnull)) on
   functions */
#define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1

/* Define to 1 if your compiler supports __attribute__((sentinel)) on
   functions */
#define HAVE_FUNC_ATTRIBUTE_SENTINEL 1

/* Define to 1 if you have the `getgid' function. */
#define HAVE_GETGID 1

/* Define to 1 if you have the `getpagesize' function. */
#define HAVE_GETPAGESIZE 1

/* Define to 1 if you have the `getuid' function. */
#define HAVE_GETUID 1

/* Define to 1 if you have the `htole16' intrinsic function. */
/* #undef HAVE_HTOLE16 */

/* Define to 1 if you have the `htole32' intrinsic function. */
/* #undef HAVE_HTOLE32 */

/* Define to 1 if you have the `htole64' intrinsic function. */
/* #undef HAVE_HTOLE64 */

/* Define to 1 if you have the <intrin.h> header file. */
/* #undef HAVE_INTRIN_H */

/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1

/* Define to 1 if you have the <io.h> header file. */
/* #undef HAVE_IO_H */

/* Define to 1 if you have the <machine/endian.h> header file. */
#define HAVE_MACHINE_ENDIAN_H 1

/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1

/* Define to 1 if you have a working `mmap' system call. */
#define HAVE_MMAP 1

/* Define to 1 if you have the `pathconf' function. */
#define HAVE_PATHCONF 1

/* Define to 1 if you have the `realpath' function. */
#define HAVE_REALPATH 1

/* Define to 1 if you have the `snprintf' function. */
#define HAVE_SNPRINTF 1

/* Define to 1 if you have the `stat' function. */
#define HAVE_STAT 1

/* Define to 1 if stdbool.h conforms to C99. */
#define HAVE_STDBOOL_H 1

/* Define to 1 if your compiler supports C99 extern inline */
#define HAVE_STDC_INLINE 1

/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1

/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

/* Define to 1 if you have the <stdnoreturn.h> header file. */
#define HAVE_STDNORETURN_H 1

/* Define to 1 if you have the `strcasecmp' function. */
#define HAVE_STRCASECMP 1

/* Define to 1 if you have the `stricmp' function. */
/* #undef HAVE_STRICMP */

/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1

/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1

/* Define to 1 if you have the `strlcpy' function. */
#define HAVE_STRLCPY 1

/* Define to 1 if you have the `strncasecmp' function. */
#define HAVE_STRNCASECMP 1

/* Define to 1 if you have the `strnicmp' function. */
/* #undef HAVE_STRNICMP */

/* Define to 1 if you have the `strnlen' function. */
#define HAVE_STRNLEN 1

/* Define to 1 if you have the `strrchrnul' function. */
/* #undef HAVE_STRRCHRNUL */

/* Define to 1 if you have the `strsep' function. */
#define HAVE_STRSEP 1

/* Define to 1 if the system has the type `struct stat'. */
#define HAVE_STRUCT_STAT 1

/* Define to 1 if the system has the type `struct _stati64'. */
/* #undef HAVE_STRUCT__STATI64 */

/* Define to 1 if you have the `sysconf' function. */
#define HAVE_SYSCONF 1

/* Define to 1 if you have the <sys/endian.h> header file. */
/* #undef HAVE_SYS_ENDIAN_H */

/* Define to 1 if you have the <sys/mman.h> header file. */
#define HAVE_SYS_MMAN_H 1

/* Define to 1 if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1

/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1

/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1

/* Define to 1 if the system has the type `uintptr_t'. */
#define HAVE_UINTPTR_T 1

/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* Define to 1 if you have the `vsnprintf' function. */
#define HAVE_VSNPRINTF 1

/* Define to 1 if you have the `_access' function. */
/* #undef HAVE__ACCESS */

/* Define to 1 if you have the `_BitScanReverse' intrinsic function. */
/* #undef HAVE__BITSCANREVERSE */

/* Define to 1 if you have the `_BitScanReverse64' intrinsic function. */
/* #undef HAVE__BITSCANREVERSE64 */

/* Define to 1 if the system has the type `_Bool'. */
#define HAVE__BOOL 1

/* Define to 1 if you have the `_byteswap_uint64' intrinsic function. */
/* #undef HAVE__BYTESWAP_UINT64 */

/* Define to 1 if you have the `_byteswap_ulong' intrinsic function. */
/* #undef HAVE__BYTESWAP_ULONG */

/* Define to 1 if you have the `_byteswap_ushort' intrinsic function. */
/* #undef HAVE__BYTESWAP_USHORT */

/* Define to 1 if you have the `_chsize' function. */
/* #undef HAVE__CHSIZE */

/* Define to 1 if you have the `_chsize_s' function. */
/* #undef HAVE__CHSIZE_S */

/* Define to 1 if you have the `_filelengthi64' function. */
/* #undef HAVE__FILELENGTHI64 */

/* Define to 1 if you have the `_fileno' function. */
/* #undef HAVE__FILENO */

/* Define to 1 if you have the `_fseeki64' function. */
/* #undef HAVE__FSEEKI64 */

/* Define to 1 if you have the `_fstati64' function. */
/* #undef HAVE__FSTATI64 */

/* Define to 1 if you have the `_fullpath' function. */
/* #undef HAVE__FULLPATH */

/* Define to 1 if you have the `_snprintf' function. */
/* #undef HAVE__SNPRINTF */

/* Define to 1 if you have the `_stati64' function. */
/* #undef HAVE__STATI64 */

/* Define to 1 if you have the `_vsnprintf' function. */
/* #undef HAVE__VSNPRINTF */

/* Define to 1 if you have the `__bswap_16' intrinsic function. */
/* #undef HAVE___BSWAP_16 */

/* Define to 1 if you have the `__bswap_32' intrinsic function. */
/* #undef HAVE___BSWAP_32 */

/* Define to 1 if you have the `__bswap_64' intrinsic function. */
/* #undef HAVE___BSWAP_64 */

/* Define to 1 if you have the `__builtin_bswap16' intrinsic function. */
#define HAVE___BUILTIN_BSWAP16 1

/* Define to 1 if you have the `__builtin_bswap32' intrinsic function. */
#define HAVE___BUILTIN_BSWAP32 1

/* Define to 1 if you have the `__builtin_bswap64' intrinsic function. */
#define HAVE___BUILTIN_BSWAP64 1

/* Define to 1 if you have the `__builtin_clz' intrinsic function. */
#define HAVE___BUILTIN_CLZ 1

/* Define to 1 if you have the `__builtin_clzl' intrinsic function. */
#define HAVE___BUILTIN_CLZL 1

/* Define to 1 if you have the `__builtin_clzll' intrinsic function. */
#define HAVE___BUILTIN_CLZLL 1

/* Define to 1 if you have the `__builtin_constant_p' intrinsic function. */
#define HAVE___BUILTIN_CONSTANT_P 1

/* Define to 1 if you have the `__builtin_expect' intrinsic function. */
#define HAVE___BUILTIN_EXPECT 1

/* Define to 1 if you have the `__cpu_to_le16' intrinsic function. */
/* #undef HAVE___CPU_TO_LE16 */

/* Define to 1 if you have the `__cpu_to_le32' intrinsic function. */
/* #undef HAVE___CPU_TO_LE32 */

/* Define to 1 if you have the `__cpu_to_le64' intrinsic function. */
/* #undef HAVE___CPU_TO_LE64 */

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""

/* Define to the full name of this package. */
#define PACKAGE_NAME ""

/* Define to the full name and version of this package. */
#define PACKAGE_STRING ""

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME ""

/* Define to the home page for this package. */
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION ""

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Enable extensions on AIX 3, Interix.  */
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#endif
/* Enable GNU extensions on systems that have them.  */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif
/* Enable threading extensions on Solaris.  */
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#endif
/* Enable extensions on HP NonStop.  */
#ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE 1
#endif
/* Enable general extensions on Solaris.  */
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif


/* Define to 1 if your processor stores words with the most significant byte
   first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */

/* Define to 1 if your processor stores words with the least significant byte
   first (like Intel and VAX, unlike Motorola and SPARC). */
#define WORDS_LITTLEENDIAN 1

/* Enable large inode numbers on Mac OS X 10.5.  */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif

/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */

/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
/* #undef _LARGEFILE_SOURCE */

/* Define for large files, on AIX-style hosts. */
/* #undef _LARGE_FILES */

/* Define to 1 if on MINIX. */
/* #undef _MINIX */

/* Define to 2 if the system does not provide POSIX.1 features except with
   this defined. */
/* #undef _POSIX_1_SOURCE */

/* Define to 1 if you need to in order for `stat' and other things to work. */
/* #undef _POSIX_SOURCE */

/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */

/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
/* #undef inline */
#endif

/* Define to the equivalent of the C99 'restrict' keyword, or to
   nothing if this is not supported.  Do not define if restrict is
   supported directly.  */
#define restrict __restrict
/* Work around a bug in Sun C++: it does not support _Restrict or
   __restrict__, even though the corresponding Sun C compiler ends up with
   "#define restrict _Restrict" or "#define restrict __restrict__" in the
   previous line.  Perhaps some future version of Sun C++ will work with
   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
#if defined __SUNPRO_CC && !defined __RESTRICT
# define _Restrict
# define __restrict__
#endif

/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */

/* Define to the type of an unsigned integer type wide enough to hold a
   pointer, if such a type exists, and if the system does not define it. */
/* #undef uintptr_t */