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

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

Issue 1848793005: Roll libxslt to 891681e3e948f31732229f53cb6db7215f740fc7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/Makefile ('k') | third_party/libxslt/linux/config.log » ('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.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
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 if fabs is there */ 16 /* Define if fabs is there */
17 #define HAVE_FABS /**/ 17 #define HAVE_FABS /**/
18 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
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 /* #undef _POSIX_SOURCE */ 215 /* #undef _POSIX_SOURCE */
216 216
217 /* Using the Win32 Socket implementation */ 217 /* Using the Win32 Socket implementation */
218 /* #undef _WINSOCKAPI_ */ 218 /* #undef _WINSOCKAPI_ */
219 219
220 /* Win32 Std C name mangling work-around */ 220 /* Win32 Std C name mangling work-around */
221 /* #undef snprintf */ 221 /* #undef snprintf */
222 222
223 /* Win32 Std C name mangling work-around */ 223 /* Win32 Std C name mangling work-around */
224 /* #undef vsnprintf */ 224 /* #undef vsnprintf */
OLDNEW
« no previous file with comments | « third_party/libxslt/linux/Makefile ('k') | third_party/libxslt/linux/config.log » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698