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

Side by Side Diff: sdch/mac/config.h

Issue 6732031: Rerun configure to update linux/config.h and mac/config.h for (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Upload before checkin Created 9 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « sdch/linux/config.h ('k') | no next file » | 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.in. Generated from configure.ac by autoheader. */ 2 /* src/config.h.in. Generated from configure.ac by autoheader. */
2 3
3 /* Define to 1 if you have the <dlfcn.h> header file. */ 4 /* Define to 1 if you have the <dlfcn.h> header file. */
4 #define HAVE_DLFCN_H 1 5 #define HAVE_DLFCN_H 1
5 6
6 /* Define to 1 if you have the <ext/rope> header file. */ 7 /* Define to 1 if you have the <ext/rope> header file. */
7 /* #undef HAVE_EXT_ROPE */ 8 /* #undef HAVE_EXT_ROPE */
8 9
9 /* Define to 1 if you have the <fnmatch.h> header file. */ 10 /* Define to 1 if you have the <fnmatch.h> header file. */
10 #define HAVE_FNMATCH_H 1 11 #define HAVE_FNMATCH_H 1
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 /* Name of package */ 88 /* Name of package */
88 #define PACKAGE "open-vcdiff" 89 #define PACKAGE "open-vcdiff"
89 90
90 /* Define to the address where bug reports for this package should be sent. */ 91 /* Define to the address where bug reports for this package should be sent. */
91 #define PACKAGE_BUGREPORT "opensource@google.com" 92 #define PACKAGE_BUGREPORT "opensource@google.com"
92 93
93 /* Define to the full name of this package. */ 94 /* Define to the full name of this package. */
94 #define PACKAGE_NAME "open-vcdiff" 95 #define PACKAGE_NAME "open-vcdiff"
95 96
96 /* Define to the full name and version of this package. */ 97 /* Define to the full name and version of this package. */
97 #define PACKAGE_STRING "open-vcdiff 0.1" 98 #define PACKAGE_STRING "open-vcdiff 0.7"
98 99
99 /* Define to the one symbol short name of this package. */ 100 /* Define to the one symbol short name of this package. */
100 #define PACKAGE_TARNAME "open-vcdiff" 101 #define PACKAGE_TARNAME "open-vcdiff"
101 102
102 /* Define to the version of this package. */ 103 /* Define to the version of this package. */
103 #define PACKAGE_VERSION "0.1" 104 #define PACKAGE_VERSION "0.7"
104 105
105 /* Define to 1 if you have the ANSI C header files. */ 106 /* Define to 1 if you have the ANSI C header files. */
106 #define STDC_HEADERS 1 107 #define STDC_HEADERS 1
107 108
108 /* 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
109 /* #undef VCDIFF_USE_BLOCK_COMPARE_WORDS */ 113 /* #undef VCDIFF_USE_BLOCK_COMPARE_WORDS */
114 #endif
110 115
111 /* Version number of package */ 116 /* Version number of package */
112 #define VERSION "0.1" 117 #define VERSION "0.7"
OLDNEW
« no previous file with comments | « sdch/linux/config.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698