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

Side by Side Diff: third_party/libxslt/mac/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/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 `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. */
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 141
142 /* Define to 1 if you have the `vsprintf' function. */ 142 /* Define to 1 if you have the `vsprintf' function. */
143 #define HAVE_VSPRINTF 1 143 #define HAVE_VSPRINTF 1
144 144
145 /* Define to 1 if you have the <xlocale.h> header file. */ 145 /* Define to 1 if you have the <xlocale.h> header file. */
146 #define HAVE_XLOCALE_H 1 146 #define HAVE_XLOCALE_H 1
147 147
148 /* Define to 1 if you have the `_stat' function. */ 148 /* Define to 1 if you have the `_stat' function. */
149 /* #undef HAVE__STAT */ 149 /* #undef HAVE__STAT */
150 150
151 /* Define to the sub-directory in which libtool stores uninstalled libraries. 151 /* Define to the sub-directory where libtool stores uninstalled libraries. */
152 */
153 #define LT_OBJDIR ".libs/" 152 #define LT_OBJDIR ".libs/"
154 153
155 /* Name of package */ 154 /* Name of package */
156 #define PACKAGE "libxslt" 155 #define PACKAGE "libxslt"
157 156
158 /* Define to the address where bug reports for this package should be sent. */ 157 /* Define to the address where bug reports for this package should be sent. */
159 #define PACKAGE_BUGREPORT "" 158 #define PACKAGE_BUGREPORT ""
160 159
161 /* Define to the full name of this package. */ 160 /* Define to the full name of this package. */
162 #define PACKAGE_NAME "" 161 #define PACKAGE_NAME ""
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 /* #undef _POSIX_SOURCE */ 214 /* #undef _POSIX_SOURCE */
216 215
217 /* Using the Win32 Socket implementation */ 216 /* Using the Win32 Socket implementation */
218 /* #undef _WINSOCKAPI_ */ 217 /* #undef _WINSOCKAPI_ */
219 218
220 /* Win32 Std C name mangling work-around */ 219 /* Win32 Std C name mangling work-around */
221 /* #undef snprintf */ 220 /* #undef snprintf */
222 221
223 /* Win32 Std C name mangling work-around */ 222 /* Win32 Std C name mangling work-around */
224 /* #undef vsnprintf */ 223 /* #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