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