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

Side by Side Diff: libexif/sources/config.h

Issue 10792004: Fetch libexif 0.6.21 to include the security fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | libexif/sources/libexif/canon/mnote-canon-entry.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #if defined(_WIN32) 1 #if defined(_WIN32)
2 /* config.h. Generated by configure. */ 2 /* config.h. Generated by configure. */
3 /* config.h.in. Generated from configure.ac by autoheader. */ 3 /* config.h.in. Generated from configure.ac by autoheader. */
4 4
5 /* Define to 1 if translation of program messages to the user's native 5 /* Define to 1 if translation of program messages to the user's native
6 language is requested. */ 6 language is requested. */
7 /* #undef ENABLE_NLS 1 */ 7 /* #undef ENABLE_NLS 1 */
8 8
9 /* The gettext domain we're using */ 9 /* The gettext domain we're using */
10 /* #undef GETTEXT_PACKAGE "libexif-12" */ 10 /* #undef GETTEXT_PACKAGE "libexif-12" */
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 /* Name of package */ 62 /* Name of package */
63 #define PACKAGE "libexif" 63 #define PACKAGE "libexif"
64 64
65 /* Define to the address where bug reports for this package should be sent. */ 65 /* Define to the address where bug reports for this package should be sent. */
66 #define PACKAGE_BUGREPORT "libexif-devel@lists.sourceforge.net" 66 #define PACKAGE_BUGREPORT "libexif-devel@lists.sourceforge.net"
67 67
68 /* Define to the full name of this package. */ 68 /* Define to the full name of this package. */
69 #define PACKAGE_NAME "EXIF library" 69 #define PACKAGE_NAME "EXIF library"
70 70
71 /* Define to the full name and version of this package. */ 71 /* Define to the full name and version of this package. */
72 #define PACKAGE_STRING "EXIF library 0.6.20" 72 #define PACKAGE_STRING "EXIF library 0.6.21"
73 73
74 /* Define to the one symbol short name of this package. */ 74 /* Define to the one symbol short name of this package. */
75 #define PACKAGE_TARNAME "libexif" 75 #define PACKAGE_TARNAME "libexif"
76 76
77 /* Define to the version of this package. */ 77 /* Define to the version of this package. */
78 #define PACKAGE_VERSION "0.6.20" 78 #define PACKAGE_VERSION "0.6.21"
79 79
80 /* Define to 1 if you have the ANSI C header files. */ 80 /* Define to 1 if you have the ANSI C header files. */
81 #define STDC_HEADERS 1 81 #define STDC_HEADERS 1
82 82
83 /* Version number of package */ 83 /* Version number of package */
84 #define VERSION "0.6.20" 84 #define VERSION "0.6.21"
85 85
86 #elif !defined(__APPLE__) 86 #elif !defined(__APPLE__)
87 /* config.h. Generated by configure. */ 87 /* config.h. Generated by configure. */
88 /* config.h.in. Generated from configure.ac by autoheader. */ 88 /* config.h.in. Generated from configure.ac by autoheader. */
89 89
90 /* #define __cplusplus 1 */ 90 /* #define __cplusplus 1 */
91 #define LOCALEDIR "UTF-8" 91 #define LOCALEDIR "UTF-8"
92 92
93 /* Define to 1 if translation of program messages to the user's native 93 /* Define to 1 if translation of program messages to the user's native
94 language is requested. */ 94 language is requested. */
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 /* Name of package */ 150 /* Name of package */
151 #define PACKAGE "libexif" 151 #define PACKAGE "libexif"
152 152
153 /* Define to the address where bug reports for this package should be sent. */ 153 /* Define to the address where bug reports for this package should be sent. */
154 #define PACKAGE_BUGREPORT "libexif-devel@lists.sourceforge.net" 154 #define PACKAGE_BUGREPORT "libexif-devel@lists.sourceforge.net"
155 155
156 /* Define to the full name of this package. */ 156 /* Define to the full name of this package. */
157 #define PACKAGE_NAME "EXIF library" 157 #define PACKAGE_NAME "EXIF library"
158 158
159 /* Define to the full name and version of this package. */ 159 /* Define to the full name and version of this package. */
160 #define PACKAGE_STRING "EXIF library 0.6.20" 160 #define PACKAGE_STRING "EXIF library 0.6.21"
161 161
162 /* Define to the one symbol short name of this package. */ 162 /* Define to the one symbol short name of this package. */
163 #define PACKAGE_TARNAME "libexif" 163 #define PACKAGE_TARNAME "libexif"
164 164
165 /* Define to the version of this package. */ 165 /* Define to the version of this package. */
166 #define PACKAGE_VERSION "0.6.20" 166 #define PACKAGE_VERSION "0.6.21"
167 167
168 /* Define to 1 if you have the ANSI C header files. */ 168 /* Define to 1 if you have the ANSI C header files. */
169 #define STDC_HEADERS 1 169 #define STDC_HEADERS 1
170 170
171 /* Version number of package */ 171 /* Version number of package */
172 #define VERSION "0.6.20" 172 #define VERSION "0.6.21"
173 173
174 /* Define to empty if `const' does not conform to ANSI C. */ 174 /* Define to empty if `const' does not conform to ANSI C. */
175 /* #undef const */ 175 /* #undef const */
176 #else // defined(__APPLE__) 176 #else // defined(__APPLE__)
177 177
178 // We need different definitions for the iPhone from desktop OS X, 178 // We need different definitions for the iPhone from desktop OS X,
179 // we get the necessary #define from TargetConditionals.h 179 // we get the necessary #define from TargetConditionals.h
180 #include <TargetConditionals.h> 180 #include <TargetConditionals.h>
181 181
182 #if TARGET_OS_IPHONE 182 #if TARGET_OS_IPHONE
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 /* Name of package */ 244 /* Name of package */
245 #define PACKAGE "libexif" 245 #define PACKAGE "libexif"
246 246
247 /* Define to the address where bug reports for this package should be sent. */ 247 /* Define to the address where bug reports for this package should be sent. */
248 #define PACKAGE_BUGREPORT "libexif-devel@lists.sourceforge.net" 248 #define PACKAGE_BUGREPORT "libexif-devel@lists.sourceforge.net"
249 249
250 /* Define to the full name of this package. */ 250 /* Define to the full name of this package. */
251 #define PACKAGE_NAME "EXIF library" 251 #define PACKAGE_NAME "EXIF library"
252 252
253 /* Define to the full name and version of this package. */ 253 /* Define to the full name and version of this package. */
254 #define PACKAGE_STRING "EXIF library 0.6.20" 254 #define PACKAGE_STRING "EXIF library 0.6.21"
255 255
256 /* Define to the one symbol short name of this package. */ 256 /* Define to the one symbol short name of this package. */
257 #define PACKAGE_TARNAME "libexif" 257 #define PACKAGE_TARNAME "libexif"
258 258
259 /* Define to the version of this package. */ 259 /* Define to the version of this package. */
260 #define PACKAGE_VERSION "0.6.20" 260 #define PACKAGE_VERSION "0.6.21"
261 261
262 /* Define to 1 if you have the ANSI C header files. */ 262 /* Define to 1 if you have the ANSI C header files. */
263 #define STDC_HEADERS 1 263 #define STDC_HEADERS 1
264 264
265 /* Version number of package */ 265 /* Version number of package */
266 #define VERSION "0.6.20" 266 #define VERSION "0.6.21"
267 267
268 /* Define to empty if `const' does not conform to ANSI C. */ 268 /* Define to empty if `const' does not conform to ANSI C. */
269 /* #undef const */ 269 /* #undef const */
270 #else // !TARGET_OS_IPHONE 270 #else // !TARGET_OS_IPHONE
271 271
272 /* config.h. Generated from config.h.in by configure. */ 272 /* config.h. Generated from config.h.in by configure. */
273 /* config.h.in. Generated from configure.ac by autoheader. */ 273 /* config.h.in. Generated from configure.ac by autoheader. */
274 274
275 /* Define to 1 if translation of program messages to the user's native 275 /* Define to 1 if translation of program messages to the user's native
276 language is requested. */ 276 language is requested. */
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 /* Name of package */ 332 /* Name of package */
333 #define PACKAGE "libexif" 333 #define PACKAGE "libexif"
334 334
335 /* Define to the address where bug reports for this package should be sent. */ 335 /* Define to the address where bug reports for this package should be sent. */
336 #define PACKAGE_BUGREPORT "libexif-devel@lists.sourceforge.net" 336 #define PACKAGE_BUGREPORT "libexif-devel@lists.sourceforge.net"
337 337
338 /* Define to the full name of this package. */ 338 /* Define to the full name of this package. */
339 #define PACKAGE_NAME "EXIF library" 339 #define PACKAGE_NAME "EXIF library"
340 340
341 /* Define to the full name and version of this package. */ 341 /* Define to the full name and version of this package. */
342 #define PACKAGE_STRING "EXIF library 0.6.20" 342 #define PACKAGE_STRING "EXIF library 0.6.21"
343 343
344 /* Define to the one symbol short name of this package. */ 344 /* Define to the one symbol short name of this package. */
345 #define PACKAGE_TARNAME "libexif" 345 #define PACKAGE_TARNAME "libexif"
346 346
347 /* Define to the version of this package. */ 347 /* Define to the version of this package. */
348 #define PACKAGE_VERSION "0.6.20" 348 #define PACKAGE_VERSION "0.6.21"
349 349
350 /* Define to 1 if you have the ANSI C header files. */ 350 /* Define to 1 if you have the ANSI C header files. */
351 #define STDC_HEADERS 1 351 #define STDC_HEADERS 1
352 352
353 /* Version number of package */ 353 /* Version number of package */
354 #define VERSION "0.6.20" 354 #define VERSION "0.6.21"
355 355
356 /* Define to empty if `const' does not conform to ANSI C. */ 356 /* Define to empty if `const' does not conform to ANSI C. */
357 /* #undef const */ 357 /* #undef const */
358 #endif // TARGET_OS_IPHONE 358 #endif // TARGET_OS_IPHONE
359 359
360 #endif // _WIN32 360 #endif // _WIN32
OLDNEW
« no previous file with comments | « no previous file | libexif/sources/libexif/canon/mnote-canon-entry.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698