ranlib: fix it
[odcctools-svp.git] / include / config.h.in
blob68c83d72f81cd530caa84fd8b21ff1647943ff34
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 */
7 #undef CROSS_SYSROOT
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
16 don't. */
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)
22 #endif
24 /* Define to 1 if you have the <errno.h> header file. */
25 #undef HAVE_ERRNO_H
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. */
34 #undef HAVE_LIMITS_H
36 /* Define to 1 if you have the `NSIsSymbolNameDefined' function. */
37 #undef HAVE_NSISSYMBOLNAMEDEFINED
39 /* Have Objective-C support */
40 #undef HAVE_OBJC
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. */
46 #undef HAVE_QSORT
48 /* Define to 1 if you have the `qsort_r' function. */
49 #undef HAVE_QSORT_R
51 /* Define to 1 if you have the <stdint.h> header file. */
52 #undef HAVE_STDINT_H
54 /* Define to 1 if you have the <stdio.h> header file. */
55 #undef HAVE_STDIO_H
57 /* Define to 1 if you have the <stdlib.h> header file. */
58 #undef HAVE_STDLIB_H
60 /* Define to 1 if you have the <strings.h> header file. */
61 #undef HAVE_STRINGS_H
63 /* Define to 1 if you have the <string.h> header file. */
64 #undef HAVE_STRING_H
66 /* Define to 1 if you have the `strmode' function. */
67 #undef HAVE_STRMODE
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. */
76 #undef HAVE_UNISTD_H
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. */
82 #undef PACKAGE_NAME
84 /* Define to the full name and version of this package. */
85 #undef PACKAGE_STRING
87 /* Define to the one symbol short name of this package. */
88 #undef PACKAGE_TARNAME
90 /* Define to the home page for this package. */
91 #undef PACKAGE_URL
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. */
99 #undef STDC_HEADERS
101 /* max unsigned long long */
102 #undef ULLONG_MAX
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
109 # endif
110 #else
111 # ifndef WORDS_BIGENDIAN
112 # undef WORDS_BIGENDIAN
113 # endif
114 #endif