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