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

Side by Side Diff: config.h

Issue 2345493002: Uprev libmtp to 1.1.12 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libmtp@master
Patch Set: Re-upload cl Created 4 years, 3 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 | « compile ('k') | config.guess » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6
7 /* Define to 1 if you have the <arpa/inet.h> header file. */
8 #define HAVE_ARPA_INET_H 1
9
10 /* Define to 1 if you have the `basename' function. */
11 #define HAVE_BASENAME 1
12
13 /* Define to 1 if you have the <byteswap.h> header file. */
14 #define HAVE_BYTESWAP_H 1
15
16 /* Define to 1 if you have the <ctype.h> header file. */
17 #define HAVE_CTYPE_H 1
18
19 /* Define to 1 if you have the <dlfcn.h> header file. */
20 #define HAVE_DLFCN_H 1
21
22 /* Define to 1 if you have the <errno.h> header file. */
23 #define HAVE_ERRNO_H 1
24
25 /* Define to 1 if you have the <fcntl.h> header file. */
26 #define HAVE_FCNTL_H 1
27
28 /* Define to 1 if you have the <getopt.h> header file. */
29 #define HAVE_GETOPT_H 1
30
31 /* Define if you have the iconv() function and it works. */
32 #define HAVE_ICONV 1
33
34 /* Define to 1 if you have the <inttypes.h> header file. */
35 #define HAVE_INTTYPES_H 1
36
37 /* Define to 1 if you have the <langinfo.h> header file. */
38 #define HAVE_LANGINFO_H 1
39
40 /* Define to 1 if you have the `gcrypt' library (-lgcrypt). */
41 #define HAVE_LIBGCRYPT 1
42
43 /* Define to 1 if you have the <libgen.h> header file. */
44 #define HAVE_LIBGEN_H 1
45
46 /* Have libusb 0.x */
47 /* #undef HAVE_LIBUSB0 */
48
49 /* Have libusb 1.0 */
50 #define HAVE_LIBUSB1 /**/
51
52 /* Define to 1 if you have the <limits.h> header file. */
53 #define HAVE_LIMITS_H 1
54
55 /* Define to 1 if you have the <locale.h> header file. */
56 #define HAVE_LOCALE_H 1
57
58 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
59 to 0 otherwise. */
60 #define HAVE_MALLOC 1
61
62 /* Define to 1 if you have the <memory.h> header file. */
63 #define HAVE_MEMORY_H 1
64
65 /* Define to 1 if you have the `memset' function. */
66 #define HAVE_MEMSET 1
67
68 /* Define to 1 if you have the `mkstemp' function. */
69 #define HAVE_MKSTEMP 1
70
71 /* Have libopenusb 1.0 */
72 /* #undef HAVE_OPENUSB */
73
74 /* Define to 1 if you have the `select' function. */
75 #define HAVE_SELECT 1
76
77 /* Define to 1 if `stat' has the bug that it succeeds when given the
78 zero-length file name argument. */
79 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
80
81 /* Define to 1 if you have the <stdint.h> header file. */
82 #define HAVE_STDINT_H 1
83
84 /* Define to 1 if you have the <stdio.h> header file. */
85 #define HAVE_STDIO_H 1
86
87 /* Define to 1 if you have the <stdlib.h> header file. */
88 #define HAVE_STDLIB_H 1
89
90 /* Define to 1 if you have the `strdup' function. */
91 #define HAVE_STRDUP 1
92
93 /* Define to 1 if you have the `strerror' function. */
94 #define HAVE_STRERROR 1
95
96 /* Define to 1 if you have the <strings.h> header file. */
97 #define HAVE_STRINGS_H 1
98
99 /* Define to 1 if you have the <string.h> header file. */
100 #define HAVE_STRING_H 1
101
102 /* Define to 1 if you have the `strndup' function. */
103 #define HAVE_STRNDUP 1
104
105 /* Define to 1 if you have the `strrchr' function. */
106 #define HAVE_STRRCHR 1
107
108 /* Define to 1 if you have the `strtoul' function. */
109 #define HAVE_STRTOUL 1
110
111 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
112 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
113
114 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
115 `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
116 #define HAVE_ST_BLKSIZE 1
117
118 /* Define to 1 if you have the <sys/stat.h> header file. */
119 #define HAVE_SYS_STAT_H 1
120
121 /* Define to 1 if you have the <sys/time.h> header file. */
122 #define HAVE_SYS_TIME_H 1
123
124 /* Define to 1 if you have the <sys/types.h> header file. */
125 #define HAVE_SYS_TYPES_H 1
126
127 /* Define to 1 if you have the <sys/uio.h> header file. */
128 #define HAVE_SYS_UIO_H 1
129
130 /* Define to 1 if you have the <unistd.h> header file. */
131 #define HAVE_UNISTD_H 1
132
133 /* Define to 1 if you have the `usleep' function. */
134 #define HAVE_USLEEP 1
135
136 /* Define as const if the declaration of iconv() needs const. */
137 #define ICONV_CONST
138
139 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
140 slash. */
141 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
142
143 /* Define to the sub-directory in which libtool stores uninstalled libraries.
144 */
145 #define LT_OBJDIR ".libs/"
146
147 /* Name of package */
148 #define PACKAGE "libmtp"
149
150 /* Define to the address where bug reports for this package should be sent. */
151 #define PACKAGE_BUGREPORT "libmtp-discuss@lists.sourceforge.net"
152
153 /* Define to the full name of this package. */
154 #define PACKAGE_NAME "libmtp"
155
156 /* Define to the full name and version of this package. */
157 #define PACKAGE_STRING "libmtp 1.1.5"
158
159 /* Define to the one symbol short name of this package. */
160 #define PACKAGE_TARNAME "libmtp"
161
162 /* Define to the home page for this package. */
163 #define PACKAGE_URL ""
164
165 /* Define to the version of this package. */
166 #define PACKAGE_VERSION "1.1.5"
167
168 /* Define as the return type of signal handlers (`int' or `void'). */
169 #define RETSIGTYPE void
170
171 /* Define to 1 if you have the ANSI C header files. */
172 #define STDC_HEADERS 1
173
174 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
175 #define TIME_WITH_SYS_TIME 1
176
177 /* Enable MTPZ functionality */
178 /* #undef USE_MTPZ */
179
180 /* Version number of package */
181 #define VERSION "1.1.5"
182
183 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
184 significant byte first (like Motorola and SPARC, unlike Intel). */
185 #if defined AC_APPLE_UNIVERSAL_BUILD
186 # if defined __BIG_ENDIAN__
187 # define WORDS_BIGENDIAN 1
188 # endif
189 #else
190 # ifndef WORDS_BIGENDIAN
191 /* # undef WORDS_BIGENDIAN */
192 # endif
193 #endif
194
195 /* Number of bits in a file offset, on hosts where this is settable. */
196 /* #undef _FILE_OFFSET_BITS */
197
198 /* Define for large files, on AIX-style hosts. */
199 /* #undef _LARGE_FILES */
200
201 /* Define to empty if `const' does not conform to ANSI C. */
202 /* #undef const */
203
204 /* Define to rpl_malloc if the replacement function should be used. */
205 /* #undef malloc */
206
207 /* Define to `long int' if <sys/types.h> does not define. */
208 /* #undef off_t */
209
210 /* Define to `unsigned int' if <sys/types.h> does not define. */
211 /* #undef size_t */
OLDNEW
« no previous file with comments | « compile ('k') | config.guess » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698