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

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

Issue 2411263002: Roll libxslt to 8345634c5482ca04293ae1862d52fa9dd764aeca (Closed)
Patch Set: config.log 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
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 3
4 /* Define to 1 if you have the <ansidecl.h> header file. */ 4 /* Define to 1 if you have the <ansidecl.h> header file. */
5 /* #undef HAVE_ANSIDECL_H */ 5 /* #undef HAVE_ANSIDECL_H */
6 6
7 /* Define to 1 if you have the `asctime' function. */ 7 /* Define to 1 if you have the `asctime' function. */
8 #define HAVE_ASCTIME 1 8 #define HAVE_ASCTIME 1
9 9
10 /* Define to 1 if you have the `clock_gettime' function. */ 10 /* Define to 1 if you have the `clock_gettime' function. */
11 /* #undef HAVE_CLOCK_GETTIME */ 11 /* #undef HAVE_CLOCK_GETTIME */
12 12
13 /* Define to 1 if you have the <dlfcn.h> header file. */ 13 /* Define to 1 if you have the <dlfcn.h> header file. */
14 #define HAVE_DLFCN_H 1 14 #define HAVE_DLFCN_H 1
15 15
16 /* Define to 1 if you have the <errno.h> header file. */
17 #define HAVE_ERRNO_H 1
18
16 /* Define if fabs is there */ 19 /* Define if fabs is there */
17 /* #undef HAVE_FABS */ 20 /* #undef HAVE_FABS */
18 21
19 /* Define to 1 if you have the <float.h> header file. */ 22 /* Define to 1 if you have the <float.h> header file. */
20 #define HAVE_FLOAT_H 1 23 #define HAVE_FLOAT_H 1
21 24
22 /* Define if floor is there */ 25 /* Define if floor is there */
23 /* #undef HAVE_FLOOR */ 26 /* #undef HAVE_FLOOR */
24 27
25 /* Define to 1 if you have the `fprintf' function. */ 28 /* Define to 1 if you have the `fprintf' function. */
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 #ifndef _TANDEM_SOURCE 194 #ifndef _TANDEM_SOURCE
192 # define _TANDEM_SOURCE 1 195 # define _TANDEM_SOURCE 1
193 #endif 196 #endif
194 /* Enable general extensions on Solaris. */ 197 /* Enable general extensions on Solaris. */
195 #ifndef __EXTENSIONS__ 198 #ifndef __EXTENSIONS__
196 # define __EXTENSIONS__ 1 199 # define __EXTENSIONS__ 1
197 #endif 200 #endif
198 201
199 202
200 /* Version number of package */ 203 /* Version number of package */
201 #define VERSION "1.1.28" 204 #define VERSION "1.1.29"
202 205
203 /* Define if debugging support is enabled */ 206 /* Define if debugging support is enabled */
204 /* #undef WITH_DEBUGGER */ 207 /* #undef WITH_DEBUGGER */
205 208
206 /* Define to 1 if on MINIX. */ 209 /* Define to 1 if on MINIX. */
207 /* #undef _MINIX */ 210 /* #undef _MINIX */
208 211
209 /* Define to 2 if the system does not provide POSIX.1 features except with 212 /* Define to 2 if the system does not provide POSIX.1 features except with
210 this defined. */ 213 this defined. */
211 /* #undef _POSIX_1_SOURCE */ 214 /* #undef _POSIX_1_SOURCE */
212 215
213 /* Define to 1 if you need to in order for `stat' and other things to work. */ 216 /* Define to 1 if you need to in order for `stat' and other things to work. */
214 /* #undef _POSIX_SOURCE */ 217 /* #undef _POSIX_SOURCE */
215 218
216 /* Using the Win32 Socket implementation */ 219 /* Using the Win32 Socket implementation */
217 /* #undef _WINSOCKAPI_ */ 220 /* #undef _WINSOCKAPI_ */
218 221
219 /* Win32 Std C name mangling work-around */ 222 /* Win32 Std C name mangling work-around */
220 /* #undef snprintf */ 223 /* #undef snprintf */
221 224
222 /* Win32 Std C name mangling work-around */ 225 /* Win32 Std C name mangling work-around */
223 /* #undef vsnprintf */ 226 /* #undef vsnprintf */
OLDNEW
« no previous file with comments | « third_party/libxslt/linux/libxslt/xsltwin32config.h ('k') | third_party/libxslt/win32/libxslt/libxslt.def » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698