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