Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: sdch/ios/config.h

Issue 10803053: Adds SDCH config files for iOS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased. Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdch/README.chromium ('k') | sdch/sdch.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « sdch/README.chromium ('k') | sdch/sdch.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698