diff options
Diffstat (limited to '')
-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 |