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

Side by Side Diff: third_party/libxslt/mac/config.h

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no iconv Created 5 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
« no previous file with comments | « third_party/libxslt/linux/xslt-config ('k') | third_party/libxslt/win32/Makefile » ('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.in by autoheader. */ 2 /* config.h.in. Generated from configure.in by autoheader. */
2 /* #undef HAVE_ISINF */
3 /* #undef HAVE_ISNAN */
4 /* #undef HAVE_POW */
5 /* #undef HAVE_FLOOR */
6 /* #undef HAVE_FABS */
7 #define WITH_DEBUGGER 1
8 3
9 /* Define to 1 if you have the <ansidecl.h> header file. */ 4 /* Define to 1 if you have the <ansidecl.h> header file. */
10 /* #undef HAVE_ANSIDECL_H */ 5 /* #undef HAVE_ANSIDECL_H */
11 6
12 /* Define to 1 if you have the `asctime' function. */ 7 /* Define to 1 if you have the `asctime' function. */
13 #define HAVE_ASCTIME 1 8 #define HAVE_ASCTIME 1
14 9
10 /* Define to 1 if you have the `clock_gettime' function. */
11 /* #undef HAVE_CLOCK_GETTIME */
12
15 /* Define to 1 if you have the <dlfcn.h> header file. */ 13 /* Define to 1 if you have the <dlfcn.h> header file. */
16 #define HAVE_DLFCN_H 1 14 #define HAVE_DLFCN_H 1
17 15
16 /* Define if fabs is there */
17 /* #undef HAVE_FABS */
18
18 /* Define to 1 if you have the <float.h> header file. */ 19 /* Define to 1 if you have the <float.h> header file. */
19 #define HAVE_FLOAT_H 1 20 #define HAVE_FLOAT_H 1
20 21
22 /* Define if floor is there */
23 /* #undef HAVE_FLOOR */
24
21 /* Define to 1 if you have the `fprintf' function. */ 25 /* Define to 1 if you have the `fprintf' function. */
22 #define HAVE_FPRINTF 1 26 #define HAVE_FPRINTF 1
23 27
24 /* Define to 1 if you have the <fp_class.h> header file. */ 28 /* Define to 1 if you have the <fp_class.h> header file. */
25 /* #undef HAVE_FP_CLASS_H */ 29 /* #undef HAVE_FP_CLASS_H */
26 30
27 /* Define to 1 if you have the `ftime' function. */ 31 /* Define to 1 if you have the `ftime' function. */
28 #define HAVE_FTIME 1 32 #define HAVE_FTIME 1
29 33
30 /* Define if gcrypt library is available. */ 34 /* Define if gcrypt library is available. */
31 /* #undef HAVE_GCRYPT */ 35 /* #undef HAVE_GCRYPT */
32 36
33 /* Define to 1 if you have the `gettimeofday' function. */ 37 /* Define to 1 if you have the `gettimeofday' function. */
34 #define HAVE_GETTIMEOFDAY 1 38 #define HAVE_GETTIMEOFDAY 1
35 39
40 /* Define to 1 if you have the `gmtime' function. */
41 #define HAVE_GMTIME 1
42
36 /* Define to 1 if you have the `gmtime_r' function. */ 43 /* Define to 1 if you have the `gmtime_r' function. */
37 #define HAVE_GMTIME_R 1 44 #define HAVE_GMTIME_R 1
38 45
39 /* Define to 1 if you have the <ieeefp.h> header file. */ 46 /* Define to 1 if you have the <ieeefp.h> header file. */
40 /* #undef HAVE_IEEEFP_H */ 47 /* #undef HAVE_IEEEFP_H */
41 48
42 /* Define to 1 if you have the <inttypes.h> header file. */ 49 /* Define to 1 if you have the <inttypes.h> header file. */
43 #define HAVE_INTTYPES_H 1 50 #define HAVE_INTTYPES_H 1
44 51
52 /* Define if pthread library is there (-lpthread) */
53 #define HAVE_LIBPTHREAD /**/
54
55 /* Define to 1 if you have the <locale.h> header file. */
56 #define HAVE_LOCALE_H 1
57
45 /* Define to 1 if you have the `localtime' function. */ 58 /* Define to 1 if you have the `localtime' function. */
46 #define HAVE_LOCALTIME 1 59 #define HAVE_LOCALTIME 1
47 60
48 /* Define to 1 if you have the `localtime_r' function. */ 61 /* Define to 1 if you have the `localtime_r' function. */
49 #define HAVE_LOCALTIME_R 1 62 #define HAVE_LOCALTIME_R 1
50 63
51 /* Define to 1 if you have the <math.h> header file. */ 64 /* Define to 1 if you have the <math.h> header file. */
52 #define HAVE_MATH_H 1 65 #define HAVE_MATH_H 1
53 66
54 /* Define to 1 if you have the <memory.h> header file. */ 67 /* Define to 1 if you have the <memory.h> header file. */
55 #define HAVE_MEMORY_H 1 68 #define HAVE_MEMORY_H 1
56 69
57 /* Define to 1 if you have the `mktime' function. */ 70 /* Define to 1 if you have the `mktime' function. */
58 #define HAVE_MKTIME 1 71 #define HAVE_MKTIME 1
59 72
60 /* Define to 1 if you have the <nan.h> header file. */ 73 /* Define to 1 if you have the <nan.h> header file. */
61 /* #undef HAVE_NAN_H */ 74 /* #undef HAVE_NAN_H */
62 75
76 /* Define if pow is there */
77 /* #undef HAVE_POW */
78
63 /* Define to 1 if you have the `printf' function. */ 79 /* Define to 1 if you have the `printf' function. */
64 #define HAVE_PRINTF 1 80 #define HAVE_PRINTF 1
65 81
82 /* Define if <pthread.h> is there */
83 #define HAVE_PTHREAD_H /**/
84
66 /* Define to 1 if you have the `snprintf' function. */ 85 /* Define to 1 if you have the `snprintf' function. */
67 #define HAVE_SNPRINTF 1 86 #define HAVE_SNPRINTF 1
68 87
69 /* Define to 1 if you have the `sprintf' function. */ 88 /* Define to 1 if you have the `sprintf' function. */
70 #define HAVE_SPRINTF 1 89 #define HAVE_SPRINTF 1
71 90
72 /* Define to 1 if you have the `sscanf' function. */ 91 /* Define to 1 if you have the `sscanf' function. */
73 #define HAVE_SSCANF 1 92 #define HAVE_SSCANF 1
74 93
75 /* Define to 1 if you have the `stat' function. */ 94 /* Define to 1 if you have the `stat' function. */
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 135
117 /* Define to 1 if you have the `vfprintf' function. */ 136 /* Define to 1 if you have the `vfprintf' function. */
118 #define HAVE_VFPRINTF 1 137 #define HAVE_VFPRINTF 1
119 138
120 /* Define to 1 if you have the `vsnprintf' function. */ 139 /* Define to 1 if you have the `vsnprintf' function. */
121 #define HAVE_VSNPRINTF 1 140 #define HAVE_VSNPRINTF 1
122 141
123 /* Define to 1 if you have the `vsprintf' function. */ 142 /* Define to 1 if you have the `vsprintf' function. */
124 #define HAVE_VSPRINTF 1 143 #define HAVE_VSPRINTF 1
125 144
145 /* Define to 1 if you have the <xlocale.h> header file. */
146 #define HAVE_XLOCALE_H 1
147
126 /* Define to 1 if you have the `_stat' function. */ 148 /* Define to 1 if you have the `_stat' function. */
127 /* #undef HAVE__STAT */ 149 /* #undef HAVE__STAT */
128 150
151 /* Define to the sub-directory in which libtool stores uninstalled libraries.
152 */
153 #define LT_OBJDIR ".libs/"
154
129 /* Name of package */ 155 /* Name of package */
130 #define PACKAGE "libxslt" 156 #define PACKAGE "libxslt"
131 157
132 /* Define to the address where bug reports for this package should be sent. */ 158 /* Define to the address where bug reports for this package should be sent. */
133 #define PACKAGE_BUGREPORT "" 159 #define PACKAGE_BUGREPORT ""
134 160
135 /* Define to the full name of this package. */ 161 /* Define to the full name of this package. */
136 #define PACKAGE_NAME "" 162 #define PACKAGE_NAME ""
137 163
138 /* Define to the full name and version of this package. */ 164 /* Define to the full name and version of this package. */
139 #define PACKAGE_STRING "" 165 #define PACKAGE_STRING ""
140 166
141 /* Define to the one symbol short name of this package. */ 167 /* Define to the one symbol short name of this package. */
142 #define PACKAGE_TARNAME "" 168 #define PACKAGE_TARNAME ""
143 169
170 /* Define to the home page for this package. */
171 #define PACKAGE_URL ""
172
144 /* Define to the version of this package. */ 173 /* Define to the version of this package. */
145 #define PACKAGE_VERSION "" 174 #define PACKAGE_VERSION ""
146 175
147 /* Define to 1 if you have the ANSI C header files. */ 176 /* Define to 1 if you have the ANSI C header files. */
148 #define STDC_HEADERS 1 177 #define STDC_HEADERS 1
149 178
179 /* Enable extensions on AIX 3, Interix. */
180 #ifndef _ALL_SOURCE
181 # define _ALL_SOURCE 1
182 #endif
183 /* Enable GNU extensions on systems that have them. */
184 #ifndef _GNU_SOURCE
185 # define _GNU_SOURCE 1
186 #endif
187 /* Enable threading extensions on Solaris. */
188 #ifndef _POSIX_PTHREAD_SEMANTICS
189 # define _POSIX_PTHREAD_SEMANTICS 1
190 #endif
191 /* Enable extensions on HP NonStop. */
192 #ifndef _TANDEM_SOURCE
193 # define _TANDEM_SOURCE 1
194 #endif
195 /* Enable general extensions on Solaris. */
196 #ifndef __EXTENSIONS__
197 # define __EXTENSIONS__ 1
198 #endif
199
200
150 /* Version number of package */ 201 /* Version number of package */
151 #define VERSION "1.1.26" 202 #define VERSION "1.1.28"
203
204 /* Define if debugging support is enabled */
205 /* #undef WITH_DEBUGGER */
206
207 /* Define to 1 if on MINIX. */
208 /* #undef _MINIX */
209
210 /* Define to 2 if the system does not provide POSIX.1 features except with
211 this defined. */
212 /* #undef _POSIX_1_SOURCE */
213
214 /* Define to 1 if you need to in order for `stat' and other things to work. */
215 /* #undef _POSIX_SOURCE */
152 216
153 /* Using the Win32 Socket implementation */ 217 /* Using the Win32 Socket implementation */
154 /* #undef _WINSOCKAPI_ */ 218 /* #undef _WINSOCKAPI_ */
155 219
156 /* Win32 Std C name mangling work-around */ 220 /* Win32 Std C name mangling work-around */
157 /* #undef snprintf */ 221 /* #undef snprintf */
158 222
159 /* Win32 Std C name mangling work-around */ 223 /* Win32 Std C name mangling work-around */
160 /* #undef vsnprintf */ 224 /* #undef vsnprintf */
OLDNEW
« no previous file with comments | « third_party/libxslt/linux/xslt-config ('k') | third_party/libxslt/win32/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698