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

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

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

Powered by Google App Engine
This is Rietveld 408576698