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