1 /* include/config.h.in. Generated from configure.ac by autoheader. */
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
6 /* filesystem root of cross build environment */
9 /* Emulated CPU subtype */
10 #undef EMULATED_HOST_CPU_SUBTYPE
12 /* Emulated CPU type */
13 #undef EMULATED_HOST_CPU_TYPE
15 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
17 #undef HAVE_DECL_GETC_UNLOCKED
19 /* For systems that don't have getc_unlocked, use getc */
20 #if !HAVE_DECL_GETC_UNLOCKED
21 # define getc_unlocked(a) getc(a)
24 /* Define to 1 if you have the <errno.h> header file. */
27 /* Define to 1 if you have the `getattrlist' function. */
28 #undef HAVE_GETATTRLIST
30 /* Define to 1 if you have the <inttypes.h> header file. */
31 #undef HAVE_INTTYPES_H
33 /* Define to 1 if you have the <limits.h> header file. */
36 /* Define to 1 if you have the `NSIsSymbolNameDefined' function. */
37 #undef HAVE_NSISSYMBOLNAMEDEFINED
39 /* Have Objective-C support */
42 /* Define to 1 if you have the <objc/objc-runtime.h> header file. */
43 #undef HAVE_OBJC_OBJC_RUNTIME_H
45 /* Define to 1 if you have the `qsort' function. */
48 /* Define to 1 if you have the `qsort_r' function. */
51 /* Define to 1 if you have the <stdint.h> header file. */
54 /* Define to 1 if you have the <stdio.h> header file. */
57 /* Define to 1 if you have the <stdlib.h> header file. */
60 /* Define to 1 if you have the <strings.h> header file. */
63 /* Define to 1 if you have the <string.h> header file. */
66 /* Define to 1 if you have the `strmode' function. */
69 /* Define to 1 if you have the <sys/stat.h> header file. */
70 #undef HAVE_SYS_STAT_H
72 /* Define to 1 if you have the <sys/types.h> header file. */
73 #undef HAVE_SYS_TYPES_H
75 /* Define to 1 if you have the <unistd.h> header file. */
78 /* Define to the address where bug reports for this package should be sent. */
79 #undef PACKAGE_BUGREPORT
81 /* Define to the full name of this package. */
84 /* Define to the full name and version of this package. */
87 /* Define to the one symbol short name of this package. */
88 #undef PACKAGE_TARNAME
90 /* Define to the home page for this package. */
93 /* Define to the version of this package. */
94 #undef PACKAGE_VERSION
96 /* Define to 1 if all of the C90 standard headers exist (not just the ones
97 required in a freestanding environment). This macro is provided for
98 backward compatibility; new code need not use it. */
101 /* max unsigned long long */
104 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
105 significant byte first (like Motorola and SPARC, unlike Intel). */
106 #if defined AC_APPLE_UNIVERSAL_BUILD
107 # if defined __BIG_ENDIAN__
108 # define WORDS_BIGENDIAN 1
111 # ifndef WORDS_BIGENDIAN
112 # undef WORDS_BIGENDIAN