diff options
author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2014-06-01 06:49:56 +0200 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2014-06-01 06:49:56 +0200 |
commit | fbebc394f441e35e4777868627b4d2d1ec349a6b (patch) | |
tree | b58d6cdde289e3c5315c69438ab9eb54b08f0e3d /heimdall/config.h.in | |
parent | Fixed support for large files (up to 2^32 - 1 bytes) (diff) | |
download | Heimdall-1.4.1.tar Heimdall-1.4.1.tar.gz Heimdall-1.4.1.tar.bz2 Heimdall-1.4.1.tar.lz Heimdall-1.4.1.tar.xz Heimdall-1.4.1.tar.zst Heimdall-1.4.1.zip |
Diffstat (limited to 'heimdall/config.h.in')
-rw-r--r-- | heimdall/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/heimdall/config.h.in b/heimdall/config.h.in index 8fda1b2..a2686c5 100644 --- a/heimdall/config.h.in +++ b/heimdall/config.h.in @@ -78,3 +78,9 @@ # undef WORDS_BIGENDIAN # endif #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 |