Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmtar / config.h.in
blobdb619b0230e0d08334c02dc2913b04f500df1fdc
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define if your system has a working basename */
4 #cmakedefine HAVE_BASENAME @HAVE_BASENAME@
6 /* Define if your system has a working major */
7 #cmakedefine HAVE_MAJOR @HAVE_MAJOR@
9 /* Define if your system has a working minor */
10 #cmakedefine HAVE_MINOR @HAVE_MINOR@
12 /* Define if your system has a working minor */
13 #cmakedefine HAVE_MAKEDEV @HAVE_MAKEDEV@
15 /* Define to 1 if you have the <ctype.h> header file. */
16 #cmakedefine HAVE_CTYPE_H @HAVE_CTYPE_H@
18 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
19 #cmakedefine HAVE_SYS_SYSMACROS_H @HAVE_SYS_SYSMACROS_H@
21 /* Define to 1 if the system has the type `dev_t'. */
22 #cmakedefine HAVE_DEV_T @HAVE_DEV_T@
24 /* Define if your system has a working dirname */
25 #cmakedefine HAVE_DIRNAME @HAVE_DIRNAME@
27 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
28 #cmakedefine HAVE_FNMATCH @HAVE_FNMATCH@
30 /* Define to 1 if you have the <fnmatch.h> header file. */
31 #cmakedefine HAVE_FNMATCH_H @HAVE_FNMATCH_H@
33 /* Define to 1 if you have the <inttypes.h> header file. */
34 #cmakedefine HAVE_INTTYPES_H @HAVE_INTTYPES_H@
36 /* Define to 1 if you have the <io.h> header file. */
37 #cmakedefine HAVE_IO_H @HAVE_IO_H@
39 /* Define to 1 if you have the `lchown' function. */
40 #cmakedefine HAVE_LCHOWN @HAVE_LCHOWN@
42 /* Define to 1 if you have the <libgen.h> header file. */
43 #cmakedefine HAVE_LIBGEN_H @HAVE_LIBGEN_H@
45 /* Define to 1 if you have the `z' library (-lz). */
46 #cmakedefine HAVE_LIBZ @HAVE_LIBZ@
48 /* Define to 1 if the system has the type `major_t'. */
49 #cmakedefine HAVE_MAJOR_T @HAVE_MAJOR_T@
51 /* Define to 1 if you have the <memory.h> header file. */
52 #cmakedefine HAVE_MEMORY_H @HAVE_MEMORY_H@
54 /* Define to 1 if you have the <dirent.h> header file. */
55 #cmakedefine HAVE_DIRENT_H @HAVE_DIRENT_H@
57 /* Define to 1 if you have the <sys/param.h> header file. */
58 #cmakedefine HAVE_SYS_PARAM_H @HAVE_SYS_PARAM_H@
60 /* Define to 1 if the system has the type `minor_t'. */
61 #cmakedefine HAVE_MINOR_T @HAVE_MINOR_T@
63 /* Define to 1 if the system has the type `nlink_t'. */
64 #cmakedefine HAVE_NLINK_T @HAVE_NLINK_T@
66 /* Define if your system has a working snprintf */
67 #cmakedefine HAVE_SNPRINTF @HAVE_SNPRINTF@
69 /* Define if your system has a working vsnprintf */
70 #cmakedefine HAVE_VSNPRINTF @HAVE_VSNPRINTF@
72 /* Define to 1 if you have the <stdint.h> header file. */
73 #cmakedefine HAVE_STDINT_H @HAVE_STDINT_H@
75 /* Define to 1 if you have the <stdlib.h> header file. */
76 #cmakedefine HAVE_STDLIB_H @HAVE_STDLIB_H@
78 /* Define to 1 if you have the <sys/mkdev.h> header file. */
79 #cmakedefine HAVE_SYS_MKDEV_H @HAVE_SYS_MKDEV_H@
81 /* Define if you have the strdup function */
82 #cmakedefine HAVE_STRDUP @HAVE_STRDUP@
84 /* Define to 1 if you have the `strftime' function. */
85 #cmakedefine HAVE_STRFTIME @HAVE_STRFTIME@
87 /* Define to 1 if you have the <strings.h> header file. */
88 #cmakedefine HAVE_STRINGS_H @HAVE_STRINGS_H@
90 /* Define to 1 if you have the <string.h> header file. */
91 #cmakedefine HAVE_STRING_H @HAVE_STRING_H@
93 /* Define if you have the strlcpy function */
94 #cmakedefine HAVE_STRLCPY @HAVE_STRLCPY@
96 /* Define if you have the strmode function */
97 #cmakedefine HAVE_STRMODE @HAVE_STRMODE@
99 /* Define if you have the strsep function */
100 #cmakedefine HAVE_STRSEP @HAVE_STRSEP@
102 /* Define to 1 if you have the <sys/stat.h> header file. */
103 #cmakedefine HAVE_SYS_STAT_H @HAVE_SYS_STAT_H@
105 /* Define to 1 if you have the <sys/types.h> header file. */
106 #cmakedefine HAVE_SYS_TYPES_H @HAVE_SYS_TYPES_H@
108 /* Define to 1 if the system has the type `uint64_t'. */
109 #cmakedefine HAVE_UINT64_T @HAVE_UINT64_T@
111 /* Define to 1 if you have the <unistd.h> header file. */
112 #cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@
114 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
116 #cmakedefine MAJOR_IN_MKDEV @MAJOR_IN_MKDEV@
118 /* Define to 1 if `major', `minor', and `makedev' are declared in
119 <sysmacros.h>. */
120 #cmakedefine MAJOR_IN_SYSMACROS @MAJOR_IN_SYSMACROS@
122 /* Define as 1 if makedev expects three arguments */
123 #cmakedefine MAKEDEV_THREE_ARGS @MAKEDEV_THREE_ARGS@
125 /* Define if you want to use the basename function */
126 #cmakedefine NEED_BASENAME @NEED_BASENAME@
128 /* Define if you want to use the dirname function */
129 #cmakedefine NEED_DIRNAME @NEED_DIRNAME@
131 /* Define if you want to use the fnmatch function */
132 #cmakedefine NEED_FNMATCH @NEED_FNMATCH@
134 /* Define if you want to use the makedev function */
135 #cmakedefine NEED_MAKEDEV @NEED_MAKEDEV@
137 /* Define if you want to use the snprintf function */
138 #cmakedefine NEED_SNPRINTF @NEED_SNPRINTF@
140 /* Define if you want to use the strdup function */
141 #cmakedefine NEED_STRDUP @NEED_STRDUP@
143 /* Define if you want to use the strlcpy function */
144 #cmakedefine NEED_STRLCPY @NEED_STRLCPY@
146 /* Define if you want to use the strmode function */
147 #cmakedefine NEED_STRMODE @NEED_STRMODE@
149 /* Define if you want to use the strsep function */
150 #cmakedefine NEED_STRSEP @NEED_STRSEP@
152 /* Define to the address where bug reports for this package should be sent. */
153 #cmakedefine PACKAGE_BUGREPORT @PACKAGE_BUGREPORT@
155 /* Define to the full name of this package. */
156 #cmakedefine PACKAGE_NAME @PACKAGE_NAME@
158 /* Define to the full name and version of this package. */
159 #cmakedefine PACKAGE_STRING @PACKAGE_STRING@
161 /* Define to the one symbol short name of this package. */
162 #cmakedefine PACKAGE_TARNAME @PACKAGE_TARNAME@
164 /* Define to the version of this package. */
165 #cmakedefine PACKAGE_VERSION @PACKAGE_VERSION@
167 /* Define to 1 if you have the ANSI C header files. */
168 #cmakedefine STDC_HEADERS @STDC_HEADERS@
170 /* Define to 1 if on AIX 3.
171 System headers sometimes define this.
172 We just want to avoid a redefinition error message. */
173 #ifndef _ALL_SOURCE
174 #cmakedefine _ALL_SOURCE @_ALL_SOURCE@
175 #endif
177 /* Define to empty if `const' does not conform to ANSI C. */
178 #cmakedefine const @const@
180 /* Define to `unsigned long' if not defined in system header files. */
181 #cmakedefine dev_t @dev_t@
183 /* Define to `int' if <sys/types.h> doesn't define. */
184 #cmakedefine gid_t @gid_t@
186 /* Define to `unsigned int' if not defined in system header files. */
187 #cmakedefine major_t @major_t@
189 /* Define to `unsigned int' if not defined in system header files. */
190 #cmakedefine minor_t @minor_t@
192 /* Define to `int' if <sys/types.h> does not define. */
193 #cmakedefine mode_t @mode_t@
195 /* Define to `unsigned short' if not defined in system header files. */
196 #cmakedefine nlink_t @nlink_t@
198 /* Define to `long' if <sys/types.h> does not define. */
199 #cmakedefine off_t @off_t@
201 /* Define to `unsigned' if <sys/types.h> does not define. */
202 #cmakedefine size_t @size_t@
204 /* Define to `int' if <sys/types.h> does not define. */
205 #cmakedefine ssize_t @ssize_t@
207 /* Define to `int' if <sys/types.h> doesn't define. */
208 #cmakedefine uid_t @uid_t@
210 /* Define to `long long' if not defined in system header files. */
211 #cmakedefine uint64_t @uint64_t@
213 #define CMTAR_ZLIB_HEADER "@CMTAR_ZLIB_HEADER@"