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

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

Issue 1846153002: Roll libxslt to 891681e3e948f31732229f53cb6db7215f740fc7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Roll libxslt to 891681e3e948f31732229f53cb6db7215f740fc7 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
(Empty)
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */
3
4 /* Define to 1 if you have the <ansidecl.h> header file. */
5 /* #undef HAVE_ANSIDECL_H */
6
7 /* Define to 1 if you have the `asctime' function. */
8 #define HAVE_ASCTIME 1
9
10 /* Define to 1 if you have the `clock_gettime' function. */
11 /* #undef HAVE_CLOCK_GETTIME */
12
13 /* Define to 1 if you have the <dlfcn.h> header file. */
14 #define HAVE_DLFCN_H 1
15
16 /* Define if fabs is there */
17 /* #undef HAVE_FABS */
18
19 /* Define to 1 if you have the <float.h> header file. */
20 #define HAVE_FLOAT_H 1
21
22 /* Define if floor is there */
23 /* #undef HAVE_FLOOR */
24
25 /* Define to 1 if you have the `fprintf' function. */
26 #define HAVE_FPRINTF 1
27
28 /* Define to 1 if you have the <fp_class.h> header file. */
29 /* #undef HAVE_FP_CLASS_H */
30
31 /* Define to 1 if you have the `ftime' function. */
32 #define HAVE_FTIME 1
33
34 /* Define if gcrypt library is available. */
35 /* #undef HAVE_GCRYPT */
36
37 /* Define to 1 if you have the `gettimeofday' function. */
38 #define HAVE_GETTIMEOFDAY 1
39
40 /* Define to 1 if you have the `gmtime' function. */
41 #define HAVE_GMTIME 1
42
43 /* Define to 1 if you have the `gmtime_r' function. */
44 #define HAVE_GMTIME_R 1
45
46 /* Define to 1 if you have the <ieeefp.h> header file. */
47 /* #undef HAVE_IEEEFP_H */
48
49 /* Define to 1 if you have the <inttypes.h> header file. */
50 #define HAVE_INTTYPES_H 1
51
52 /* Define if pthread library is there (-lpthread) */
53 #define HAVE_LIBPTHREAD /**/
54
55 /* Define to 1 if you have the <locale.h> header file. */
56 #define HAVE_LOCALE_H 1
57
58 /* Define to 1 if you have the `localtime' function. */
59 #define HAVE_LOCALTIME 1
60
61 /* Define to 1 if you have the `localtime_r' function. */
62 #define HAVE_LOCALTIME_R 1
63
64 /* Define to 1 if you have the <math.h> header file. */
65 #define HAVE_MATH_H 1
66
67 /* Define to 1 if you have the <memory.h> header file. */
68 #define HAVE_MEMORY_H 1
69
70 /* Define to 1 if you have the `mktime' function. */
71 #define HAVE_MKTIME 1
72
73 /* Define to 1 if you have the <nan.h> header file. */
74 /* #undef HAVE_NAN_H */
75
76 /* Define if pow is there */
77 /* #undef HAVE_POW */
78
79 /* Define to 1 if you have the `printf' function. */
80 #define HAVE_PRINTF 1
81
82 /* Define if <pthread.h> is there */
83 #define HAVE_PTHREAD_H /**/
84
85 /* Define to 1 if you have the `snprintf' function. */
86 #define HAVE_SNPRINTF 1
87
88 /* Define to 1 if you have the `sprintf' function. */
89 #define HAVE_SPRINTF 1
90
91 /* Define to 1 if you have the `sscanf' function. */
92 #define HAVE_SSCANF 1
93
94 /* Define to 1 if you have the `stat' function. */
95 #define HAVE_STAT 1
96
97 /* Define to 1 if you have the <stdarg.h> header file. */
98 #define HAVE_STDARG_H 1
99
100 /* Define to 1 if you have the <stdint.h> header file. */
101 #define HAVE_STDINT_H 1
102
103 /* Define to 1 if you have the <stdlib.h> header file. */
104 #define HAVE_STDLIB_H 1
105
106 /* Define to 1 if you have the <strings.h> header file. */
107 #define HAVE_STRINGS_H 1
108
109 /* Define to 1 if you have the <string.h> header file. */
110 #define HAVE_STRING_H 1
111
112 /* Define to 1 if you have the <sys/select.h> header file. */
113 #define HAVE_SYS_SELECT_H 1
114
115 /* Define to 1 if you have the <sys/stat.h> header file. */
116 #define HAVE_SYS_STAT_H 1
117
118 /* Define to 1 if you have the <sys/timeb.h> header file. */
119 #define HAVE_SYS_TIMEB_H 1
120
121 /* Define to 1 if you have the <sys/time.h> header file. */
122 #define HAVE_SYS_TIME_H 1
123
124 /* Define to 1 if you have the <sys/types.h> header file. */
125 #define HAVE_SYS_TYPES_H 1
126
127 /* Define to 1 if you have the `time' function. */
128 #define HAVE_TIME 1
129
130 /* Define to 1 if you have the <time.h> header file. */
131 #define HAVE_TIME_H 1
132
133 /* Define to 1 if you have the <unistd.h> header file. */
134 #define HAVE_UNISTD_H 1
135
136 /* Define to 1 if you have the `vfprintf' function. */
137 #define HAVE_VFPRINTF 1
138
139 /* Define to 1 if you have the `vsnprintf' function. */
140 #define HAVE_VSNPRINTF 1
141
142 /* Define to 1 if you have the `vsprintf' function. */
143 #define HAVE_VSPRINTF 1
144
145 /* Define to 1 if you have the <xlocale.h> header file. */
146 #define HAVE_XLOCALE_H 1
147
148 /* Define to 1 if you have the `_stat' function. */
149 /* #undef HAVE__STAT */
150
151 /* Define to the sub-directory in which libtool stores uninstalled libraries.
152 */
153 #define LT_OBJDIR ".libs/"
154
155 /* Name of package */
156 #define PACKAGE "libxslt"
157
158 /* Define to the address where bug reports for this package should be sent. */
159 #define PACKAGE_BUGREPORT ""
160
161 /* Define to the full name of this package. */
162 #define PACKAGE_NAME ""
163
164 /* Define to the full name and version of this package. */
165 #define PACKAGE_STRING ""
166
167 /* Define to the one symbol short name of this package. */
168 #define PACKAGE_TARNAME ""
169
170 /* Define to the home page for this package. */
171 #define PACKAGE_URL ""
172
173 /* Define to the version of this package. */
174 #define PACKAGE_VERSION ""
175
176 /* Define to 1 if you have the ANSI C header files. */
177 #define STDC_HEADERS 1
178
179 /* Enable extensions on AIX 3, Interix. */
180 #ifndef _ALL_SOURCE
181 # define _ALL_SOURCE 1
182 #endif
183 /* Enable GNU extensions on systems that have them. */
184 #ifndef _GNU_SOURCE
185 # define _GNU_SOURCE 1
186 #endif
187 /* Enable threading extensions on Solaris. */
188 #ifndef _POSIX_PTHREAD_SEMANTICS
189 # define _POSIX_PTHREAD_SEMANTICS 1
190 #endif
191 /* Enable extensions on HP NonStop. */
192 #ifndef _TANDEM_SOURCE
193 # define _TANDEM_SOURCE 1
194 #endif
195 /* Enable general extensions on Solaris. */
196 #ifndef __EXTENSIONS__
197 # define __EXTENSIONS__ 1
198 #endif
199
200
201 /* Version number of package */
202 #define VERSION "1.1.28"
203
204 /* Define if debugging support is enabled */
205 /* #undef WITH_DEBUGGER */
206
207 /* Define to 1 if on MINIX. */
208 /* #undef _MINIX */
209
210 /* Define to 2 if the system does not provide POSIX.1 features except with
211 this defined. */
212 /* #undef _POSIX_1_SOURCE */
213
214 /* Define to 1 if you need to in order for `stat' and other things to work. */
215 /* #undef _POSIX_SOURCE */
216
217 /* Using the Win32 Socket implementation */
218 /* #undef _WINSOCKAPI_ */
219
220 /* Win32 Std C name mangling work-around */
221 /* #undef snprintf */
222
223 /* Win32 Std C name mangling work-around */
224 /* #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