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

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

Issue 2634473003: Roll libxslt to 96c9c644f30ed762735802a27784cc522cff1643 (Closed)
Patch Set: Remove hostname from config.log. Created 3 years, 11 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/libxslt/Makefile ('k') | third_party/libxslt/win32/Makefile.mingw » ('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 to 1 if you have the <errno.h> header file. */ 16 /* Define to 1 if you have the <errno.h> header file. */
17 #define HAVE_ERRNO_H 1 17 #define HAVE_ERRNO_H 1
18 18
19 /* Define if fabs is there */ 19 /* Define if fabs is there */
20 /* #undef HAVE_FABS */ 20 /* #undef HAVE_FABS */
21 21
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 /* #undef _POSIX_SOURCE */ 217 /* #undef _POSIX_SOURCE */
218 218
219 /* Using the Win32 Socket implementation */ 219 /* Using the Win32 Socket implementation */
220 /* #undef _WINSOCKAPI_ */ 220 /* #undef _WINSOCKAPI_ */
221 221
222 /* Win32 Std C name mangling work-around */ 222 /* Win32 Std C name mangling work-around */
223 /* #undef snprintf */ 223 /* #undef snprintf */
224 224
225 /* Win32 Std C name mangling work-around */ 225 /* Win32 Std C name mangling work-around */
226 /* #undef vsnprintf */ 226 /* #undef vsnprintf */
OLDNEW
« no previous file with comments | « third_party/libxslt/linux/libxslt/Makefile ('k') | third_party/libxslt/win32/Makefile.mingw » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698