]> git.cworth.org Git - gzip/blob - config.h.in
Imported Debian patch 1.3.5-10
[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 to 1 if you have the <dirent.h> header file, and it defines `DIR'.
7    */
8 #undef HAVE_DIRENT_H
9
10 /* Define to 1 if you have the <fcntl.h> header file. */
11 #undef HAVE_FCNTL_H
12
13 /* Define to 1 if you have the <inttypes.h> header file. */
14 #undef HAVE_INTTYPES_H
15
16 /* Define to 1 if you have the <limits.h> header file. */
17 #undef HAVE_LIMITS_H
18
19 /* Define to 1 if you have the `lstat' function. */
20 #undef HAVE_LSTAT
21
22 /* Define to 1 if you have the <memory.h> header file. */
23 #undef HAVE_MEMORY_H
24
25 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
26 #undef HAVE_NDIR_H
27
28 /* Define to 1 if you have the `rpmatch' function. */
29 #undef HAVE_RPMATCH
30
31 /* Define to 1 if you have the <stdint.h> header file. */
32 #undef HAVE_STDINT_H
33
34 /* Define to 1 if you have the <stdlib.h> header file. */
35 #undef HAVE_STDLIB_H
36
37 /* Define to 1 if you have the <strings.h> header file. */
38 #undef HAVE_STRINGS_H
39
40 /* Define to 1 if you have the <string.h> header file. */
41 #undef HAVE_STRING_H
42
43 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
44    */
45 #undef HAVE_SYS_DIR_H
46
47 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
48    */
49 #undef HAVE_SYS_NDIR_H
50
51 /* Define to 1 if you have the <sys/stat.h> header file. */
52 #undef HAVE_SYS_STAT_H
53
54 /* Define to 1 if you have the <sys/types.h> header file. */
55 #undef HAVE_SYS_TYPES_H
56
57 /* Define to 1 if you have the <sys/utime.h> header file. */
58 #undef HAVE_SYS_UTIME_H
59
60 /* Define to 1 if you have the <time.h> header file. */
61 #undef HAVE_TIME_H
62
63 /* Define to 1 if you have the <unistd.h> header file. */
64 #undef HAVE_UNISTD_H
65
66 /* Define to 1 if you have the `utime' function. */
67 #undef HAVE_UTIME
68
69 /* Define to 1 if you have the <utime.h> header file. */
70 #undef HAVE_UTIME_H
71
72 /* Name of package */
73 #undef PACKAGE
74
75 /* Define to the address where bug reports for this package should be sent. */
76 #undef PACKAGE_BUGREPORT
77
78 /* Define to the full name of this package. */
79 #undef PACKAGE_NAME
80
81 /* Define to the full name and version of this package. */
82 #undef PACKAGE_STRING
83
84 /* Define to the one symbol short name of this package. */
85 #undef PACKAGE_TARNAME
86
87 /* Define to the version of this package. */
88 #undef PACKAGE_VERSION
89
90 /* Define as the return type of signal handlers (`int' or `void'). */
91 #undef RETSIGTYPE
92
93 /* Define to 1 if you have the ANSI C header files. */
94 #undef STDC_HEADERS
95
96 /* Version number of package */
97 #undef VERSION
98
99 /* Define to 1 if on AIX 3.
100    System headers sometimes define this.
101    We just want to avoid a redefinition error message.  */
102 #ifndef _ALL_SOURCE
103 # undef _ALL_SOURCE
104 #endif
105
106 /* Number of bits in a file offset, on hosts where this is settable. */
107 #undef _FILE_OFFSET_BITS
108
109 /* Enable GNU extensions on systems that have them.  */
110 #ifndef _GNU_SOURCE
111 # undef _GNU_SOURCE
112 #endif
113
114 /* Define for large files, on AIX-style hosts. */
115 #undef _LARGE_FILES
116
117 /* Define to 1 if on MINIX. */
118 #undef _MINIX
119
120 /* Define to 2 if the system does not provide POSIX.1 features except with
121    this defined. */
122 #undef _POSIX_1_SOURCE
123
124 /* Define to 1 if you need to in order for `stat' and other things to work. */
125 #undef _POSIX_SOURCE
126
127 /* Define to empty if `const' does not conform to ANSI C. */
128 #undef const
129
130 /* Define to `long' if <sys/types.h> does not define. */
131 #undef off_t
132
133 /* Define to `unsigned' if <sys/types.h> does not define. */
134 #undef size_t