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

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

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/README.chromium ('k') | third_party/libxslt/configure » ('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.in. Generated from configure.in by autoheader. */ 1 /* config.h.in. Generated from configure.in by autoheader. */
2 2
3 /* Define to 1 if you have the <ansidecl.h> header file. */ 3 /* Define to 1 if you have the <ansidecl.h> header file. */
4 #undef HAVE_ANSIDECL_H 4 #undef HAVE_ANSIDECL_H
5 5
6 /* Define to 1 if you have the `asctime' function. */
7 #undef HAVE_ASCTIME
8
9 /* Define to 1 if you have the `clock_gettime' function. */ 6 /* Define to 1 if you have the `clock_gettime' function. */
10 #undef HAVE_CLOCK_GETTIME 7 #undef HAVE_CLOCK_GETTIME
11 8
12 /* Define to 1 if you have the <dlfcn.h> header file. */ 9 /* Define to 1 if you have the <dlfcn.h> header file. */
13 #undef HAVE_DLFCN_H 10 #undef HAVE_DLFCN_H
14 11
15 /* Define to 1 if you have the <errno.h> header file. */ 12 /* Define to 1 if you have the <errno.h> header file. */
16 #undef HAVE_ERRNO_H 13 #undef HAVE_ERRNO_H
17 14
18 /* Define if fabs is there */ 15 /* Define if fabs is there */
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 59
63 /* Define to 1 if you have the `localtime_r' function. */ 60 /* Define to 1 if you have the `localtime_r' function. */
64 #undef HAVE_LOCALTIME_R 61 #undef HAVE_LOCALTIME_R
65 62
66 /* Define to 1 if you have the <math.h> header file. */ 63 /* Define to 1 if you have the <math.h> header file. */
67 #undef HAVE_MATH_H 64 #undef HAVE_MATH_H
68 65
69 /* Define to 1 if you have the <memory.h> header file. */ 66 /* Define to 1 if you have the <memory.h> header file. */
70 #undef HAVE_MEMORY_H 67 #undef HAVE_MEMORY_H
71 68
72 /* Define to 1 if you have the `mktime' function. */
73 #undef HAVE_MKTIME
74
75 /* Define to 1 if you have the <nan.h> header file. */ 69 /* Define to 1 if you have the <nan.h> header file. */
76 #undef HAVE_NAN_H 70 #undef HAVE_NAN_H
77 71
78 /* Define if pow is there */ 72 /* Define if pow is there */
79 #undef HAVE_POW 73 #undef HAVE_POW
80 74
81 /* Define to 1 if you have the `printf' function. */ 75 /* Define to 1 if you have the `printf' function. */
82 #undef HAVE_PRINTF 76 #undef HAVE_PRINTF
83 77
84 /* Define if <pthread.h> is there */ 78 /* Define if <pthread.h> is there */
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 #undef _POSIX_SOURCE 210 #undef _POSIX_SOURCE
217 211
218 /* Using the Win32 Socket implementation */ 212 /* Using the Win32 Socket implementation */
219 #undef _WINSOCKAPI_ 213 #undef _WINSOCKAPI_
220 214
221 /* Win32 Std C name mangling work-around */ 215 /* Win32 Std C name mangling work-around */
222 #undef snprintf 216 #undef snprintf
223 217
224 /* Win32 Std C name mangling work-around */ 218 /* Win32 Std C name mangling work-around */
225 #undef vsnprintf 219 #undef vsnprintf
OLDNEW
« no previous file with comments | « third_party/libxslt/README.chromium ('k') | third_party/libxslt/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698