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

Side by Side Diff: config.h.in

Issue 2364793002: Revert "Uprev libmtp to 1.1.12" (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libmtp@master
Patch Set: Created 4 years, 2 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 | « config.sub ('k') | configure » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* config.h.in. Generated from configure.ac by autoheader. */ 1 /* config.h.in. Generated from configure.ac by autoheader. */
2 2
3 /* Define if building universal (internal helper macro) */ 3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD 4 #undef AC_APPLE_UNIVERSAL_BUILD
5 5
6 /* Define to 1 if you have the <arpa/inet.h> header file. */ 6 /* Define to 1 if you have the <arpa/inet.h> header file. */
7 #undef HAVE_ARPA_INET_H 7 #undef HAVE_ARPA_INET_H
8 8
9 /* Define to 1 if you have the `basename' function. */ 9 /* Define to 1 if you have the `basename' function. */
10 #undef HAVE_BASENAME 10 #undef HAVE_BASENAME
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 /* Have libusb 1.0 */ 48 /* Have libusb 1.0 */
49 #undef HAVE_LIBUSB1 49 #undef HAVE_LIBUSB1
50 50
51 /* Define to 1 if you have the <limits.h> header file. */ 51 /* Define to 1 if you have the <limits.h> header file. */
52 #undef HAVE_LIMITS_H 52 #undef HAVE_LIMITS_H
53 53
54 /* Define to 1 if you have the <locale.h> header file. */ 54 /* Define to 1 if you have the <locale.h> header file. */
55 #undef HAVE_LOCALE_H 55 #undef HAVE_LOCALE_H
56 56
57 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
58 to 0 otherwise. */
59 #undef HAVE_MALLOC
60
57 /* Define to 1 if you have the <memory.h> header file. */ 61 /* Define to 1 if you have the <memory.h> header file. */
58 #undef HAVE_MEMORY_H 62 #undef HAVE_MEMORY_H
59 63
60 /* Define to 1 if you have the `memset' function. */ 64 /* Define to 1 if you have the `memset' function. */
61 #undef HAVE_MEMSET 65 #undef HAVE_MEMSET
62 66
63 /* Define to 1 if you have the `mkstemp' function. */ 67 /* Define to 1 if you have the `mkstemp' function. */
64 #undef HAVE_MKSTEMP 68 #undef HAVE_MKSTEMP
65 69
66 /* Have libopenusb 1.0 */ 70 /* Have libopenusb 1.0 */
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 #if defined AC_APPLE_UNIVERSAL_BUILD 184 #if defined AC_APPLE_UNIVERSAL_BUILD
181 # if defined __BIG_ENDIAN__ 185 # if defined __BIG_ENDIAN__
182 # define WORDS_BIGENDIAN 1 186 # define WORDS_BIGENDIAN 1
183 # endif 187 # endif
184 #else 188 #else
185 # ifndef WORDS_BIGENDIAN 189 # ifndef WORDS_BIGENDIAN
186 # undef WORDS_BIGENDIAN 190 # undef WORDS_BIGENDIAN
187 # endif 191 # endif
188 #endif 192 #endif
189 193
190 /* Enable large inode numbers on Mac OS X 10.5. */
191 #ifndef _DARWIN_USE_64_BIT_INODE
192 # define _DARWIN_USE_64_BIT_INODE 1
193 #endif
194
195 /* Number of bits in a file offset, on hosts where this is settable. */ 194 /* Number of bits in a file offset, on hosts where this is settable. */
196 #undef _FILE_OFFSET_BITS 195 #undef _FILE_OFFSET_BITS
197 196
198 /* Define for large files, on AIX-style hosts. */ 197 /* Define for large files, on AIX-style hosts. */
199 #undef _LARGE_FILES 198 #undef _LARGE_FILES
200 199
201 /* Define to empty if `const' does not conform to ANSI C. */ 200 /* Define to empty if `const' does not conform to ANSI C. */
202 #undef const 201 #undef const
203 202
203 /* Define to rpl_malloc if the replacement function should be used. */
204 #undef malloc
205
204 /* Define to `long int' if <sys/types.h> does not define. */ 206 /* Define to `long int' if <sys/types.h> does not define. */
205 #undef off_t 207 #undef off_t
206 208
207 /* Define to `unsigned int' if <sys/types.h> does not define. */ 209 /* Define to `unsigned int' if <sys/types.h> does not define. */
208 #undef size_t 210 #undef size_t
OLDNEW
« no previous file with comments | « config.sub ('k') | configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698