libtar-1.2.11 tarball sources, taken from Debian's orig tar
[libtar.git] / config.h.in
blobcb086b8a56645169dc871fcaebc2d2b71c27cbc4
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define if your system has a working basename */
4 #undef HAVE_BASENAME
6 /* Define to 1 if you have the <ctype.h> header file. */
7 #undef HAVE_CTYPE_H
9 /* Define to 1 if the system has the type `dev_t'. */
10 #undef HAVE_DEV_T
12 /* Define if your system has a working dirname */
13 #undef HAVE_DIRNAME
15 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
16 #undef HAVE_FNMATCH
18 /* Define to 1 if you have the <fnmatch.h> header file. */
19 #undef HAVE_FNMATCH_H
21 /* Define to 1 if you have the <inttypes.h> header file. */
22 #undef HAVE_INTTYPES_H
24 /* Define to 1 if you have the `lchown' function. */
25 #undef HAVE_LCHOWN
27 /* Define to 1 if you have the <libgen.h> header file. */
28 #undef HAVE_LIBGEN_H
30 /* Define to 1 if you have the `z' library (-lz). */
31 #undef HAVE_LIBZ
33 /* Define to 1 if the system has the type `major_t'. */
34 #undef HAVE_MAJOR_T
36 /* Define to 1 if you have the <memory.h> header file. */
37 #undef HAVE_MEMORY_H
39 /* Define to 1 if the system has the type `minor_t'. */
40 #undef HAVE_MINOR_T
42 /* Define to 1 if the system has the type `nlink_t'. */
43 #undef HAVE_NLINK_T
45 /* Define if your system has a working snprintf */
46 #undef HAVE_SNPRINTF
48 /* Define to 1 if the system has the type `socklen_t'. */
49 #undef HAVE_SOCKLEN_T
51 /* Define to 1 if you have the <stdint.h> header file. */
52 #undef HAVE_STDINT_H
54 /* Define to 1 if you have the <stdlib.h> header file. */
55 #undef HAVE_STDLIB_H
57 /* Define if you have the strdup function */
58 #undef HAVE_STRDUP
60 /* Define to 1 if you have the `strftime' function. */
61 #undef HAVE_STRFTIME
63 /* Define to 1 if you have the <strings.h> header file. */
64 #undef HAVE_STRINGS_H
66 /* Define to 1 if you have the <string.h> header file. */
67 #undef HAVE_STRING_H
69 /* Define if you have the strlcpy function */
70 #undef HAVE_STRLCPY
72 /* Define if you have the strmode function */
73 #undef HAVE_STRMODE
75 /* Define if you have the strsep function */
76 #undef HAVE_STRSEP
78 /* Define to 1 if you have the <sys/stat.h> header file. */
79 #undef HAVE_SYS_STAT_H
81 /* Define to 1 if you have the <sys/types.h> header file. */
82 #undef HAVE_SYS_TYPES_H
84 /* Define to 1 if the system has the type `uint64_t'. */
85 #undef HAVE_UINT64_T
87 /* Define to 1 if you have the <unistd.h> header file. */
88 #undef HAVE_UNISTD_H
90 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
92 #undef MAJOR_IN_MKDEV
94 /* Define to 1 if `major', `minor', and `makedev' are declared in
95 <sysmacros.h>. */
96 #undef MAJOR_IN_SYSMACROS
98 /* Define as 1 if makedev expects three arguments */
99 #undef MAKEDEV_THREE_ARGS
101 /* Define if you want to use the basename function */
102 #undef NEED_BASENAME
104 /* Define if you want to use the dirname function */
105 #undef NEED_DIRNAME
107 /* Define if you want to use the fnmatch function */
108 #undef NEED_FNMATCH
110 /* Define if you want to use the makedev function */
111 #undef NEED_MAKEDEV
113 /* Define if you want to use the snprintf function */
114 #undef NEED_SNPRINTF
116 /* Define if you want to use the strdup function */
117 #undef NEED_STRDUP
119 /* Define if you want to use the strlcpy function */
120 #undef NEED_STRLCPY
122 /* Define if you want to use the strmode function */
123 #undef NEED_STRMODE
125 /* Define if you want to use the strsep function */
126 #undef NEED_STRSEP
128 /* Define to the address where bug reports for this package should be sent. */
129 #undef PACKAGE_BUGREPORT
131 /* Define to the full name of this package. */
132 #undef PACKAGE_NAME
134 /* Define to the full name and version of this package. */
135 #undef PACKAGE_STRING
137 /* Define to the one symbol short name of this package. */
138 #undef PACKAGE_TARNAME
140 /* Define to the version of this package. */
141 #undef PACKAGE_VERSION
143 /* Define to 1 if you have the ANSI C header files. */
144 #undef STDC_HEADERS
146 /* Define to 1 if on AIX 3.
147 System headers sometimes define this.
148 We just want to avoid a redefinition error message. */
149 #ifndef _ALL_SOURCE
150 # undef _ALL_SOURCE
151 #endif
153 /* Define to empty if `const' does not conform to ANSI C. */
154 #undef const
156 /* Define to `unsigned long' if not defined in system header files. */
157 #undef dev_t
159 /* Define to `int' if <sys/types.h> doesn't define. */
160 #undef gid_t
162 /* Define to `unsigned int' if not defined in system header files. */
163 #undef major_t
165 /* Define to `unsigned int' if not defined in system header files. */
166 #undef minor_t
168 /* Define to `int' if <sys/types.h> does not define. */
169 #undef mode_t
171 /* Define to `unsigned short' if not defined in system header files. */
172 #undef nlink_t
174 /* Define to `long' if <sys/types.h> does not define. */
175 #undef off_t
177 /* Define to `unsigned' if <sys/types.h> does not define. */
178 #undef size_t
180 /* Define to `unsigned long' if not defined in system header files. */
181 #undef socklen_t
183 /* Define to `int' if <sys/types.h> doesn't define. */
184 #undef uid_t
186 /* Define to `long long' if not defined in system header files. */
187 #undef uint64_t