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

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