summaryrefslogtreecommitdiffstats
path: root/exfat/libexfat/android_config.h
blob: 09c3346f8eff171f7c01866e5ce5b25222ebecdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* libexfat/config.h.  Generated from config.h.in by configure.  */
/* libexfat/config.h.in.  Generated from configure.ac by autoheader.  */

/* Name of package */
#define PACKAGE "exfat"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "relan@users.noreply.github.com"

/* Define to the full name of this package. */
#define PACKAGE_NAME "Free exFAT implementation"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Free exFAT implementation 1.2.2"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "exfat"

/* Define to the home page for this package. */
#define PACKAGE_URL "https://github.com/relan/exfat"

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.2.2"

/* Version number of package */
#define VERSION "1.2.2"

/* Enable large inode numbers on Mac OS X 10.5.  */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif

/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */

/* Define for large files, on AIX-style hosts. */
/* #undef _LARGE_FILES */