ranlib: fix it
[odcctools-svp.git] / include / config.h.in~
blob1b173bce9aa66757bb2719215961f3ee8a9515f4
1 /* include/config.h.in.  Generated from configure.ac by autoheader.  */
3 /* filesystem root of cross build environment */
4 #undef CROSS_SYSROOT
6 /* Emulated CPU subtype */
7 #undef EMULATED_HOST_CPU_SUBTYPE
9 /* Emulated CPU type */
10 #undef EMULATED_HOST_CPU_TYPE
12 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
13    don't. */
14 #undef HAVE_DECL_GETC_UNLOCKED
16 /* For systems that don't have getc_unlocked, use getc  */
17 #if !HAVE_DECL_GETC_UNLOCKED
18 # define getc_unlocked(a) getc(a)
19 #endif
21 /* Define to 1 if you have the <errno.h> header file. */
22 #undef HAVE_ERRNO_H
24 /* Define to 1 if you have the `getattrlist' function. */
25 #undef HAVE_GETATTRLIST
27 /* Define to 1 if you have the <inttypes.h> header file. */
28 #undef HAVE_INTTYPES_H
30 /* Define to 1 if you have the <limits.h> header file. */
31 #undef HAVE_LIMITS_H
33 /* Define to 1 if you have the <memory.h> header file. */
34 #undef HAVE_MEMORY_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 version of this package. */
91 #undef PACKAGE_VERSION
93 /* Define to 1 if you have the ANSI C header files. */
94 #undef STDC_HEADERS
96 /* max unsigned long long */
97 #undef ULLONG_MAX