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

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

Issue 10535156: Add libexif to deps/third_party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 6 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 | « libexif/sources/README ('k') | libexif/sources/libexif/_stdint.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 #if defined(_WIN32)
2 /* config.h. Generated by configure. */
3 /* config.h.in. Generated from configure.ac by autoheader. */
4
5 /* Define to 1 if translation of program messages to the user's native
6 language is requested. */
7 /* #undef ENABLE_NLS 1 */
8
9 /* The gettext domain we're using */
10 /* #undef GETTEXT_PACKAGE "libexif-12" */
11
12 /* Define locale directory. */
13 /* #undef LOCALEDIR "UTF-8" */
14
15 /* Define to 1 if we want to bind text domain and enable GETTEXT_PACKAGE and
16 * LOCALE_DIR */
17 /* #undef BIND_TEXTDOMAIN 1 */
18
19 /* Define if the GNU dcgettext() function is already present or preinstalled.
20 */
21 /* #undef HAVE_DCGETTEXT 1 */
22
23 /* Define to 1 if you have the <dlfcn.h> header file. */
24 #define HAVE_DLFCN_H 1
25
26 /* Define if the GNU gettext() function is already present or preinstalled. */
27 #define HAVE_GETTEXT 1
28
29 /* Define if you have the iconv() function. */
30 #define HAVE_ICONV 1
31
32 /* Define to 1 if you have the <inttypes.h> header file. */
33 #define HAVE_INTTYPES_H 1
34
35 /* Define to 1 if you have the <memory.h> header file. */
36 #define HAVE_MEMORY_H 1
37
38 /* Define to 1 if you have the <stdint.h> header file. */
39 /* #undef HAVE_STDINT_H 1 */
40
41 /* Define to 1 if you have the <stdlib.h> header file. */
42 #define HAVE_STDLIB_H 1
43
44 /* Define to 1 if you have the <strings.h> header file. */
45 #define HAVE_STRINGS_H 1
46
47 /* Define to 1 if you have the <string.h> header file. */
48 #define HAVE_STRING_H 1
49
50 /* Define to 1 if you have the <sys/stat.h> header file. */
51 #define HAVE_SYS_STAT_H 1
52
53 /* Define to 1 if you have the <sys/types.h> header file. */
54 #define HAVE_SYS_TYPES_H 1
55
56 /* Define to 1 if you have the <unistd.h> header file. */
57 #define HAVE_UNISTD_H 1
58
59 /* Define as const if the declaration of iconv() needs const. */
60 #define ICONV_CONST
61
62 /* Name of package */
63 #define PACKAGE "libexif"
64
65 /* Define to the address where bug reports for this package should be sent. */
66 #define PACKAGE_BUGREPORT "libexif-devel@lists.sourceforge.net"
67
68 /* Define to the full name of this package. */
69 #define PACKAGE_NAME "EXIF library"
70
71 /* Define to the full name and version of this package. */
72 #define PACKAGE_STRING "EXIF library 0.6.20"
73
74 /* Define to the one symbol short name of this package. */
75 #define PACKAGE_TARNAME "libexif"
76
77 /* Define to the version of this package. */
78 #define PACKAGE_VERSION "0.6.20"
79
80 /* Define to 1 if you have the ANSI C header files. */
81 #define STDC_HEADERS 1
82
83 /* Version number of package */
84 #define VERSION "0.6.20"
85
86 #elif !defined(__APPLE__)
87 /* config.h. Generated by configure. */
88 /* config.h.in. Generated from configure.ac by autoheader. */
89
90 /* #define __cplusplus 1 */
91 #define LOCALEDIR "UTF-8"
92
93 /* Define to 1 if translation of program messages to the user's native
94 language is requested. */
95 /* #undef ENABLE_NLS */
96
97 /* The gettext domain we're using */
98 /* #undef GETTEXT_PACKAGE "libexif-12" */
99
100 /* Define locale directory. */
101 /* #undef LOCALEDIR "UTF-8" */
102
103 /* Define to 1 if we want to bind text domain and enable GETTEXT_PACKAGE and
104 * LOCALE_DIR */
105 /* #undef BIND_TEXTDOMAIN 1 */
106
107 /* Define if the GNU dcgettext() function is already present or preinstalled.
108 */
109 #define HAVE_DCGETTEXT 1
110
111 /* Define to 1 if you have the <dlfcn.h> header file. */
112 #define HAVE_DLFCN_H 1
113
114 /* Define if the GNU gettext() function is already present or preinstalled. */
115 #define HAVE_GETTEXT 1
116
117 /* Define if you have the iconv() function. */
118 #define HAVE_ICONV 1
119
120 /* Define to 1 if you have the <inttypes.h> header file. */
121 #define HAVE_INTTYPES_H 1
122
123 /* Define to 1 if you have the <memory.h> header file. */
124 #define HAVE_MEMORY_H 1
125
126 /* Define to 1 if you have the <stdint.h> header file. */
127 #define HAVE_STDINT_H 1
128
129 /* Define to 1 if you have the <stdlib.h> header file. */
130 #define HAVE_STDLIB_H 1
131
132 /* Define to 1 if you have the <strings.h> header file. */
133 #define HAVE_STRINGS_H 1
134
135 /* Define to 1 if you have the <string.h> header file. */
136 #define HAVE_STRING_H 1
137
138 /* Define to 1 if you have the <sys/stat.h> header file. */
139 #define HAVE_SYS_STAT_H 1
140
141 /* Define to 1 if you have the <sys/types.h> header file. */
142 #define HAVE_SYS_TYPES_H 1
143
144 /* Define to 1 if you have the <unistd.h> header file. */
145 #define HAVE_UNISTD_H 1
146
147 /* Define as const if the declaration of iconv() needs const. */
148 #define ICONV_CONST
149
150 /* Name of package */
151 #define PACKAGE "libexif"
152
153 /* Define to the address where bug reports for this package should be sent. */
154 #define PACKAGE_BUGREPORT "libexif-devel@lists.sourceforge.net"
155
156 /* Define to the full name of this package. */
157 #define PACKAGE_NAME "EXIF library"
158
159 /* Define to the full name and version of this package. */
160 #define PACKAGE_STRING "EXIF library 0.6.20"
161
162 /* Define to the one symbol short name of this package. */
163 #define PACKAGE_TARNAME "libexif"
164
165 /* Define to the version of this package. */
166 #define PACKAGE_VERSION "0.6.20"
167
168 /* Define to 1 if you have the ANSI C header files. */
169 #define STDC_HEADERS 1
170
171 /* Version number of package */
172 #define VERSION "0.6.20"
173
174 /* Define to empty if `const' does not conform to ANSI C. */
175 /* #undef const */
176 #else // defined(__APPLE__)
177
178 // We need different definitions for the iPhone from desktop OS X,
179 // we get the necessary #define from TargetConditionals.h
180 #include <TargetConditionals.h>
181
182 #if TARGET_OS_IPHONE
183
184 /* config.h. Generated from config.h.in by configure. */
185 /* config.h.in. Generated from configure.ac by autoheader. */
186
187 /* Define to 1 if translation of program messages to the user's native
188 language is requested. */
189 /* #undef ENABLE_NLS */
190
191 /* The gettext domain we're using */
192 /* #undef GETTEXT_PACKAGE "libexif-12" */
193
194 /* Define locale directory. */
195 /* #undef LOCALEDIR "UTF-8" */
196
197 /* Define to 1 if we want to bind text domain and enable GETTEXT_PACKAGE and
198 * LOCALE_DIR */
199 /* #undef BIND_TEXTDOMAIN 1 */
200
201 /* Define if the GNU dcgettext() function is already present or preinstalled.
202 */
203 /* #undef HAVE_DCGETTEXT */
204
205 /* Define to 1 if you have the <dlfcn.h> header file. */
206 #define HAVE_DLFCN_H 1
207
208 /* Define if the GNU gettext() function is already present or preinstalled. */
209 /* #undef HAVE_GETTEXT */
210
211 /* Define if you have the iconv() function. */
212 /* #undef HAVE_ICONV */
213
214 /* Define to 1 if you have the <inttypes.h> header file. */
215 #define HAVE_INTTYPES_H 1
216
217 /* Define to 1 if you have the <memory.h> header file. */
218 #define HAVE_MEMORY_H 1
219
220 /* Define to 1 if you have the <stdint.h> header file. */
221 #define HAVE_STDINT_H 1
222
223 /* Define to 1 if you have the <stdlib.h> header file. */
224 #define HAVE_STDLIB_H 1
225
226 /* Define to 1 if you have the <strings.h> header file. */
227 #define HAVE_STRINGS_H 1
228
229 /* Define to 1 if you have the <string.h> header file. */
230 #define HAVE_STRING_H 1
231
232 /* Define to 1 if you have the <sys/stat.h> header file. */
233 #define HAVE_SYS_STAT_H 1
234
235 /* Define to 1 if you have the <sys/types.h> header file. */
236 #define HAVE_SYS_TYPES_H 1
237
238 /* Define to 1 if you have the <unistd.h> header file. */
239 #define HAVE_UNISTD_H 1
240
241 /* Define as const if the declaration of iconv() needs const. */
242 /* #undef ICONV_CONST */
243
244 /* Name of package */
245 #define PACKAGE "libexif"
246
247 /* Define to the address where bug reports for this package should be sent. */
248 #define PACKAGE_BUGREPORT "libexif-devel@lists.sourceforge.net"
249
250 /* Define to the full name of this package. */
251 #define PACKAGE_NAME "EXIF library"
252
253 /* Define to the full name and version of this package. */
254 #define PACKAGE_STRING "EXIF library 0.6.20"
255
256 /* Define to the one symbol short name of this package. */
257 #define PACKAGE_TARNAME "libexif"
258
259 /* Define to the version of this package. */
260 #define PACKAGE_VERSION "0.6.20"
261
262 /* Define to 1 if you have the ANSI C header files. */
263 #define STDC_HEADERS 1
264
265 /* Version number of package */
266 #define VERSION "0.6.20"
267
268 /* Define to empty if `const' does not conform to ANSI C. */
269 /* #undef const */
270 #else // !TARGET_OS_IPHONE
271
272 /* config.h. Generated from config.h.in by configure. */
273 /* config.h.in. Generated from configure.ac by autoheader. */
274
275 /* Define to 1 if translation of program messages to the user's native
276 language is requested. */
277 /* #undef ENABLE_NLS */
278
279 /* The gettext domain we're using */
280 /* #undef GETTEXT_PACKAGE "libexif-12" */
281
282 /* Define locale directory. */
283 /* #undef LOCALEDIR "UTF-8" */
284
285 /* Define to 1 if we want to bind text domain and enable GETTEXT_PACKAGE and
286 * LOCALE_DIR */
287 /* #undef BIND_TEXTDOMAIN 1 */
288
289 /* Define if the GNU dcgettext() function is already present or preinstalled.
290 */
291 /* #undef HAVE_DCGETTEXT */
292
293 /* Define to 1 if you have the <dlfcn.h> header file. */
294 #define HAVE_DLFCN_H 1
295
296 /* Define if the GNU gettext() function is already present or preinstalled. */
297 /* #undef HAVE_GETTEXT */
298
299 /* Define if you have the iconv() function. */
300 #define HAVE_ICONV 1
301
302 /* Define to 1 if you have the <inttypes.h> header file. */
303 #define HAVE_INTTYPES_H 1
304
305 /* Define to 1 if you have the <memory.h> header file. */
306 #define HAVE_MEMORY_H 1
307
308 /* Define to 1 if you have the <stdint.h> header file. */
309 #define HAVE_STDINT_H 1
310
311 /* Define to 1 if you have the <stdlib.h> header file. */
312 #define HAVE_STDLIB_H 1
313
314 /* Define to 1 if you have the <strings.h> header file. */
315 #define HAVE_STRINGS_H 1
316
317 /* Define to 1 if you have the <string.h> header file. */
318 #define HAVE_STRING_H 1
319
320 /* Define to 1 if you have the <sys/stat.h> header file. */
321 #define HAVE_SYS_STAT_H 1
322
323 /* Define to 1 if you have the <sys/types.h> header file. */
324 #define HAVE_SYS_TYPES_H 1
325
326 /* Define to 1 if you have the <unistd.h> header file. */
327 #define HAVE_UNISTD_H 1
328
329 /* Define as const if the declaration of iconv() needs const. */
330 #define ICONV_CONST
331
332 /* Name of package */
333 #define PACKAGE "libexif"
334
335 /* Define to the address where bug reports for this package should be sent. */
336 #define PACKAGE_BUGREPORT "libexif-devel@lists.sourceforge.net"
337
338 /* Define to the full name of this package. */
339 #define PACKAGE_NAME "EXIF library"
340
341 /* Define to the full name and version of this package. */
342 #define PACKAGE_STRING "EXIF library 0.6.20"
343
344 /* Define to the one symbol short name of this package. */
345 #define PACKAGE_TARNAME "libexif"
346
347 /* Define to the version of this package. */
348 #define PACKAGE_VERSION "0.6.20"
349
350 /* Define to 1 if you have the ANSI C header files. */
351 #define STDC_HEADERS 1
352
353 /* Version number of package */
354 #define VERSION "0.6.20"
355
356 /* Define to empty if `const' does not conform to ANSI C. */
357 /* #undef const */
358 #endif // TARGET_OS_IPHONE
359
360 #endif // _WIN32
OLDNEW
« no previous file with comments | « libexif/sources/README ('k') | libexif/sources/libexif/_stdint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698