From 28c56bbbf8e5f6f995fd97548635e20f94cac6dc Mon Sep 17 00:00:00 2001 From: "wtc@chromium.org" Date: Wed, 30 Mar 2011 20:47:35 +0000 Subject: Rerun configure to update linux/config.h and mac/config.h for open-vcdiff 0.7. Linux: Ubuntu Lucid 10.04 Mac: Mac OS X 10.5 with Xcode 3.1.4 It seems that the original linux/config.h was incorrectly generated. BUG=none TEST=none Review URL: http://codereview.chromium.org/6732031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79888 0039d316-1c4b-4281-b951-d872f2087c98 --- sdch/mac/config.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'sdch/mac') diff --git a/sdch/mac/config.h b/sdch/mac/config.h index facda94..e9ee90e 100644 --- a/sdch/mac/config.h +++ b/sdch/mac/config.h @@ -1,3 +1,4 @@ +/* src/config.h. Generated from config.h.in by configure. */ /* src/config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the header file. */ @@ -94,19 +95,23 @@ #define PACKAGE_NAME "open-vcdiff" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "open-vcdiff 0.1" +#define PACKAGE_STRING "open-vcdiff 0.7" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "open-vcdiff" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.1" +#define PACKAGE_VERSION "0.7" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Use custom compare function instead of memcmp */ +#if defined(__i386__) || defined(__x86_64__) +#define VCDIFF_USE_BLOCK_COMPARE_WORDS 1 +#else /* #undef VCDIFF_USE_BLOCK_COMPARE_WORDS */ +#endif /* Version number of package */ -#define VERSION "0.1" +#define VERSION "0.7" -- cgit v1.1