xref: /haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/config.h (revision 5ac9b506412b11afb993bb52d161efe7666958a5)
1 /* Haiku-specific stuff */
2 #ifdef __HAIKU__
3 
4 /* major part of a device */
5 #define major(x)    (int)((unsigned)((x)>>8)&0x7F)
6 #define bmajor(x)   (int)((unsigned)((x)>>8)&0x7F)
7 
8 /* minor part of a device */
9 #define minor(x)    (int)((x)&0xFF)
10 #endif
11 
12 /* config.h.  Generated from config.h.in by configure.  */
13 /* config.h.in.  Generated from configure.ac by autoheader.  */
14 
15 /* Define if building universal (internal helper macro) */
16 /* #undef AC_APPLE_UNIVERSAL_BUILD */
17 
18 /* Define to 1 for disabling reparse plugins */
19 /* #undef DISABLE_PLUGINS */
20 
21 /* Define this to 1 if you want to enable support of encrypted files in
22    libntfs and utilities. */
23 /* #undef ENABLE_CRYPTO */
24 
25 /* Define to 1 if debug should be enabled */
26 /* #undef ENABLE_DEBUG */
27 
28 /* Define this to 1 if you want to enable use of Windows compliant disk
29    geometry. */
30 /* #undef ENABLE_HD */
31 
32 /* Define to 1 if the nfconv patch should be enabled */
33 /* #undef ENABLE_NFCONV */
34 
35 /* Define this to 1 if you want to enable generation of DCE compliant UUIDs.
36    */
37 /* #undef ENABLE_UUID */
38 
39 /* Define to 1 if using internal fuse */
40 /* #undef FUSE_INTERNAL */
41 
42 /* Define to 1 if you have the `atexit' function. */
43 #define HAVE_ATEXIT 1
44 
45 /* Define to 1 if you have the `basename' function. */
46 #define HAVE_BASENAME 1
47 
48 /* Define to 1 if you have the <byteswap.h> header file. */
49 /* #undef HAVE_BYTESWAP_H */
50 
51 /* Define to 1 if you have the `clock_gettime' function. */
52 /* #undef HAVE_CLOCK_GETTIME */
53 
54 /* Define to 1 if you have the <ctype.h> header file. */
55 #define HAVE_CTYPE_H 1
56 
57 /* Define to 1 if you have the `daemon' function. */
58 #define HAVE_DAEMON 1
59 
60 /* Define to 1 if you have the <dlfcn.h> header file. */
61 #define HAVE_DLFCN_H 1
62 
63 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
64 /* #undef HAVE_DOPRNT */
65 
66 /* Define to 1 if you have the `dup2' function. */
67 #define HAVE_DUP2 1
68 
69 /* Define to 1 if you have the <endian.h> header file. */
70 #define HAVE_ENDIAN_H 1
71 
72 /* Define to 1 if you have the <errno.h> header file. */
73 #define HAVE_ERRNO_H 1
74 
75 /* Define to 1 if you have the <fcntl.h> header file. */
76 #define HAVE_FCNTL_H 1
77 
78 /* Define to 1 if you have the `fdatasync' function. */
79 /* #undef HAVE_FDATASYNC */
80 
81 /* Define to 1 if you have the <features.h> header file. */
82 /* #undef HAVE_FEATURES_H */
83 
84 /* Define to 1 if you have the `ffs' function. */
85 #define HAVE_FFS 1
86 
87 /* Define to 1 if you have the `fork' function. */
88 /* #undef HAVE_FORK */
89 
90 /* Define to 1 if you have the `getmntent' function. */
91 /* #undef HAVE_GETMNTENT */
92 
93 /* Define to 1 if you have the <getopt.h> header file. */
94 #define HAVE_GETOPT_H 1
95 
96 /* Define to 1 if you have the `getopt_long' function. */
97 #define HAVE_GETOPT_LONG 1
98 
99 /* Define to 1 if you have the `gettimeofday' function. */
100 #define HAVE_GETTIMEOFDAY 1
101 
102 /* Define to 1 if you have the `hasmntopt' function. */
103 /* #undef HAVE_HASMNTOPT */
104 
105 /* Define to 1 if you have the <inttypes.h> header file. */
106 #define HAVE_INTTYPES_H 1
107 
108 /* Define to 1 if you have the `c' library (-lc). */
109 /* #undef HAVE_LIBC */
110 
111 /* Define to 1 if you have the <libgen.h> header file. */
112 #define HAVE_LIBGEN_H 1
113 
114 /* Define to 1 if you have the <libintl.h> header file. */
115 /* #undef HAVE_LIBINTL_H */
116 
117 /* Define to 1 if you have the <limits.h> header file. */
118 #define HAVE_LIMITS_H 1
119 
120 /* Define to 1 if you have the <linux/fd.h> header file. */
121 /* #undef HAVE_LINUX_FD_H */
122 
123 /* Define to 1 if you have the <linux/fs.h> header file. */
124 /* #undef HAVE_LINUX_FS_H */
125 
126 /* Define to 1 if you have the <linux/hdreg.h> header file. */
127 /* #undef HAVE_LINUX_HDREG_H */
128 
129 /* Define to 1 if you have the <linux/major.h> header file. */
130 /* #undef HAVE_LINUX_MAJOR_H */
131 
132 /* Define to 1 if you have the <locale.h> header file. */
133 #define HAVE_LOCALE_H 1
134 
135 /* Define to 1 if you have the <machine/endian.h> header file. */
136 /* #undef HAVE_MACHINE_ENDIAN_H */
137 
138 /* Define to 1 if you have the <malloc.h> header file. */
139 #define HAVE_MALLOC_H 1
140 
141 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
142 #define HAVE_MBRTOWC 1
143 
144 /* Define to 1 if you have the `mbsinit' function. */
145 /* #undef HAVE_MBSINIT */
146 
147 /* Define to 1 if you have the `memcpy' function. */
148 #define HAVE_MEMCPY 1
149 
150 /* Define to 1 if you have the `memmove' function. */
151 #define HAVE_MEMMOVE 1
152 
153 /* Define to 1 if you have the <memory.h> header file. */
154 #define HAVE_MEMORY_H 1
155 
156 /* Define to 1 if you have the `memset' function. */
157 #define HAVE_MEMSET 1
158 
159 /* Define to 1 if you have the <mntent.h> header file. */
160 /* #undef HAVE_MNTENT_H */
161 
162 /* Define to 1 if you have the <pwd.h> header file. */
163 #define HAVE_PWD_H 1
164 
165 /* Define to 1 if you have the `random' function. */
166 #define HAVE_RANDOM 1
167 
168 /* Define to 1 if you have the `realpath' function. */
169 #define HAVE_REALPATH 1
170 
171 /* Define to 1 if you have the `regcomp' function. */
172 #define HAVE_REGCOMP 1
173 
174 /* Define to 1 if you have the <regex.h> header file. */
175 #define HAVE_REGEX_H 1
176 
177 /* Define to 1 if you have the `setlocale' function. */
178 /* #undef HAVE_SETLOCALE */
179 
180 /* Define to 1 if you have the `setxattr' function. */
181 /* #undef HAVE_SETXATTR */
182 
183 /* Define to 1 if you have the `snprintf' function. */
184 #define HAVE_SNPRINTF 1
185 
186 /* Define to 1 if `stat' has the bug that it succeeds when given the
187    zero-length file name argument. */
188 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
189 
190 /* Define to 1 if you have the <stdarg.h> header file. */
191 #define HAVE_STDARG_H 1
192 
193 /* Define to 1 if stdbool.h conforms to C99. */
194 /* #undef HAVE_STDBOOL_H */
195 
196 /* Define to 1 if you have the <stddef.h> header file. */
197 #define HAVE_STDDEF_H 1
198 
199 /* Define to 1 if you have the <stdint.h> header file. */
200 #define HAVE_STDINT_H 1
201 
202 /* Define to 1 if you have the <stdio.h> header file. */
203 #define HAVE_STDIO_H 1
204 
205 /* Define to 1 if you have the <stdlib.h> header file. */
206 #define HAVE_STDLIB_H 1
207 
208 /* Define to 1 if you have the `strcasecmp' function. */
209 #define HAVE_STRCASECMP 1
210 
211 /* Define to 1 if you have the `strchr' function. */
212 #define HAVE_STRCHR 1
213 
214 /* Define to 1 if you have the `strdup' function. */
215 #define HAVE_STRDUP 1
216 
217 /* Define to 1 if you have the `strerror' function. */
218 #define HAVE_STRERROR 1
219 
220 /* Define to 1 if you have the `strftime' function. */
221 #define HAVE_STRFTIME 1
222 
223 /* Define to 1 if you have the <strings.h> header file. */
224 #define HAVE_STRINGS_H 1
225 
226 /* Define to 1 if you have the <string.h> header file. */
227 #define HAVE_STRING_H 1
228 
229 /* Define to 1 if you have the `strnlen' function. */
230 #define HAVE_STRNLEN 1
231 
232 /* Define to 1 if you have the `strsep' function. */
233 /* #undef HAVE_STRSEP */
234 
235 /* Define to 1 if you have the `strtol' function. */
236 #define HAVE_STRTOL 1
237 
238 /* Define to 1 if you have the `strtoul' function. */
239 #define HAVE_STRTOUL 1
240 
241 /* Define to 1 if `st_atim' is a member of `struct stat'. */
242 #define HAVE_STRUCT_STAT_ST_ATIM 1
243 
244 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
245 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
246 
247 /* Define to 1 if `st_atimespec' is a member of `struct stat'. */
248 /* #undef HAVE_STRUCT_STAT_ST_ATIMESPEC */
249 
250 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
251 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
252 
253 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
254 #define HAVE_STRUCT_STAT_ST_RDEV 1
255 
256 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
257    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
258 #define HAVE_ST_BLOCKS 1
259 
260 /* Define to 1 if you have the `sysconf' function. */
261 #define HAVE_SYSCONF 1
262 
263 /* Define to 1 if you have the <syslog.h> header file. */
264 /* #undef HAVE_SYSLOG_H */
265 
266 /* Define to 1 if you have the <sys/byteorder.h> header file. */
267 /* #undef HAVE_SYS_BYTEORDER_H */
268 
269 /* Define to 1 if you have the <sys/disk.h> header file. */
270 /* #undef HAVE_SYS_DISK_H */
271 
272 /* Define to 1 if you have the <sys/endian.h> header file. */
273 /* #undef HAVE_SYS_ENDIAN_H */
274 
275 /* Define to 1 if you have the <sys/ioctl.h> header file. */
276 #define HAVE_SYS_IOCTL_H 1
277 
278 /* Define to 1 if you have the <sys/mount.h> header file. */
279 /* #undef HAVE_SYS_MOUNT_H */
280 
281 /* Define to 1 if you have the <sys/param.h> header file. */
282 #define HAVE_SYS_PARAM_H 1
283 
284 /* Define to 1 if you have the <sys/statvfs.h> header file. */
285 #define HAVE_SYS_STATVFS_H 1
286 
287 /* Define to 1 if you have the <sys/stat.h> header file. */
288 #define HAVE_SYS_STAT_H 1
289 
290 /* Define to 1 if you have the <sys/types.h> header file. */
291 #define HAVE_SYS_TYPES_H 1
292 
293 /* Define to 1 if you have the <sys/vfs.h> header file. */
294 /* #undef HAVE_SYS_VFS_H */
295 
296 /* Define to 1 if you have the <time.h> header file. */
297 #define HAVE_TIME_H 1
298 
299 /* Define to 1 if you have the <unistd.h> header file. */
300 #define HAVE_UNISTD_H 1
301 
302 /* Define to 1 if you have the `utime' function. */
303 #define HAVE_UTIME 1
304 
305 /* Define to 1 if you have the `utimensat' function. */
306 #define HAVE_UTIMENSAT 1
307 
308 /* Define to 1 if you have the <utime.h> header file. */
309 #define HAVE_UTIME_H 1
310 
311 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
312 #define HAVE_UTIME_NULL 1
313 
314 /* Define to 1 if you have the `vprintf' function. */
315 #define HAVE_VPRINTF 1
316 
317 /* Define to 1 if you have the <wchar.h> header file. */
318 #define HAVE_WCHAR_H 1
319 
320 /* Define to 1 if you have the <windows.h> header file. */
321 /* #undef HAVE_WINDOWS_H */
322 
323 /* Define to 1 if the system has the type `_Bool'. */
324 /* #undef HAVE__BOOL */
325 
326 /* Don't update /etc/mtab */
327 /* #undef IGNORE_MTAB */
328 
329 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
330    slash. */
331 /* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */
332 
333 /* Define to the sub-directory in which libtool stores uninstalled libraries.
334    */
335 #define LT_OBJDIR ".libs/"
336 
337 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
338    */
339 /* #undef MAJOR_IN_MKDEV */
340 
341 /* Define to 1 if `major', `minor', and `makedev' are declared in
342    <sysmacros.h>. */
343 /* #undef MAJOR_IN_SYSMACROS */
344 
345 /* Don't use default IO ops */
346 /* #undef NO_NTFS_DEVICE_DEFAULT_IO_OPS */
347 
348 /* Name of package */
349 #define PACKAGE "ntfs-3g"
350 
351 /* Define to the address where bug reports for this package should be sent. */
352 #define PACKAGE_BUGREPORT ""
353 
354 /* Define to the full name of this package. */
355 #define PACKAGE_NAME ""
356 
357 /* Define to the full name and version of this package. */
358 #define PACKAGE_STRING ""
359 
360 /* Define to the one symbol short name of this package. */
361 #define PACKAGE_TARNAME ""
362 
363 /* Define to the home page for this package. */
364 #define PACKAGE_URL ""
365 
366 /* Define to the version of this package. */
367 #define PACKAGE_VERSION "2017.3.23"
368 
369 /* POSIX ACL support */
370 /* #undef POSIXACLS */
371 
372 /* Define to 1 if you have the ANSI C header files. */
373 #define STDC_HEADERS 1
374 
375 /* Enable extensions on AIX 3, Interix.  */
376 #ifndef _ALL_SOURCE
377 # define _ALL_SOURCE 1
378 #endif
379 /* Enable GNU extensions on systems that have them.  */
380 #ifndef _GNU_SOURCE
381 # define _GNU_SOURCE 1
382 #endif
383 /* Enable threading extensions on Solaris.  */
384 #ifndef _POSIX_PTHREAD_SEMANTICS
385 # define _POSIX_PTHREAD_SEMANTICS 1
386 #endif
387 /* Enable extensions on HP NonStop.  */
388 #ifndef _TANDEM_SOURCE
389 # define _TANDEM_SOURCE 1
390 #endif
391 /* Enable general extensions on Solaris.  */
392 #ifndef __EXTENSIONS__
393 # define __EXTENSIONS__ 1
394 #endif
395 
396 
397 /* Version number of package */
398 #define VERSION "2017.3.23"
399 
400 /* Define to 1 if this is a Windows OS */
401 /* #undef WINDOWS */
402 
403 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
404    significant byte first (like Motorola and SPARC, unlike Intel). */
405 #if defined AC_APPLE_UNIVERSAL_BUILD
406 # if defined __BIG_ENDIAN__
407 #  define WORDS_BIGENDIAN 1
408 # endif
409 #else
410 # ifndef WORDS_BIGENDIAN
411 /* #  undef WORDS_BIGENDIAN */
412 # endif
413 #endif
414 
415 /* Define to 1 if your processor stores words with the least significant byte
416    first (like Intel and VAX, unlike Motorola and SPARC). */
417 #define WORDS_LITTLEENDIAN 1
418 
419 /* system extended attributes mappings */
420 /* #undef XATTR_MAPPINGS */
421 
422 /* Enable large inode numbers on Mac OS X 10.5.  */
423 #ifndef _DARWIN_USE_64_BIT_INODE
424 # define _DARWIN_USE_64_BIT_INODE 1
425 #endif
426 
427 /* Number of bits in a file offset, on hosts where this is settable. */
428 /* #undef _FILE_OFFSET_BITS */
429 
430 /* Define for large files, on AIX-style hosts. */
431 /* #undef _LARGE_FILES */
432 
433 /* Define to 1 if on MINIX. */
434 /* #undef _MINIX */
435 
436 /* Define to 2 if the system does not provide POSIX.1 features except with
437    this defined. */
438 /* #undef _POSIX_1_SOURCE */
439 
440 /* Define to 1 if you need to in order for `stat' and other things to work. */
441 /* #undef _POSIX_SOURCE */
442 
443 /* Required define if using POSIX threads */
444 /* #undef _REENTRANT */
445 
446 /* Define to empty if `const' does not conform to ANSI C. */
447 /* #undef const */
448 
449 /* Define to `__inline__' or `__inline' if that's what the C compiler
450    calls it, or to nothing if 'inline' is not supported under any name.  */
451 #ifndef __cplusplus
452 /* #undef inline */
453 #endif
454 
455 /* Define to `long int' if <sys/types.h> does not define. */
456 /* #undef off_t */
457 
458 /* Define to `unsigned int' if <sys/types.h> does not define. */
459 /* #undef size_t */
460