]> git.cworth.org Git - gzip/blob - config.h.in
Imported Upstream version 1.3.2
[gzip] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define if an assembler version of longest_match is available. */
4 #undef ASMV
5
6 /* Define if you have the <dirent.h> header file, and it defines `DIR'. */
7 #undef HAVE_DIRENT_H
8
9 /* Define if you have the <fcntl.h> header file. */
10 #undef HAVE_FCNTL_H
11
12 /* Define if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
14
15 /* Define if you have the <limits.h> header file. */
16 #undef HAVE_LIMITS_H
17
18 /* Define if you have the `lstat' function. */
19 #undef HAVE_LSTAT
20
21 /* Define if you have the <memory.h> header file. */
22 #undef HAVE_MEMORY_H
23
24 /* Define if you have the <ndir.h> header file, and it defines `DIR'. */
25 #undef HAVE_NDIR_H
26
27 /* Define if you have the `rpmatch' function. */
28 #undef HAVE_RPMATCH
29
30 /* Define if you have the <stdint.h> header file. */
31 #undef HAVE_STDINT_H
32
33 /* Define if you have the <stdlib.h> header file. */
34 #undef HAVE_STDLIB_H
35
36 /* Define if you have the <strings.h> header file. */
37 #undef HAVE_STRINGS_H
38
39 /* Define if you have the <string.h> header file. */
40 #undef HAVE_STRING_H
41
42 /* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
43 #undef HAVE_SYS_DIR_H
44
45 /* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
46 #undef HAVE_SYS_NDIR_H
47
48 /* Define if you have the <sys/stat.h> header file. */
49 #undef HAVE_SYS_STAT_H
50
51 /* Define if you have the <sys/types.h> header file. */
52 #undef HAVE_SYS_TYPES_H
53
54 /* Define if you have the <sys/utime.h> header file. */
55 #undef HAVE_SYS_UTIME_H
56
57 /* Define if you have the <time.h> header file. */
58 #undef HAVE_TIME_H
59
60 /* Define if you have the <unistd.h> header file. */
61 #undef HAVE_UNISTD_H
62
63 /* Define if you have the `utime' function. */
64 #undef HAVE_UTIME
65
66 /* Define if you have the <utime.h> header file. */
67 #undef HAVE_UTIME_H
68
69 /* Name of package */
70 #undef PACKAGE
71
72 /* Define as the return type of signal handlers (`int' or `void'). */
73 #undef RETSIGTYPE
74
75 /* Define if you have the ANSI C header files. */
76 #undef STDC_HEADERS
77
78 /* Version number of package */
79 #undef VERSION
80
81 /* Define if on AIX 3.
82    System headers sometimes define this.
83    We just want to avoid a redefinition error message.  */
84 #ifndef _ALL_SOURCE
85 # undef _ALL_SOURCE
86 #endif
87
88 /* Number of bits in a file offset, on hosts where this is settable. */
89 #undef _FILE_OFFSET_BITS
90
91 /* Define for large files, on AIX-style hosts. */
92 #undef _LARGE_FILES
93
94 /* Define if on MINIX. */
95 #undef _MINIX
96
97 /* Define if the system does not provide POSIX.1 features except with this
98    defined. */
99 #undef _POSIX_1_SOURCE
100
101 /* Define if you need to in order for `stat' and other things to work. */
102 #undef _POSIX_SOURCE
103
104 /* Define to empty if `const' does not conform to ANSI C. */
105 #undef const
106
107 /* Define to `long' if <sys/types.h> does not define. */
108 #undef off_t
109
110 /* Define to `unsigned' if <sys/types.h> does not define. */
111 #undef size_t