blob: 09c3346f8eff171f7c01866e5ce5b25222ebecdf [file] [log] [blame]
Matt Mower09ef1e42015-12-13 11:29:45 -06001/* 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.2.2"
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.2.2"
24
25/* Version number of package */
26#define VERSION "1.2.2"
27
28/* Enable large inode numbers on Mac OS X 10.5. */
29#ifndef _DARWIN_USE_64_BIT_INODE
30# define _DARWIN_USE_64_BIT_INODE 1
31#endif
32
33/* Number of bits in a file offset, on hosts where this is settable. */
34/* #undef _FILE_OFFSET_BITS */
35
36/* Define for large files, on AIX-style hosts. */
37/* #undef _LARGE_FILES */