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

Side by Side Diff: config.h

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