]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - LinuxGUI/Ventoy2Disk/Lib/exfat/src/libexfat/config.h
Fix a bug when install Ventoy if the USB already mounted at a path that contains...
[Ventoy.git] / LinuxGUI / Ventoy2Disk / Lib / exfat / src / libexfat / config.h
1 /* libexfat/config.h. Generated from config.h.in by configure. */
2 /* libexfat/config.h.in. Generated from configure.ac by autoheader. */
3
4 /* Name of package */
5 #define PACKAGE "exfat"
6
7 /* Define to the address where bug reports for this package should be sent. */
8 #define PACKAGE_BUGREPORT "relan@users.noreply.github.com"
9
10 /* Define to the full name of this package. */
11 #define PACKAGE_NAME "Free exFAT implementation"
12
13 /* Define to the full name and version of this package. */
14 #define PACKAGE_STRING "Free exFAT implementation 1.3.0"
15
16 /* Define to the one symbol short name of this package. */
17 #define PACKAGE_TARNAME "exfat"
18
19 /* Define to the home page for this package. */
20 #define PACKAGE_URL "https://github.com/relan/exfat"
21
22 /* Define to the version of this package. */
23 #define PACKAGE_VERSION "1.3.0"
24
25 /* Define if block devices are not supported. */
26 /* #undef USE_UBLIO */
27
28 /* Version number of package */
29 #define VERSION "1.3.0"
30
31 /* Enable large inode numbers on Mac OS X 10.5. */
32 #ifndef _DARWIN_USE_64_BIT_INODE
33 # define _DARWIN_USE_64_BIT_INODE 1
34 #endif
35
36 /* Number of bits in a file offset, on hosts where this is settable. */
37 /* #undef _FILE_OFFSET_BITS */
38
39 /* Define for large files, on AIX-style hosts. */
40 /* #undef _LARGE_FILES */