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

Side by Side Diff: third_party/libxslt/linux/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
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.in by autoheader. */ 2 /* config.h.in. Generated from configure.in by autoheader. */
3 /* #undef HAVE_ISINF */
4 /* #undef HAVE_ISNAN */
5 #define HAVE_POW 1
6 #define HAVE_FLOOR 1
7 #define HAVE_FABS 1
8 #define WITH_DEBUGGER 1
9 3
10 /* Define to 1 if you have the <ansidecl.h> header file. */ 4 /* Define to 1 if you have the <ansidecl.h> header file. */
11 /* #undef HAVE_ANSIDECL_H */ 5 /* #undef HAVE_ANSIDECL_H */
12 6
13 /* Define to 1 if you have the `asctime' function. */ 7 /* Define to 1 if you have the `asctime' function. */
14 #define HAVE_ASCTIME 1 8 #define HAVE_ASCTIME 1
15 9
10 /* Define to 1 if you have the `clock_gettime' function. */
11 /* #undef HAVE_CLOCK_GETTIME */
12
16 /* Define to 1 if you have the <dlfcn.h> header file. */ 13 /* Define to 1 if you have the <dlfcn.h> header file. */
17 #define HAVE_DLFCN_H 1 14 #define HAVE_DLFCN_H 1
18 15
16 /* Define if fabs is there */
17 #define HAVE_FABS /**/
18
19 /* Define to 1 if you have the <float.h> header file. */ 19 /* Define to 1 if you have the <float.h> header file. */
20 #define HAVE_FLOAT_H 1 20 #define HAVE_FLOAT_H 1
21 21
22 /* Define if floor is there */
23 #define HAVE_FLOOR /**/
24
22 /* Define to 1 if you have the `fprintf' function. */ 25 /* Define to 1 if you have the `fprintf' function. */
23 #define HAVE_FPRINTF 1 26 #define HAVE_FPRINTF 1
24 27
25 /* 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. */
26 /* #undef HAVE_FP_CLASS_H */ 29 /* #undef HAVE_FP_CLASS_H */
27 30
28 /* Define to 1 if you have the `ftime' function. */ 31 /* Define to 1 if you have the `ftime' function. */
29 #define HAVE_FTIME 1 32 #define HAVE_FTIME 1
30 33
31 /* Define if gcrypt library is available. */ 34 /* Define if gcrypt library is available. */
32 #define HAVE_GCRYPT 1 35 #define HAVE_GCRYPT 1
33 36
34 /* Define to 1 if you have the `gettimeofday' function. */ 37 /* Define to 1 if you have the `gettimeofday' function. */
35 #define HAVE_GETTIMEOFDAY 1 38 #define HAVE_GETTIMEOFDAY 1
36 39
40 /* Define to 1 if you have the `gmtime' function. */
41 #define HAVE_GMTIME 1
42
37 /* Define to 1 if you have the `gmtime_r' function. */ 43 /* Define to 1 if you have the `gmtime_r' function. */
38 #define HAVE_GMTIME_R 1 44 #define HAVE_GMTIME_R 1
39 45
40 /* Define to 1 if you have the <ieeefp.h> header file. */ 46 /* Define to 1 if you have the <ieeefp.h> header file. */
41 /* #undef HAVE_IEEEFP_H */ 47 /* #undef HAVE_IEEEFP_H */
42 48
43 /* Define to 1 if you have the <inttypes.h> header file. */ 49 /* Define to 1 if you have the <inttypes.h> header file. */
44 #define HAVE_INTTYPES_H 1 50 #define HAVE_INTTYPES_H 1
45 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
46 /* Define to 1 if you have the `localtime' function. */ 58 /* Define to 1 if you have the `localtime' function. */
47 #define HAVE_LOCALTIME 1 59 #define HAVE_LOCALTIME 1
48 60
49 /* Define to 1 if you have the `localtime_r' function. */ 61 /* Define to 1 if you have the `localtime_r' function. */
50 #define HAVE_LOCALTIME_R 1 62 #define HAVE_LOCALTIME_R 1
51 63
52 /* Define to 1 if you have the <math.h> header file. */ 64 /* Define to 1 if you have the <math.h> header file. */
53 #define HAVE_MATH_H 1 65 #define HAVE_MATH_H 1
54 66
55 /* Define to 1 if you have the <memory.h> header file. */ 67 /* Define to 1 if you have the <memory.h> header file. */
56 #define HAVE_MEMORY_H 1 68 #define HAVE_MEMORY_H 1
57 69
58 /* Define to 1 if you have the `mktime' function. */ 70 /* Define to 1 if you have the `mktime' function. */
59 #define HAVE_MKTIME 1 71 #define HAVE_MKTIME 1
60 72
61 /* Define to 1 if you have the <nan.h> header file. */ 73 /* Define to 1 if you have the <nan.h> header file. */
62 /* #undef HAVE_NAN_H */ 74 /* #undef HAVE_NAN_H */
63 75
76 /* Define if pow is there */
77 #define HAVE_POW /**/
78
64 /* Define to 1 if you have the `printf' function. */ 79 /* Define to 1 if you have the `printf' function. */
65 #define HAVE_PRINTF 1 80 #define HAVE_PRINTF 1
66 81
82 /* Define if <pthread.h> is there */
83 #define HAVE_PTHREAD_H /**/
84
67 /* Define to 1 if you have the `snprintf' function. */ 85 /* Define to 1 if you have the `snprintf' function. */
68 #define HAVE_SNPRINTF 1 86 #define HAVE_SNPRINTF 1
69 87
70 /* Define to 1 if you have the `sprintf' function. */ 88 /* Define to 1 if you have the `sprintf' function. */
71 #define HAVE_SPRINTF 1 89 #define HAVE_SPRINTF 1
72 90
73 /* Define to 1 if you have the `sscanf' function. */ 91 /* Define to 1 if you have the `sscanf' function. */
74 #define HAVE_SSCANF 1 92 #define HAVE_SSCANF 1
75 93
76 /* 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
117 135
118 /* Define to 1 if you have the `vfprintf' function. */ 136 /* Define to 1 if you have the `vfprintf' function. */
119 #define HAVE_VFPRINTF 1 137 #define HAVE_VFPRINTF 1
120 138
121 /* Define to 1 if you have the `vsnprintf' function. */ 139 /* Define to 1 if you have the `vsnprintf' function. */
122 #define HAVE_VSNPRINTF 1 140 #define HAVE_VSNPRINTF 1
123 141
124 /* Define to 1 if you have the `vsprintf' function. */ 142 /* Define to 1 if you have the `vsprintf' function. */
125 #define HAVE_VSPRINTF 1 143 #define HAVE_VSPRINTF 1
126 144
145 /* Define to 1 if you have the <xlocale.h> header file. */
146 #define HAVE_XLOCALE_H 1
147
127 /* Define to 1 if you have the `_stat' function. */ 148 /* Define to 1 if you have the `_stat' function. */
128 /* #undef HAVE__STAT */ 149 /* #undef HAVE__STAT */
129 150
151 /* Define to the sub-directory in which libtool stores uninstalled libraries.
152 */
153 #define LT_OBJDIR ".libs/"
154
130 /* Name of package */ 155 /* Name of package */
131 #define PACKAGE "libxslt" 156 #define PACKAGE "libxslt"
132 157
133 /* 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. */
134 #define PACKAGE_BUGREPORT "" 159 #define PACKAGE_BUGREPORT ""
135 160
136 /* Define to the full name of this package. */ 161 /* Define to the full name of this package. */
137 #define PACKAGE_NAME "" 162 #define PACKAGE_NAME ""
138 163
139 /* Define to the full name and version of this package. */ 164 /* Define to the full name and version of this package. */
140 #define PACKAGE_STRING "" 165 #define PACKAGE_STRING ""
141 166
142 /* Define to the one symbol short name of this package. */ 167 /* Define to the one symbol short name of this package. */
143 #define PACKAGE_TARNAME "" 168 #define PACKAGE_TARNAME ""
144 169
170 /* Define to the home page for this package. */
171 #define PACKAGE_URL ""
172
145 /* Define to the version of this package. */ 173 /* Define to the version of this package. */
146 #define PACKAGE_VERSION "" 174 #define PACKAGE_VERSION ""
147 175
148 /* Define to 1 if you have the ANSI C header files. */ 176 /* Define to 1 if you have the ANSI C header files. */
149 #define STDC_HEADERS 1 177 #define STDC_HEADERS 1
150 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
151 /* Version number of package */ 201 /* Version number of package */
152 #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 */
153 216
154 /* Using the Win32 Socket implementation */ 217 /* Using the Win32 Socket implementation */
155 /* #undef _WINSOCKAPI_ */ 218 /* #undef _WINSOCKAPI_ */
156 219
157 /* Win32 Std C name mangling work-around */ 220 /* Win32 Std C name mangling work-around */
158 /* #undef snprintf */ 221 /* #undef snprintf */
159 222
160 /* Win32 Std C name mangling work-around */ 223 /* Win32 Std C name mangling work-around */
161 /* #undef vsnprintf */ 224 /* #undef vsnprintf */
OLDNEW
« no previous file with comments | « third_party/libxslt/libxslt/xsltwin32config.h ('k') | third_party/libxslt/linux/libexslt/exsltconfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698