diff options
Diffstat (limited to 'contrib/file/config.h.in')
-rw-r--r-- | contrib/file/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/file/config.h.in b/contrib/file/config.h.in index 86efb6f..5d1df38 100644 --- a/contrib/file/config.h.in +++ b/contrib/file/config.h.in @@ -328,6 +328,9 @@ # endif #endif +/* Enable zlib compression support */ +#undef ZLIBSUPPORT + /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 |