| Index: sdch/ios/config.h
|
| diff --git a/sdch/mac/config.h b/sdch/ios/config.h
|
| similarity index 96%
|
| copy from sdch/mac/config.h
|
| copy to sdch/ios/config.h
|
| index e9ee90ecbf36e8d31165d48c9f708c01f65afc35..5dde8c9b01f160f5a3664c4b4bb0e90e613ef604 100644
|
| --- a/sdch/mac/config.h
|
| +++ b/sdch/ios/config.h
|
| @@ -32,7 +32,7 @@
|
| #define HAVE_MPROTECT 1
|
|
|
| /* Define to 1 if you have the `posix_memalign' function. */
|
| -/* #undef HAVE_POSIX_MEMALIGN */
|
| +#define HAVE_POSIX_MEMALIGN 1
|
|
|
| /* Define to 1 if you have the `QueryPerformanceCounter' function. */
|
| /* #undef HAVE_QUERYPERFORMANCECOUNTER */
|
| @@ -107,11 +107,7 @@
|
| #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.7"
|
|
|