xref: /onnv-gate/usr/src/lib/libntfs/common/include/ntfs/config.h (revision 9663:ace9a2ac3683)
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define this to 1 if you want to enable support of encrypted files in
5    libntfs and utilities. */
6 /* #undef ENABLE_CRYPTO */
7 
8 /* Define this to 1 if you want to enable generation of DCE compliant UUIDs.
9    */
10 #define ENABLE_UUID 1
11 
12 /* Define to 1 if you have the `atexit' function. */
13 #define HAVE_ATEXIT 1
14 
15 /* Define to 1 if you have the `basename' function. */
16 #define HAVE_BASENAME 1
17 
18 /* Define to 1 if you have the <byteswap.h> header file. */
19 /* #undef HAVE_BYTESWAP_H */
20 
21 /* Define to 1 if you have the <ctype.h> header file. */
22 #define HAVE_CTYPE_H 1
23 
24 /* Define to 1 if you have the <dlfcn.h> header file. */
25 #define HAVE_DLFCN_H 1
26 
27 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
28 /* #undef HAVE_DOPRNT */
29 
30 /* Define to 1 if you have the `dup2' function. */
31 #define HAVE_DUP2 1
32 
33 /* Define to 1 if you have the <endian.h> header file. */
34 /* #undef HAVE_ENDIAN_H */
35 
36 /* Define to 1 if you have the <errno.h> header file. */
37 #define HAVE_ERRNO_H 1
38 
39 /* Define to 1 if you have the <fcntl.h> header file. */
40 #define HAVE_FCNTL_H 1
41 
42 /* Define to 1 if you have the `fdatasync' function. */
43 #define HAVE_FDATASYNC 1
44 
45 /* Define to 1 if you have the <features.h> header file. */
46 /* #undef HAVE_FEATURES_H */
47 
48 /* Define to 1 if you have the `getmntent' function. */
49 #define HAVE_GETMNTENT
50 
51 /* Define to 1 if you have the <getopt.h> header file. */
52 #define HAVE_GETOPT_H 1
53 
54 /* Define to 1 if you have the `getopt_long' function. */
55 #define HAVE_GETOPT_LONG 1
56 
57 /* Define to 1 if you have the `hasmntopt' function. */
58 #define HAVE_HASMNTOPT 1
59 
60 /* Define to 1 if you have the <inttypes.h> header file. */
61 #define HAVE_INTTYPES_H 1
62 
63 /* Define to 1 if you have the <libgen.h> header file. */
64 #define HAVE_LIBGEN_H 1
65 
66 /* Define to 1 if you have the <libintl.h> header file. */
67 #define HAVE_LIBINTL_H 1
68 
69 /* Define to 1 if you have the <limits.h> header file. */
70 #define HAVE_LIMITS_H 1
71 
72 /* Define to 1 if you have the <linux/fd.h> header file. */
73 /* #undef HAVE_LINUX_FD_H */
74 
75 /* Define to 1 if you have the <linux/hdreg.h> header file. */
76 /* #undef HAVE_LINUX_HDREG_H */
77 
78 /* Define to 1 if you have the <linux/major.h> header file. */
79 /* #undef HAVE_LINUX_MAJOR_H */
80 
81 /* Define to 1 if you have the <locale.h> header file. */
82 #define HAVE_LOCALE_H 1
83 
84 /* Define to 1 if you have the <machine/endian.h> header file. */
85 /* #undef HAVE_MACHINE_ENDIAN_H */
86 
87 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
88 #define HAVE_MBRTOWC 1
89 
90 /* Define to 1 if you have the `mbsinit' function. */
91 #define HAVE_MBSINIT 1
92 
93 /* Define to 1 if you have the `memmove' function. */
94 /* #undef HAVE_MEMMOVE */
95 
96 /* Define to 1 if you have the <memory.h> header file. */
97 #define HAVE_MEMORY_H 1
98 
99 /* Define to 1 if you have the `memset' function. */
100 /* #undef HAVE_MEMSET */
101 
102 /* Define to 1 if you have the <mntent.h> header file. */
103 /* #undef HAVE_MNTENT_H */
104 
105 /* Define to 1 if you have the <pwd.h> header file. */
106 #define HAVE_PWD_H 1
107 
108 /* Define to 1 if you have the `realpath' function. */
109 #define HAVE_REALPATH 1
110 
111 /* Define to 1 if you have the `regcomp' function. */
112 #define HAVE_REGCOMP 1
113 
114 /* Define to 1 if you have the `setlocale' function. */
115 #define HAVE_SETLOCALE 1
116 
117 /* Define to 1 if you have the `setxattr' function. */
118 /* #undef HAVE_SETXATTR */
119 
120 /* Define to 1 if `stat' has the bug that it succeeds when given the
121    zero-length file name argument. */
122 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
123 
124 /* Define to 1 if you have the <stdarg.h> header file. */
125 #define HAVE_STDARG_H 1
126 
127 /* Define to 1 if stdbool.h conforms to C99. */
128 #define HAVE_STDBOOL_H 1
129 
130 /* Define to 1 if you have the <stddef.h> header file. */
131 #define HAVE_STDDEF_H 1
132 
133 /* Define to 1 if you have the <stdint.h> header file. */
134 #define HAVE_STDINT_H 1
135 
136 /* Define to 1 if you have the <stdio.h> header file. */
137 #define HAVE_STDIO_H 1
138 
139 /* Define to 1 if you have the <stdlib.h> header file. */
140 #define HAVE_STDLIB_H 1
141 
142 /* Define to 1 if you have the `strcasecmp' function. */
143 #define HAVE_STRCASECMP 1
144 
145 /* Define to 1 if you have the `strchr' function. */
146 /* #undef HAVE_STRCHR */
147 
148 /* Define to 1 if you have the `strdup' function. */
149 /* #undef HAVE_STRDUP */
150 
151 /* Define to 1 if you have the `strerror' function. */
152 #define HAVE_STRERROR 1
153 
154 /* Define to 1 if you have the `strftime' function. */
155 /* #undef HAVE_STRFTIME */
156 
157 /* Define to 1 if you have the <strings.h> header file. */
158 #define HAVE_STRINGS_H 1
159 
160 /* Define to 1 if you have the <string.h> header file. */
161 #define HAVE_STRING_H 1
162 
163 /* Define to 1 if you have the `strnlen' function. */
164 #define HAVE_STRNLEN 1
165 
166 /* Define to 1 if you have the `strtol' function. */
167 #define HAVE_STRTOL 1
168 
169 /* Define to 1 if you have the `strtoul' function. */
170 #define HAVE_STRTOUL 1
171 
172 /* Define to 1 if `st_blocks' is member of `struct stat'. */
173 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
174 
175 /* Define to 1 if `st_rdev' is member of `struct stat'. */
176 #define HAVE_STRUCT_STAT_ST_RDEV 1
177 
178 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
179    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
180 #define HAVE_ST_BLOCKS 1
181 
182 /* Define to 1 if you have the `sysconf' function. */
183 #define HAVE_SYSCONF 1
184 
185 /* Define to 1 if you have the <syslog.h> header file. */
186 #define HAVE_SYSLOG_H 1
187 
188 /* Define to 1 if you have the <sys/byteorder.h> header file. */
189 #define HAVE_SYS_BYTEORDER_H 1
190 
191 /* Define to 1 if you have the <sys/endian.h> header file. */
192 /* #undef HAVE_SYS_ENDIAN_H */
193 
194 /* Define to 1 if you have the <sys/ioctl.h> header file. */
195 #define HAVE_SYS_IOCTL_H 1
196 
197 /* Define to 1 if you have the <sys/mount.h> header file. */
198 #define HAVE_SYS_MOUNT_H 1
199 
200 /* Define to 1 if you have the <sys/param.h> header file. */
201 #define HAVE_SYS_PARAM_H 1
202 
203 /* Define to 1 if you have the <sys/statvfs.h> header file. */
204 #define HAVE_SYS_STATVFS_H 1
205 
206 /* Define to 1 if you have the <sys/stat.h> header file. */
207 #define HAVE_SYS_STAT_H 1
208 
209 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
210 #define HAVE_SYS_SYSMACROS_H 1
211 
212 /* Define to 1 if you have the <sys/types.h> header file. */
213 #define HAVE_SYS_TYPES_H 1
214 
215 /* Define to 1 if you have the <sys/vfs.h> header file. */
216 #define HAVE_SYS_VFS_H 1
217 
218 /* Define to 1 if you have the <time.h> header file. */
219 #define HAVE_TIME_H 1
220 
221 /* Define to 1 if you have the <unistd.h> header file. */
222 #define HAVE_UNISTD_H 1
223 
224 /* Define to 1 if you have the `utime' function. */
225 #define HAVE_UTIME 1
226 
227 /* Define to 1 if you have the <utime.h> header file. */
228 #define HAVE_UTIME_H 1
229 
230 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
231 #define HAVE_UTIME_NULL 1
232 
233 /* Define to 1 if you have the `vprintf' function. */
234 /* #undef HAVE_VPRINTF */
235 
236 /* Define to 1 if you have the <wchar.h> header file. */
237 #define HAVE_WCHAR_H 1
238 
239 /* Define to 1 if you have the <windows.h> header file. */
240 /* #undef HAVE_WINDOWS_H */
241 
242 /* Define to 1 if the system has the type `_Bool'. */
243 #define HAVE__BOOL 1
244 
245 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
246    slash. */
247 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
248 
249 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
250 /* #undef NO_MINUS_C_MINUS_O */
251 
252 /* Define this if you do not want the NTFS library to provide default device
253    io operations. This means that you cannot use ntfs_mount() but have to use
254    ntfs_device_mount() and provide your own device operations. */
255 /* #undef NO_NTFS_DEVICE_DEFAULT_IO_OPS */
256 
257 /* Name of package */
258 #define PACKAGE "ntfsprogs"
259 
260 /* Define to the address where bug reports for this package should be sent. */
261 #define PACKAGE_BUGREPORT "linux-ntfs-dev@lists.sourceforge.net"
262 
263 /* Define to the full name of this package. */
264 #define PACKAGE_NAME "ntfsprogs"
265 
266 /* Define to the full name and version of this package. */
267 #define PACKAGE_STRING "ntfsprogs 2.0.0"
268 
269 /* Define to the one symbol short name of this package. */
270 #define PACKAGE_TARNAME "ntfsprogs"
271 
272 /* Define to the version of this package. */
273 #define PACKAGE_VERSION "2.0.0"
274 
275 /* Define to 1 if you have the ANSI C header files. */
276 #define STDC_HEADERS 1
277 
278 /* Version number of package */
279 #define VERSION "2.0.0"
280 
281 /* Define to 1 if your processor stores words with the most significant byte
282    first (like Motorola and SPARC, unlike Intel and VAX). */
283 /* #undef WORDS_BIGENDIAN */
284 
285 /* Define to 1 if your processor stores words with the least significant byte
286    first (like Intel and VAX, unlike Motorola and SPARC). */
287 #define WORDS_LITTLEENDIAN 1
288 
289 /* Number of bits in a file offset, on hosts where this is settable. */
290 #define _FILE_OFFSET_BITS 64
291 
292 /* Enable GNU extensions on systems that have them.  */
293 #ifndef _GNU_SOURCE
294 # define _GNU_SOURCE 1
295 #endif
296 
297 /* Define for large files, on AIX-style hosts. */
298 /* #undef _LARGE_FILES */
299 
300 /* Define to empty if `const' does not conform to ANSI C. */
301 /* #undef const */
302 
303 /* Define to `__inline__' or `__inline' if that's what the C compiler
304    calls it, or to nothing if 'inline' is not supported under any name.  */
305 #ifndef __cplusplus
306 /* #undef inline */
307 #endif
308 
309 /* Define to `long int' if <sys/types.h> does not define. */
310 /* #undef off_t */
311 
312 /* Define to `unsigned int' if <sys/types.h> does not define. */
313 /* #undef size_t */
314