1/* 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 one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
7   systems. This function is required for `alloca.c' support on those systems.
8   */
9#undef CRAY_STACKSEG_END
10
11/* Define to 1 if using `alloca.c'. */
12#undef C_ALLOCA
13
14/* Define to 1 if you have `alloca', as a function or macro. */
15#undef HAVE_ALLOCA
16
17/* Define to 1 if you have the <alloca.h> header file. */
18#undef HAVE_ALLOCA_H
19
20/* Define to 1 if you have the <arpa/inet.h> header file. */
21#undef HAVE_ARPA_INET_H
22
23/* Define to 1 if you have the <ctype.h> header file. */
24#undef HAVE_CTYPE_H
25
26/* Define to 1 if you have the <dlfcn.h> header file. */
27#undef HAVE_DLFCN_H
28
29/* Define to 1 if you have the <endian.h> header file. */
30#undef HAVE_ENDIAN_H
31
32/* Define to 1 if you have the <errno.h> header file. */
33#undef HAVE_ERRNO_H
34
35/* Define to 1 if you have the <fcntl.h> header file. */
36#undef HAVE_FCNTL_H
37
38/* Define to 1 if you have the `getopt_long' function. */
39#undef HAVE_GETOPT_LONG
40
41/* Define to 1 if you have the <inttypes.h> header file. */
42#undef HAVE_INTTYPES_H
43
44/* */
45#undef HAVE_LARGE_FILES
46
47/* Define to 1 if you have the `bz2' library (-lbz2). */
48#undef HAVE_LIBBZ2
49
50/* Define to 1 if you have the `lzo2' library (-llzo2). */
51#undef HAVE_LIBLZO2
52
53/* Define to 1 if you have the `m' library (-lm). */
54#undef HAVE_LIBM
55
56/* Define to 1 if you have the `pthread' library (-lpthread). */
57#undef HAVE_LIBPTHREAD
58
59/* Define to 1 if you have the `z' library (-lz). */
60#undef HAVE_LIBZ
61
62/* Define to 1 if you have the <memory.h> header file. */
63#undef HAVE_MEMORY_H
64
65/* Define to 1 if you have the `mmap' function. */
66#undef HAVE_MMAP
67
68/* Define to 1 if you have the <pthread.h> header file. */
69#undef HAVE_PTHREAD_H
70
71/* Define to 1 if you have the <stdint.h> header file. */
72#undef HAVE_STDINT_H
73
74/* Define to 1 if you have the <stdlib.h> header file. */
75#undef HAVE_STDLIB_H
76
77/* Define to 1 if you have the `strerror' function. */
78#undef HAVE_STRERROR
79
80/* Define to 1 if you have the <strings.h> header file. */
81#undef HAVE_STRINGS_H
82
83/* Define to 1 if you have the <string.h> header file. */
84#undef HAVE_STRING_H
85
86/* Define to 1 if you have the <sys/endian.h> header file. */
87#undef HAVE_SYS_ENDIAN_H
88
89/* Define to 1 if you have the <sys/mman.h> header file. */
90#undef HAVE_SYS_MMAN_H
91
92/* Define to 1 if you have the <sys/resource.h> header file. */
93#undef HAVE_SYS_RESOURCE_H
94
95/* Define to 1 if you have the <sys/stat.h> header file. */
96#undef HAVE_SYS_STAT_H
97
98/* Define to 1 if you have the <sys/time.h> header file. */
99#undef HAVE_SYS_TIME_H
100
101/* Define to 1 if you have the <sys/types.h> header file. */
102#undef HAVE_SYS_TYPES_H
103
104/* Define to 1 if you have the <unistd.h> header file. */
105#undef HAVE_UNISTD_H
106
107/* Define to 1 if your compiler has __attribute__ */
108#undef HAVE___ATTRIBUTE__
109
110/* Major version */
111#undef LRZIP_MAJOR_VERSION
112
113/* Micro version */
114#undef LRZIP_MINOR_SUBVERSION
115
116/* Minor version */
117#undef LRZIP_MINOR_VERSION
118
119/* Define to the sub-directory where libtool stores uninstalled libraries. */
120#undef LT_OBJDIR
121
122/* Name of package */
123#undef PACKAGE
124
125/* Define to the address where bug reports for this package should be sent. */
126#undef PACKAGE_BUGREPORT
127
128/* Define to the full name of this package. */
129#undef PACKAGE_NAME
130
131/* Define to the full name and version of this package. */
132#undef PACKAGE_STRING
133
134/* Define to the one symbol short name of this package. */
135#undef PACKAGE_TARNAME
136
137/* Define to the home page for this package. */
138#undef PACKAGE_URL
139
140/* Define to the version of this package. */
141#undef PACKAGE_VERSION
142
143/* The size of `int', as computed by sizeof. */
144#undef SIZEOF_INT
145
146/* The size of `long', as computed by sizeof. */
147#undef SIZEOF_LONG
148
149/* The size of `short', as computed by sizeof. */
150#undef SIZEOF_SHORT
151
152/* If using the C implementation of alloca, define if you know the
153   direction of stack growth for your system; otherwise it will be
154   automatically deduced at runtime.
155	STACK_DIRECTION > 0 => grows toward higher addresses
156	STACK_DIRECTION < 0 => grows toward lower addresses
157	STACK_DIRECTION = 0 => direction of growth unknown */
158#undef STACK_DIRECTION
159
160/* Define to 1 if you have the ANSI C header files. */
161#undef STDC_HEADERS
162
163/* Enable extensions on AIX 3, Interix.  */
164#ifndef _ALL_SOURCE
165# undef _ALL_SOURCE
166#endif
167/* Enable GNU extensions on systems that have them.  */
168#ifndef _GNU_SOURCE
169# undef _GNU_SOURCE
170#endif
171/* Enable threading extensions on Solaris.  */
172#ifndef _POSIX_PTHREAD_SEMANTICS
173# undef _POSIX_PTHREAD_SEMANTICS
174#endif
175/* Enable extensions on HP NonStop.  */
176#ifndef _TANDEM_SOURCE
177# undef _TANDEM_SOURCE
178#endif
179/* Enable general extensions on Solaris.  */
180#ifndef __EXTENSIONS__
181# undef __EXTENSIONS__
182#endif
183
184
185/* Version number of package */
186#undef VERSION
187
188/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
189   significant byte first (like Motorola and SPARC, unlike Intel). */
190#if defined AC_APPLE_UNIVERSAL_BUILD
191# if defined __BIG_ENDIAN__
192#  define WORDS_BIGENDIAN 1
193# endif
194#else
195# ifndef WORDS_BIGENDIAN
196#  undef WORDS_BIGENDIAN
197# endif
198#endif
199
200/* Enable large inode numbers on Mac OS X 10.5.  */
201#ifndef _DARWIN_USE_64_BIT_INODE
202# define _DARWIN_USE_64_BIT_INODE 1
203#endif
204
205/* Number of bits in a file offset, on hosts where this is settable. */
206#undef _FILE_OFFSET_BITS
207
208/* Define for large files, on AIX-style hosts. */
209#undef _LARGE_FILES
210
211/* Define to 1 if on MINIX. */
212#undef _MINIX
213
214/* Define to 2 if the system does not provide POSIX.1 features except with
215   this defined. */
216#undef _POSIX_1_SOURCE
217
218/* Define to 1 if you need to in order for `stat' and other things to work. */
219#undef _POSIX_SOURCE
220
221/* Macro declaring a function argument to be unused */
222#undef __UNUSED__
223
224/* Define to `__inline__' or `__inline' if that's what the C compiler
225   calls it, or to nothing if 'inline' is not supported under any name.  */
226#ifndef __cplusplus
227#undef inline
228#endif
229
230/* Define to `long int' if <sys/types.h> does not define. */
231#undef off_t
232
233/* Define to `unsigned int' if <sys/types.h> does not define. */
234#undef size_t
235