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