]> git.cworth.org Git - gzip/blob - lib/config.hin
Avoid creating an undersized buffer for the hufts table.
[gzip] / lib / config.hin
1 /* lib/config.hin.  Generated from configure.ac by autoheader.  */
2
3 /* Define this to an absolute name of <fcntl.h>. */
4 #undef ABSOLUTE_FCNTL_H
5
6 /* Define this to an absolute name of <stdlib.h>. */
7 #undef ABSOLUTE_STDLIB_H
8
9 /* Define this to an absolute name of <sys/stat.h>. */
10 #undef ABSOLUTE_SYS_STAT_H
11
12 /* Define this to an absolute name of <sys/time.h>. */
13 #undef ABSOLUTE_SYS_TIME_H
14
15 /* Define this to an absolute name of <time.h>. */
16 #undef ABSOLUTE_TIME_H
17
18 /* Define this to an absolute name of <unistd.h>. */
19 #undef ABSOLUTE_UNISTD_H
20
21 /* Define if an assembler version of longest_match is available. */
22 #undef ASMV
23
24 /* Define to 1 when using the gnulib module fcntl-safer. */
25 #undef GNULIB_FCNTL_SAFER
26
27 /* Define to 1 if you have the `chown' function. */
28 #undef HAVE_CHOWN
29
30 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
31    */
32 #undef HAVE_DECL_GETENV
33
34 /* Define to 1 if you have the declaration of `mkdir', and to 0 if you don't.
35    */
36 #undef HAVE_DECL_MKDIR
37
38 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
39    don't. */
40 #undef HAVE_DECL_STRERROR_R
41
42 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
43    */
44 #undef HAVE_DIRENT_H
45
46 /* Define to 1 if you have the `fchmod' function. */
47 #undef HAVE_FCHMOD
48
49 /* Define to 1 if you have the `fchown' function. */
50 #undef HAVE_FCHOWN
51
52 /* Define to 1 if you have the <fcntl.h> header file. */
53 #undef HAVE_FCNTL_H
54
55 /* Define to 1 if you have the `fdopendir' function. */
56 #undef HAVE_FDOPENDIR
57
58 /* Define to 1 if you have the `futimes' function. */
59 #undef HAVE_FUTIMES
60
61 /* Define to 1 if you have the `futimesat' function. */
62 #undef HAVE_FUTIMESAT
63
64 /* Define to 1 if you have the <getopt.h> header file. */
65 #undef HAVE_GETOPT_H
66
67 /* Define to 1 if you have the `getopt_long_only' function. */
68 #undef HAVE_GETOPT_LONG_ONLY
69
70 /* Define to 1 if the compiler supports one of the keywords 'inline',
71    '__inline__', '__inline' and effectively inlines functions marked as such.
72    */
73 #undef HAVE_INLINE
74
75 /* Define to 1 if you have the <inttypes.h> header file. */
76 #undef HAVE_INTTYPES_H
77
78 /* Define to 1 if you have the <io.h> header file. */
79 #undef HAVE_IO_H
80
81 /* Define to 1 if you have the <limits.h> header file. */
82 #undef HAVE_LIMITS_H
83
84 /* Define to 1 if you have the `lstat' function. */
85 #undef HAVE_LSTAT
86
87 /* Define to 1 if you have the <memory.h> header file. */
88 #undef HAVE_MEMORY_H
89
90 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
91 #undef HAVE_NDIR_H
92
93 /* Define to 1 if you have the `pipe' function. */
94 #undef HAVE_PIPE
95
96 /* Define to 1 if you have the `siginterrupt' function. */
97 #undef HAVE_SIGINTERRUPT
98
99 /* Define to 1 if stdbool.h conforms to C99. */
100 #undef HAVE_STDBOOL_H
101
102 /* Define to 1 if you have the <stdint.h> header file. */
103 #undef HAVE_STDINT_H
104
105 /* Define to 1 if you have the <stdlib.h> header file. */
106 #undef HAVE_STDLIB_H
107
108 /* Define to 1 if you have the `strerror_r' function. */
109 #undef HAVE_STRERROR_R
110
111 /* Define to 1 if you have the <strings.h> header file. */
112 #undef HAVE_STRINGS_H
113
114 /* Define to 1 if you have the <string.h> header file. */
115 #undef HAVE_STRING_H
116
117 /* Define to 1 if `st_atimensec' is member of `struct stat'. */
118 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
119
120 /* Define to 1 if `st_atimespec.tv_nsec' is member of `struct stat'. */
121 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
122
123 /* Define to 1 if `st_atim.st__tim.tv_nsec' is member of `struct stat'. */
124 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
125
126 /* Define to 1 if `st_atim.tv_nsec' is member of `struct stat'. */
127 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
128
129 /* Define to 1 if `st_birthtimensec' is member of `struct stat'. */
130 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
131
132 /* Define to 1 if `st_birthtimespec.tv_nsec' is member of `struct stat'. */
133 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
134
135 /* Define to 1 if `st_birthtim.tv_nsec' is member of `struct stat'. */
136 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
137
138 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
139    have utime.h but don't declare the struct anywhere. */
140 #undef HAVE_STRUCT_UTIMBUF
141
142 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
143    */
144 #undef HAVE_SYS_DIR_H
145
146 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
147    */
148 #undef HAVE_SYS_NDIR_H
149
150 /* Define to 1 if you have the <sys/stat.h> header file. */
151 #undef HAVE_SYS_STAT_H
152
153 /* Define to 1 if you have the <sys/time.h> header file. */
154 #undef HAVE_SYS_TIME_H
155
156 /* Define to 1 if you have the <sys/types.h> header file. */
157 #undef HAVE_SYS_TYPES_H
158
159 /* Define to 1 if you have the <time.h> header file. */
160 #undef HAVE_TIME_H
161
162 /* Define to 1 if you have the <unistd.h> header file. */
163 #undef HAVE_UNISTD_H
164
165 /* Define to 1 if you have the <utime.h> header file. */
166 #undef HAVE_UTIME_H
167
168 /* Define to 1 if O_NOATIME works. */
169 #undef HAVE_WORKING_O_NOATIME
170
171 /* Define to 1 if O_NOFOLLOW works. */
172 #undef HAVE_WORKING_O_NOFOLLOW
173
174 /* Define if utimes works properly. */
175 #undef HAVE_WORKING_UTIMES
176
177 /* Define to 1 if the system has the type `_Bool'. */
178 #undef HAVE__BOOL
179
180 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
181 #undef NO_MINUS_C_MINUS_O
182
183 /* Name of package */
184 #undef PACKAGE
185
186 /* Define to the address where bug reports for this package should be sent. */
187 #undef PACKAGE_BUGREPORT
188
189 /* Define to the full name of this package. */
190 #undef PACKAGE_NAME
191
192 /* Define to the full name and version of this package. */
193 #undef PACKAGE_STRING
194
195 /* Define to the one symbol short name of this package. */
196 #undef PACKAGE_TARNAME
197
198 /* Define to the version of this package. */
199 #undef PACKAGE_VERSION
200
201 /* Define as the return type of signal handlers (`int' or `void'). */
202 #undef RETSIGTYPE
203
204 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
205 #undef STAT_MACROS_BROKEN
206
207 /* Define to 1 if you have the ANSI C header files. */
208 #undef STDC_HEADERS
209
210 /* Define to 1 if strerror_r returns char *. */
211 #undef STRERROR_R_CHAR_P
212
213 /* Define to 1 if the type of the st_atim member of a struct stat is struct
214    timespec. */
215 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
216
217 /* Version number of package */
218 #undef VERSION
219
220 /* Define to 1 if on AIX 3.
221    System headers sometimes define this.
222    We just want to avoid a redefinition error message.  */
223 #ifndef _ALL_SOURCE
224 # undef _ALL_SOURCE
225 #endif
226
227 /* Number of bits in a file offset, on hosts where this is settable. */
228 #undef _FILE_OFFSET_BITS
229
230 /* Enable GNU extensions on systems that have them.  */
231 #ifndef _GNU_SOURCE
232 # undef _GNU_SOURCE
233 #endif
234
235 /* Define for large files, on AIX-style hosts. */
236 #undef _LARGE_FILES
237
238 /* Define to 1 if on MINIX. */
239 #undef _MINIX
240
241 /* Define to 2 if the system does not provide POSIX.1 features except with
242    this defined. */
243 #undef _POSIX_1_SOURCE
244
245 /* Define to 1 if you need to in order for `stat' and other things to work. */
246 #undef _POSIX_SOURCE
247
248 /* Enable extensions on Solaris.  */
249 #ifndef __EXTENSIONS__
250 # undef __EXTENSIONS__
251 #endif
252 #ifndef _POSIX_PTHREAD_SEMANTICS
253 # undef _POSIX_PTHREAD_SEMANTICS
254 #endif
255 #ifndef _TANDEM_SOURCE
256 # undef _TANDEM_SOURCE
257 #endif
258
259 /* Define to rpl_ if the getopt replacement functions and variables should be
260    used. */
261 #undef __GETOPT_PREFIX
262
263 /* Define to empty if `const' does not conform to ANSI C. */
264 #undef const
265
266 /* Define to `__inline__' or `__inline' if that's what the C compiler
267    calls it, or to nothing if 'inline' is not supported under any name.  */
268 #ifndef __cplusplus
269 #undef inline
270 #endif
271
272 /* Define to `long int' if <sys/types.h> does not define. */
273 #undef off_t
274
275 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
276    supported. Do not define if restrict is supported directly. */
277 #undef restrict
278
279 /* Define to `unsigned int' if <sys/types.h> does not define. */
280 #undef size_t