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

Side by Side Diff: config.h

Issue 11358153: Update libmtp from pre 1.1.4 git to 1.1.5 release. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libmtp/
Patch Set: disable mptz Created 8 years, 1 month 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 | « aclocal.m4 ('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. Generated from config.h.in by configure. */ 1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */
3 3
4 /* Define if building universal (internal helper macro) */ 4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 6
7 /* Define to 1 if you have the <arpa/inet.h> header file. */ 7 /* Define to 1 if you have the <arpa/inet.h> header file. */
8 #define HAVE_ARPA_INET_H 1 8 #define HAVE_ARPA_INET_H 1
9 9
10 /* Define to 1 if you have the `basename' function. */ 10 /* Define to 1 if you have the `basename' function. */
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 /* Name of package */ 147 /* Name of package */
148 #define PACKAGE "libmtp" 148 #define PACKAGE "libmtp"
149 149
150 /* Define to the address where bug reports for this package should be sent. */ 150 /* Define to the address where bug reports for this package should be sent. */
151 #define PACKAGE_BUGREPORT "libmtp-discuss@lists.sourceforge.net" 151 #define PACKAGE_BUGREPORT "libmtp-discuss@lists.sourceforge.net"
152 152
153 /* Define to the full name of this package. */ 153 /* Define to the full name of this package. */
154 #define PACKAGE_NAME "libmtp" 154 #define PACKAGE_NAME "libmtp"
155 155
156 /* Define to the full name and version of this package. */ 156 /* Define to the full name and version of this package. */
157 #define PACKAGE_STRING "libmtp 1.1.4" 157 #define PACKAGE_STRING "libmtp 1.1.5"
158 158
159 /* Define to the one symbol short name of this package. */ 159 /* Define to the one symbol short name of this package. */
160 #define PACKAGE_TARNAME "libmtp" 160 #define PACKAGE_TARNAME "libmtp"
161 161
162 /* Define to the home page for this package. */ 162 /* Define to the home page for this package. */
163 #define PACKAGE_URL "" 163 #define PACKAGE_URL ""
164 164
165 /* Define to the version of this package. */ 165 /* Define to the version of this package. */
166 #define PACKAGE_VERSION "1.1.4" 166 #define PACKAGE_VERSION "1.1.5"
167 167
168 /* Define as the return type of signal handlers (`int' or `void'). */ 168 /* Define as the return type of signal handlers (`int' or `void'). */
169 #define RETSIGTYPE void 169 #define RETSIGTYPE void
170 170
171 /* Define to 1 if you have the ANSI C header files. */ 171 /* Define to 1 if you have the ANSI C header files. */
172 #define STDC_HEADERS 1 172 #define STDC_HEADERS 1
173 173
174 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 174 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
175 #define TIME_WITH_SYS_TIME 1 175 #define TIME_WITH_SYS_TIME 1
176 176
177 /* Enable MTPZ functionality */ 177 /* Enable MTPZ functionality */
178 #define USE_MTPZ /**/ 178 /* #undef USE_MTPZ */
Jorge Lucangeli Obes 2012/11/09 19:59:12 It's weird to have #undef and the comment... eithe
Lei Zhang 2012/11/09 20:51:08 It's what configure would have generated. Just mak
179 179
180 /* Version number of package */ 180 /* Version number of package */
181 #define VERSION "1.1.4" 181 #define VERSION "1.1.5"
182 182
183 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 183 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
184 significant byte first (like Motorola and SPARC, unlike Intel). */ 184 significant byte first (like Motorola and SPARC, unlike Intel). */
185 #if defined AC_APPLE_UNIVERSAL_BUILD 185 #if defined AC_APPLE_UNIVERSAL_BUILD
186 # if defined __BIG_ENDIAN__ 186 # if defined __BIG_ENDIAN__
187 # define WORDS_BIGENDIAN 1 187 # define WORDS_BIGENDIAN 1
188 # endif 188 # endif
189 #else 189 #else
190 # ifndef WORDS_BIGENDIAN 190 # ifndef WORDS_BIGENDIAN
191 /* # undef WORDS_BIGENDIAN */ 191 /* # undef WORDS_BIGENDIAN */
(...skipping 10 matching lines...) Expand all
202 /* #undef const */ 202 /* #undef const */
203 203
204 /* Define to rpl_malloc if the replacement function should be used. */ 204 /* Define to rpl_malloc if the replacement function should be used. */
205 /* #undef malloc */ 205 /* #undef malloc */
206 206
207 /* Define to `long int' if <sys/types.h> does not define. */ 207 /* Define to `long int' if <sys/types.h> does not define. */
208 /* #undef off_t */ 208 /* #undef off_t */
209 209
210 /* Define to `unsigned int' if <sys/types.h> does not define. */ 210 /* Define to `unsigned int' if <sys/types.h> does not define. */
211 /* #undef size_t */ 211 /* #undef size_t */
OLDNEW
« no previous file with comments | « aclocal.m4 ('k') | configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698