source: trunk/essentials/app-arch/gzip/lib/config.hin

Last change on this file was 3325, checked in by bird, 18 years ago

gzip 1.3.11

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