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