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

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

Issue 2777943003: Roll libxslt to ac341cbd792ee572941cc9a66e73800219a1a386 (Closed)
Patch Set: Update README.chromium. Created 3 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. */
8
9
10 /* Define to 1 if you have the `clock_gettime' function. */ 7 /* Define to 1 if you have the `clock_gettime' function. */
11 8
12 9
13 /* Define to 1 if you have the <dlfcn.h> header file. */ 10 /* Define to 1 if you have the <dlfcn.h> header file. */
14 #define HAVE_DLFCN_H 1 11 #define HAVE_DLFCN_H 1
15 12
16 /* Define to 1 if you have the <errno.h> header file. */ 13 /* Define to 1 if you have the <errno.h> header file. */
17 #define HAVE_ERRNO_H 1 14 #define HAVE_ERRNO_H 1
18 15
19 /* Define if fabs is there */ 16 /* Define if fabs is there */
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 60
64 /* Define to 1 if you have the `localtime_r' function. */ 61 /* Define to 1 if you have the `localtime_r' function. */
65 #define HAVE_LOCALTIME_R 1 62 #define HAVE_LOCALTIME_R 1
66 63
67 /* Define to 1 if you have the <math.h> header file. */ 64 /* Define to 1 if you have the <math.h> header file. */
68 #define HAVE_MATH_H 1 65 #define HAVE_MATH_H 1
69 66
70 /* Define to 1 if you have the <memory.h> header file. */ 67 /* Define to 1 if you have the <memory.h> header file. */
71 #define HAVE_MEMORY_H 1 68 #define HAVE_MEMORY_H 1
72 69
73 /* Define to 1 if you have the `mktime' function. */
74
75
76 /* Define to 1 if you have the <nan.h> header file. */ 70 /* Define to 1 if you have the <nan.h> header file. */
77 /* #undef HAVE_NAN_H */ 71 /* #undef HAVE_NAN_H */
78 72
79 /* Define if pow is there */ 73 /* Define if pow is there */
80 #define HAVE_POW /**/ 74 #define HAVE_POW /**/
81 75
82 /* Define to 1 if you have the `printf' function. */ 76 /* Define to 1 if you have the `printf' function. */
83 #define HAVE_PRINTF 1 77 #define HAVE_PRINTF 1
84 78
85 /* Define if <pthread.h> is there */ 79 /* Define if <pthread.h> is there */
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 /* #undef _POSIX_SOURCE */ 211 /* #undef _POSIX_SOURCE */
218 212
219 /* Using the Win32 Socket implementation */ 213 /* Using the Win32 Socket implementation */
220 /* #undef _WINSOCKAPI_ */ 214 /* #undef _WINSOCKAPI_ */
221 215
222 /* Win32 Std C name mangling work-around */ 216 /* Win32 Std C name mangling work-around */
223 /* #undef snprintf */ 217 /* #undef snprintf */
224 218
225 /* Win32 Std C name mangling work-around */ 219 /* Win32 Std C name mangling work-around */
226 /* #undef vsnprintf */ 220 /* #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