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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « sdch/README.chromium ('k') | sdch/sdch.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* src/config.h. Generated from config.h.in by configure. */ 1 /* src/config.h. Generated from config.h.in by configure. */
2 /* src/config.h.in. Generated from configure.ac by autoheader. */ 2 /* src/config.h.in. Generated from configure.ac by autoheader. */
3 3
4 /* Define to 1 if you have the <dlfcn.h> header file. */ 4 /* Define to 1 if you have the <dlfcn.h> header file. */
5 #define HAVE_DLFCN_H 1 5 #define HAVE_DLFCN_H 1
6 6
7 /* Define to 1 if you have the <ext/rope> header file. */ 7 /* Define to 1 if you have the <ext/rope> header file. */
8 /* #undef HAVE_EXT_ROPE */ 8 /* #undef HAVE_EXT_ROPE */
9 9
10 /* Define to 1 if you have the <fnmatch.h> header file. */ 10 /* Define to 1 if you have the <fnmatch.h> header file. */
(...skipping 14 matching lines...) Expand all
25 /* Define to 1 if you have the `memalign' function. */ 25 /* Define to 1 if you have the `memalign' function. */
26 /* #undef HAVE_MEMALIGN */ 26 /* #undef HAVE_MEMALIGN */
27 27
28 /* Define to 1 if you have the <memory.h> header file. */ 28 /* Define to 1 if you have the <memory.h> header file. */
29 #define HAVE_MEMORY_H 1 29 #define HAVE_MEMORY_H 1
30 30
31 /* Define to 1 if you have the `mprotect' function. */ 31 /* Define to 1 if you have the `mprotect' function. */
32 #define HAVE_MPROTECT 1 32 #define HAVE_MPROTECT 1
33 33
34 /* Define to 1 if you have the `posix_memalign' function. */ 34 /* Define to 1 if you have the `posix_memalign' function. */
35 /* #undef HAVE_POSIX_MEMALIGN */ 35 #define HAVE_POSIX_MEMALIGN 1
36 36
37 /* Define to 1 if you have the `QueryPerformanceCounter' function. */ 37 /* Define to 1 if you have the `QueryPerformanceCounter' function. */
38 /* #undef HAVE_QUERYPERFORMANCECOUNTER */ 38 /* #undef HAVE_QUERYPERFORMANCECOUNTER */
39 39
40 /* Define to 1 if you have the <stdint.h> header file. */ 40 /* Define to 1 if you have the <stdint.h> header file. */
41 #define HAVE_STDINT_H 1 41 #define HAVE_STDINT_H 1
42 42
43 /* Define to 1 if you have the <stdlib.h> header file. */ 43 /* Define to 1 if you have the <stdlib.h> header file. */
44 #define HAVE_STDLIB_H 1 44 #define HAVE_STDLIB_H 1
45 45
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 /* Define to the one symbol short name of this package. */ 100 /* Define to the one symbol short name of this package. */
101 #define PACKAGE_TARNAME "open-vcdiff" 101 #define PACKAGE_TARNAME "open-vcdiff"
102 102
103 /* Define to the version of this package. */ 103 /* Define to the version of this package. */
104 #define PACKAGE_VERSION "0.7" 104 #define PACKAGE_VERSION "0.7"
105 105
106 /* Define to 1 if you have the ANSI C header files. */ 106 /* Define to 1 if you have the ANSI C header files. */
107 #define STDC_HEADERS 1 107 #define STDC_HEADERS 1
108 108
109 /* Use custom compare function instead of memcmp */ 109 /* Use custom compare function instead of memcmp */
110 #if defined(__i386__) || defined(__x86_64__)
111 #define VCDIFF_USE_BLOCK_COMPARE_WORDS 1
112 #else
113 /* #undef VCDIFF_USE_BLOCK_COMPARE_WORDS */ 110 /* #undef VCDIFF_USE_BLOCK_COMPARE_WORDS */
114 #endif
115 111
116 /* Version number of package */ 112 /* Version number of package */
117 #define VERSION "0.7" 113 #define VERSION "0.7"
OLDNEW
« 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