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

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

Issue 2865973002: Check in the libxslt roll script. (Closed)
Patch Set: Consistent quotes. Created 3 years, 7 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/ltmain.sh ('k') | third_party/libxslt/missing » ('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 `clock_gettime' function. */ 7 /* Define to 1 if you have the `clock_gettime' function. */
8 8
9 9
10 /* Define to 1 if you have the <dlfcn.h> header file. */ 10 /* Define to 1 if you have the <dlfcn.h> header file. */
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 /* Define to 1 if you have the <inttypes.h> header file. */ 49 /* Define to 1 if you have the <inttypes.h> header file. */
50 #define HAVE_INTTYPES_H 1 50 #define HAVE_INTTYPES_H 1
51 51
52 /* Define if pthread library is there (-lpthread) */ 52 /* Define if pthread library is there (-lpthread) */
53 #define HAVE_LIBPTHREAD /**/ 53 #define HAVE_LIBPTHREAD /**/
54 54
55 /* Define to 1 if you have the <locale.h> header file. */ 55 /* Define to 1 if you have the <locale.h> header file. */
56 #define HAVE_LOCALE_H 1 56 #define HAVE_LOCALE_H 1
57 57
58 /* Define to 1 if you have the `localtime' function. */ 58 /* Define to 1 if you have the `localtime' function. */
59 #define HAVE_LOCALTIME 1 59
60 60
61 /* Define to 1 if you have the `localtime_r' function. */ 61 /* Define to 1 if you have the `localtime_r' function. */
62 #define HAVE_LOCALTIME_R 1 62 #define HAVE_LOCALTIME_R 1
63 63
64 /* Define to 1 if you have the <math.h> header file. */ 64 /* Define to 1 if you have the <math.h> header file. */
65 #define HAVE_MATH_H 1 65 #define HAVE_MATH_H 1
66 66
67 /* Define to 1 if you have the <memory.h> header file. */ 67 /* Define to 1 if you have the <memory.h> header file. */
68 #define HAVE_MEMORY_H 1 68 #define HAVE_MEMORY_H 1
69 69
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 /* #undef _POSIX_SOURCE */ 211 /* #undef _POSIX_SOURCE */
212 212
213 /* Using the Win32 Socket implementation */ 213 /* Using the Win32 Socket implementation */
214 /* #undef _WINSOCKAPI_ */ 214 /* #undef _WINSOCKAPI_ */
215 215
216 /* Win32 Std C name mangling work-around */ 216 /* Win32 Std C name mangling work-around */
217 /* #undef snprintf */ 217 /* #undef snprintf */
218 218
219 /* Win32 Std C name mangling work-around */ 219 /* Win32 Std C name mangling work-around */
220 /* #undef vsnprintf */ 220 /* #undef vsnprintf */
OLDNEW
« no previous file with comments | « third_party/libxslt/ltmain.sh ('k') | third_party/libxslt/missing » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698