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

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

Issue 661058: libxslt update (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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.in. Generated from configure.in by autoheader. */ 1 /* config.h.in. Generated from configure.in by autoheader. */
2 /* #undef HAVE_ISINF */ 2 /* #undef HAVE_ISINF */
3 /* #undef HAVE_ISNAN */ 3 /* #undef HAVE_ISNAN */
4 /* #undef HAVE_POW */ 4 /* #undef HAVE_POW */
5 /* #undef HAVE_FLOOR */ 5 /* #undef HAVE_FLOOR */
6 /* #undef HAVE_FABS */ 6 /* #undef HAVE_FABS */
7 #define WITH_DEBUGGER 1 7 #define WITH_DEBUGGER 1
8 8
9 /* Define to 1 if you have the <ansidecl.h> header file. */ 9 /* Define to 1 if you have the <ansidecl.h> header file. */
10 /* #undef HAVE_ANSIDECL_H */ 10 /* #undef HAVE_ANSIDECL_H */
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 /* Define to the one symbol short name of this package. */ 141 /* Define to the one symbol short name of this package. */
142 #define PACKAGE_TARNAME "" 142 #define PACKAGE_TARNAME ""
143 143
144 /* Define to the version of this package. */ 144 /* Define to the version of this package. */
145 #define PACKAGE_VERSION "" 145 #define PACKAGE_VERSION ""
146 146
147 /* Define to 1 if you have the ANSI C header files. */ 147 /* Define to 1 if you have the ANSI C header files. */
148 #define STDC_HEADERS 1 148 #define STDC_HEADERS 1
149 149
150 /* Version number of package */ 150 /* Version number of package */
151 #define VERSION "1.1.24" 151 #define VERSION "1.1.26"
152 152
153 /* Using the Win32 Socket implementation */ 153 /* Using the Win32 Socket implementation */
154 /* #undef _WINSOCKAPI_ */ 154 /* #undef _WINSOCKAPI_ */
155 155
156 /* Win32 Std C name mangling work-around */ 156 /* Win32 Std C name mangling work-around */
157 /* #undef snprintf */ 157 /* #undef snprintf */
158 158
159 /* Win32 Std C name mangling work-around */ 159 /* Win32 Std C name mangling work-around */
160 /* #undef vsnprintf */ 160 /* #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