blob: 925807d79cdefc38873f8306bd5564aa5f486840 [file] [log] [blame]
Yavor Goulishev3aa430d2011-05-23 11:54:45 -07001/* config.h.in. Generated from configure.ac by autoheader. */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Define to 1 if you have the <arpa/inet.h> header file. */
7#undef HAVE_ARPA_INET_H
8
9/* Define to 1 if you have the `basename' function. */
10#undef HAVE_BASENAME
11
12/* Define to 1 if you have the <byteswap.h> header file. */
13#undef HAVE_BYTESWAP_H
14
15/* Define to 1 if you have the <ctype.h> header file. */
16#undef HAVE_CTYPE_H
17
18/* Define to 1 if you have the <dlfcn.h> header file. */
19#undef HAVE_DLFCN_H
20
21/* Define to 1 if you have the <errno.h> header file. */
22#undef HAVE_ERRNO_H
23
24/* Define to 1 if you have the <fcntl.h> header file. */
25#undef HAVE_FCNTL_H
26
27/* Define to 1 if you have the <getopt.h> header file. */
28#undef HAVE_GETOPT_H
29
30/* Define if you have the iconv() function and it works. */
31#undef HAVE_ICONV
32
33/* Define to 1 if you have the <iconv.h> header file. */
34#undef HAVE_ICONV_H
35
36/* Define to 1 if you have the <inttypes.h> header file. */
37#undef HAVE_INTTYPES_H
38
39/* Define to 1 if you have the <langinfo.h> header file. */
40#undef HAVE_LANGINFO_H
41
42/* Define to 1 if you have the <libgen.h> header file. */
43#undef HAVE_LIBGEN_H
44
45/* Define to 1 if you have the `usb' library (-lusb). */
46#undef HAVE_LIBUSB
47
48/* Define to 1 if you have the <limits.h> header file. */
49#undef HAVE_LIMITS_H
50
51/* Define to 1 if you have the <locale.h> header file. */
52#undef HAVE_LOCALE_H
53
54/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
55 to 0 otherwise. */
56#undef HAVE_MALLOC
57
58/* Define to 1 if you have the <memory.h> header file. */
59#undef HAVE_MEMORY_H
60
61/* Define to 1 if you have the `memset' function. */
62#undef HAVE_MEMSET
63
64/* Define to 1 if you have the `mkstemp' function. */
65#undef HAVE_MKSTEMP
66
67/* Define to 1 if you have the `select' function. */
68#undef HAVE_SELECT
69
70/* Define to 1 if `stat' has the bug that it succeeds when given the
71 zero-length file name argument. */
72#undef HAVE_STAT_EMPTY_STRING_BUG
73
74/* Define to 1 if you have the <stdint.h> header file. */
75#undef HAVE_STDINT_H
76
77/* Define to 1 if you have the <stdio.h> header file. */
78#undef HAVE_STDIO_H
79
80/* Define to 1 if you have the <stdlib.h> header file. */
81#undef HAVE_STDLIB_H
82
83/* Define to 1 if you have the `strdup' function. */
84#undef HAVE_STRDUP
85
86/* Define to 1 if you have the `strerror' function. */
87#undef HAVE_STRERROR
88
89/* Define to 1 if you have the <strings.h> header file. */
90#undef HAVE_STRINGS_H
91
92/* Define to 1 if you have the <string.h> header file. */
93#undef HAVE_STRING_H
94
95/* Define to 1 if you have the `strrchr' function. */
96#undef HAVE_STRRCHR
97
98/* Define to 1 if you have the `strtoul' function. */
99#undef HAVE_STRTOUL
100
101/* Define to 1 if `st_blksize' is member of `struct stat'. */
102#undef HAVE_STRUCT_STAT_ST_BLKSIZE
103
104/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
105 `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
106#undef HAVE_ST_BLKSIZE
107
108/* Define to 1 if you have the <sys/stat.h> header file. */
109#undef HAVE_SYS_STAT_H
110
111/* Define to 1 if you have the <sys/time.h> header file. */
112#undef HAVE_SYS_TIME_H
113
114/* Define to 1 if you have the <sys/types.h> header file. */
115#undef HAVE_SYS_TYPES_H
116
117/* Define to 1 if you have the <sys/uio.h> header file. */
118#undef HAVE_SYS_UIO_H
119
120/* Define to 1 if you have the <unistd.h> header file. */
121#undef HAVE_UNISTD_H
122
123/* Define to 1 if you have the `usleep' function. */
124#undef HAVE_USLEEP
125
126/* Define as const if the declaration of iconv() needs const. */
127#undef ICONV_CONST
128
129/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
130 slash. */
131#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
132
133/* Define to the sub-directory in which libtool stores uninstalled libraries.
134 */
135#undef LT_OBJDIR
136
137/* Name of package */
138#undef PACKAGE
139
140/* Define to the address where bug reports for this package should be sent. */
141#undef PACKAGE_BUGREPORT
142
143/* Define to the full name of this package. */
144#undef PACKAGE_NAME
145
146/* Define to the full name and version of this package. */
147#undef PACKAGE_STRING
148
149/* Define to the one symbol short name of this package. */
150#undef PACKAGE_TARNAME
151
152/* Define to the version of this package. */
153#undef PACKAGE_VERSION
154
155/* Define as the return type of signal handlers (`int' or `void'). */
156#undef RETSIGTYPE
157
158/* Define to 1 if you have the ANSI C header files. */
159#undef STDC_HEADERS
160
161/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
162#undef TIME_WITH_SYS_TIME
163
164/* Version number of package */
165#undef VERSION
166
167/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
168 significant byte first (like Motorola and SPARC, unlike Intel). */
169#if defined AC_APPLE_UNIVERSAL_BUILD
170# if defined __BIG_ENDIAN__
171# define WORDS_BIGENDIAN 1
172# endif
173#else
174# ifndef WORDS_BIGENDIAN
175# undef WORDS_BIGENDIAN
176# endif
177#endif
178
179/* Number of bits in a file offset, on hosts where this is settable. */
180#undef _FILE_OFFSET_BITS
181
182/* Define for large files, on AIX-style hosts. */
183#undef _LARGE_FILES
184
185/* Define to empty if `const' does not conform to ANSI C. */
186#undef const
187
188/* Define to rpl_malloc if the replacement function should be used. */
189#undef malloc
190
191/* Define to `long int' if <sys/types.h> does not define. */
192#undef off_t
193
194/* Define to `unsigned int' if <sys/types.h> does not define. */
195#undef size_t