From 68e19d426ba6d9f048ebfdf337b93a85dc4d5b4c Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sun, 29 Jun 2014 18:18:50 +0200 Subject: Update lzo version --HG-- extra : rebase_source : 4310223035376c8ac1773fd03a43289aa96ce4f3 --- main/lzo/config.hin | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'main/lzo/config.hin') diff --git a/main/lzo/config.hin b/main/lzo/config.hin index 94a6f18e..bd528c0a 100644 --- a/main/lzo/config.hin +++ b/main/lzo/config.hin @@ -243,8 +243,7 @@ /* Define to 1 if you have the `vsnprintf' function. */ #undef HAVE_VSNPRINTF -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ +/* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Define to 1 if your machine is big endian. */ @@ -253,9 +252,6 @@ /* Define to 1 if your machine is little endian. */ #undef LZO_ABI_LITTLE_ENDIAN -/* Define to 1 if your C compiler doesn't accept -c and -o together. */ -#undef NO_MINUS_C_MINUS_O - /* Name of package */ #undef PACKAGE @@ -370,6 +366,11 @@ # endif #endif +/* 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 -- cgit v1.2.3