]> git.sven.stormbind.net Git - sven/exfat-utils.git/blob - libexfat/config.h.in
Imported Upstream version 1.2.1
[sven/exfat-utils.git] / libexfat / config.h.in
1 /* libexfat/config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Name of package */
4 #undef PACKAGE
5
6 /* Define to the address where bug reports for this package should be sent. */
7 #undef PACKAGE_BUGREPORT
8
9 /* Define to the full name of this package. */
10 #undef PACKAGE_NAME
11
12 /* Define to the full name and version of this package. */
13 #undef PACKAGE_STRING
14
15 /* Define to the one symbol short name of this package. */
16 #undef PACKAGE_TARNAME
17
18 /* Define to the home page for this package. */
19 #undef PACKAGE_URL
20
21 /* Define to the version of this package. */
22 #undef PACKAGE_VERSION
23
24 /* Version number of package */
25 #undef VERSION
26
27 /* Enable large inode numbers on Mac OS X 10.5.  */
28 #ifndef _DARWIN_USE_64_BIT_INODE
29 # define _DARWIN_USE_64_BIT_INODE 1
30 #endif
31
32 /* Number of bits in a file offset, on hosts where this is settable. */
33 #undef _FILE_OFFSET_BITS
34
35 /* Define for large files, on AIX-style hosts. */
36 #undef _LARGE_FILES