Patrick Scott | 60a4c35 | 2009-07-09 09:30:54 -0400 | [diff] [blame] | 1 | /* config.h. Generated from config.h.in by configure. */ |
| 2 | /* config.h.in. Generated from configure.in by autoheader. */ |
The Android Open Source Project | ab4e2e9 | 2009-03-03 19:30:06 -0800 | [diff] [blame] | 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 <arpa/inet.h> header file. */ |
| 8 | #define HAVE_ARPA_INET_H 1 |
| 9 | |
| 10 | /* Define to 1 if you have the <arpa/nameser.h> header file. */ |
| 11 | #define HAVE_ARPA_NAMESER_H 1 |
| 12 | |
| 13 | /* Whether struct sockaddr::__ss_family exists */ |
| 14 | /* #undef HAVE_BROKEN_SS_FAMILY */ |
| 15 | |
| 16 | /* Define to 1 if you have the `class' function. */ |
| 17 | /* #undef HAVE_CLASS */ |
| 18 | |
| 19 | /* Define to 1 if you have the <ctype.h> header file. */ |
| 20 | #define HAVE_CTYPE_H 1 |
| 21 | |
| 22 | /* Define to 1 if you have the <dirent.h> header file. */ |
| 23 | #define HAVE_DIRENT_H 1 |
| 24 | |
| 25 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 26 | #define HAVE_DLFCN_H 1 |
| 27 | |
| 28 | /* Have dlopen based dso */ |
Selim Gurun | df143a5 | 2012-03-05 14:35:53 -0800 | [diff] [blame^] | 29 | #define HAVE_DLOPEN /**/ |
The Android Open Source Project | ab4e2e9 | 2009-03-03 19:30:06 -0800 | [diff] [blame] | 30 | |
| 31 | /* Define to 1 if you have the <dl.h> header file. */ |
| 32 | /* #undef HAVE_DL_H */ |
| 33 | |
| 34 | /* Define to 1 if you have the <errno.h> header file. */ |
| 35 | #define HAVE_ERRNO_H 1 |
| 36 | |
| 37 | /* Define to 1 if you have the <fcntl.h> header file. */ |
| 38 | #define HAVE_FCNTL_H 1 |
| 39 | |
| 40 | /* Define to 1 if you have the `finite' function. */ |
| 41 | #define HAVE_FINITE 1 |
| 42 | |
| 43 | /* Define to 1 if you have the <float.h> header file. */ |
| 44 | #define HAVE_FLOAT_H 1 |
| 45 | |
| 46 | /* Define to 1 if you have the `fpclass' function. */ |
| 47 | /* #undef HAVE_FPCLASS */ |
| 48 | |
| 49 | /* Define to 1 if you have the `fprintf' function. */ |
| 50 | #define HAVE_FPRINTF 1 |
| 51 | |
| 52 | /* Define to 1 if you have the `fp_class' function. */ |
| 53 | /* #undef HAVE_FP_CLASS */ |
| 54 | |
| 55 | /* Define to 1 if you have the <fp_class.h> header file. */ |
| 56 | /* #undef HAVE_FP_CLASS_H */ |
| 57 | |
| 58 | /* Define to 1 if you have the `ftime' function. */ |
| 59 | #define HAVE_FTIME 1 |
| 60 | |
| 61 | /* Define if getaddrinfo is there */ |
Selim Gurun | df143a5 | 2012-03-05 14:35:53 -0800 | [diff] [blame^] | 62 | /* #undef HAVE_GETADDRINFO */ |
The Android Open Source Project | ab4e2e9 | 2009-03-03 19:30:06 -0800 | [diff] [blame] | 63 | |
| 64 | /* Define to 1 if you have the `gettimeofday' function. */ |
| 65 | #define HAVE_GETTIMEOFDAY 1 |
| 66 | |
| 67 | /* Define to 1 if you have the <ieeefp.h> header file. */ |
| 68 | /* #undef HAVE_IEEEFP_H */ |
| 69 | |
| 70 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 71 | #define HAVE_INTTYPES_H 1 |
| 72 | |
Patrick Scott | 60a4c35 | 2009-07-09 09:30:54 -0400 | [diff] [blame] | 73 | /* Define to 1 if you have the <inttypes.h.h> header file. */ |
| 74 | /* #undef HAVE_INTTYPES_H_H */ |
| 75 | |
The Android Open Source Project | ab4e2e9 | 2009-03-03 19:30:06 -0800 | [diff] [blame] | 76 | /* Define if isinf is there */ |
Selim Gurun | df143a5 | 2012-03-05 14:35:53 -0800 | [diff] [blame^] | 77 | #define HAVE_ISINF /**/ |
The Android Open Source Project | ab4e2e9 | 2009-03-03 19:30:06 -0800 | [diff] [blame] | 78 | |
| 79 | /* Define if isnan is there */ |
Selim Gurun | df143a5 | 2012-03-05 14:35:53 -0800 | [diff] [blame^] | 80 | #define HAVE_ISNAN /**/ |
The Android Open Source Project | ab4e2e9 | 2009-03-03 19:30:06 -0800 | [diff] [blame] | 81 | |
| 82 | /* Define to 1 if you have the `isnand' function. */ |
| 83 | /* #undef HAVE_ISNAND */ |
| 84 | |
| 85 | /* Define if history library is there (-lhistory) */ |
| 86 | /* #undef HAVE_LIBHISTORY */ |
| 87 | |
Selim Gurun | df143a5 | 2012-03-05 14:35:53 -0800 | [diff] [blame^] | 88 | /* Have compression library */ |
| 89 | /* #undef HAVE_LIBLZMA */ |
| 90 | |
The Android Open Source Project | ab4e2e9 | 2009-03-03 19:30:06 -0800 | [diff] [blame] | 91 | /* Define if pthread library is there (-lpthread) */ |
| 92 | /* #undef HAVE_LIBPTHREAD */ |
| 93 | |
| 94 | /* Define if readline library is there (-lreadline) */ |
| 95 | /* #undef HAVE_LIBREADLINE */ |
| 96 | |
| 97 | /* Have compression library */ |
Patrick Scott | 60a4c35 | 2009-07-09 09:30:54 -0400 | [diff] [blame] | 98 | /* #undef HAVE_LIBZ */ |
The Android Open Source Project | ab4e2e9 | 2009-03-03 19:30:06 -0800 | [diff] [blame] | 99 | |
| 100 | /* Define to 1 if you have the <limits.h> header file. */ |
| 101 | #define HAVE_LIMITS_H 1 |
| 102 | |
| 103 | /* Define to 1 if you have the `localtime' function. */ |
| 104 | #define HAVE_LOCALTIME 1 |
| 105 | |
Selim Gurun | df143a5 | 2012-03-05 14:35:53 -0800 | [diff] [blame^] | 106 | /* Define to 1 if you have the <lzma.h> header file. */ |
| 107 | /* #undef HAVE_LZMA_H */ |
| 108 | |
Patrick Scott | 60a4c35 | 2009-07-09 09:30:54 -0400 | [diff] [blame] | 109 | /* Define to 1 if you have the <malloc.h> header file. */ |
| 110 | /* #undef HAVE_MALLOC_H 1 Already defined in AndroidConfig.h */ |
| 111 | |
The Android Open Source Project | ab4e2e9 | 2009-03-03 19:30:06 -0800 | [diff] [blame] | 112 | /* Define to 1 if you have the <math.h> header file. */ |
| 113 | #define HAVE_MATH_H 1 |
| 114 | |
| 115 | /* Define to 1 if you have the <memory.h> header file. */ |
| 116 | #define HAVE_MEMORY_H 1 |
| 117 | |
| 118 | /* Define to 1 if you have the <nan.h> header file. */ |
| 119 | /* #undef HAVE_NAN_H */ |
| 120 | |
| 121 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
| 122 | /* #undef HAVE_NDIR_H */ |
| 123 | |
| 124 | /* Define to 1 if you have the <netdb.h> header file. */ |
| 125 | #define HAVE_NETDB_H 1 |
| 126 | |
| 127 | /* Define to 1 if you have the <netinet/in.h> header file. */ |
| 128 | #define HAVE_NETINET_IN_H 1 |
| 129 | |
Selim Gurun | df143a5 | 2012-03-05 14:35:53 -0800 | [diff] [blame^] | 130 | /* Define to 1 if you have the <poll.h> header file. */ |
| 131 | #define HAVE_POLL_H 1 |
| 132 | |
The Android Open Source Project | ab4e2e9 | 2009-03-03 19:30:06 -0800 | [diff] [blame] | 133 | /* Define to 1 if you have the `printf' function. */ |
| 134 | #define HAVE_PRINTF 1 |
| 135 | |
| 136 | /* Define if <pthread.h> is there */ |
| 137 | /* #undef HAVE_PTHREAD_H */ |
| 138 | |
Selim Gurun | df143a5 | 2012-03-05 14:35:53 -0800 | [diff] [blame^] | 139 | /* Define to 1 if you have the `rand' function. */ |
| 140 | #define HAVE_RAND 1 |
| 141 | |
The Android Open Source Project | ab4e2e9 | 2009-03-03 19:30:06 -0800 | [diff] [blame] | 142 | /* Define to 1 if you have the <resolv.h> header file. */ |
| 143 | #define HAVE_RESOLV_H 1 |
| 144 | |
| 145 | /* Have shl_load based dso */ |
| 146 | /* #undef HAVE_SHLLOAD */ |
| 147 | |
| 148 | /* Define to 1 if you have the `signal' function. */ |
| 149 | #define HAVE_SIGNAL 1 |
| 150 | |
| 151 | /* Define to 1 if you have the <signal.h> header file. */ |
| 152 | #define HAVE_SIGNAL_H 1 |
| 153 | |
| 154 | /* Define to 1 if you have the `snprintf' function. */ |
| 155 | #define HAVE_SNPRINTF 1 |
| 156 | |
| 157 | /* Define to 1 if you have the `sprintf' function. */ |
| 158 | #define HAVE_SPRINTF 1 |
| 159 | |
Selim Gurun | df143a5 | 2012-03-05 14:35:53 -0800 | [diff] [blame^] | 160 | /* Define to 1 if you have the `srand' function. */ |
| 161 | #define HAVE_SRAND 1 |
| 162 | |
The Android Open Source Project | ab4e2e9 | 2009-03-03 19:30:06 -0800 | [diff] [blame] | 163 | /* Define to 1 if you have the `sscanf' function. */ |
| 164 | #define HAVE_SSCANF 1 |
| 165 | |
| 166 | /* Define to 1 if you have the `stat' function. */ |
| 167 | #define HAVE_STAT 1 |
| 168 | |
| 169 | /* Define to 1 if you have the <stdarg.h> header file. */ |
| 170 | #define HAVE_STDARG_H 1 |
| 171 | |
| 172 | /* Define to 1 if you have the <stdint.h> header file. */ |
| 173 | #define HAVE_STDINT_H 1 |
| 174 | |
| 175 | /* Define to 1 if you have the <stdlib.h> header file. */ |
| 176 | #define HAVE_STDLIB_H 1 |
| 177 | |
| 178 | /* Define to 1 if you have the `strdup' function. */ |
| 179 | #define HAVE_STRDUP 1 |
| 180 | |
| 181 | /* Define to 1 if you have the `strerror' function. */ |
| 182 | #define HAVE_STRERROR 1 |
| 183 | |
| 184 | /* Define to 1 if you have the `strftime' function. */ |
| 185 | #define HAVE_STRFTIME 1 |
| 186 | |
| 187 | /* Define to 1 if you have the <strings.h> header file. */ |
| 188 | #define HAVE_STRINGS_H 1 |
| 189 | |
| 190 | /* Define to 1 if you have the <string.h> header file. */ |
| 191 | #define HAVE_STRING_H 1 |
| 192 | |
| 193 | /* Define to 1 if you have the `strndup' function. */ |
| 194 | #define HAVE_STRNDUP 1 |
| 195 | |
| 196 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
| 197 | */ |
| 198 | /* #undef HAVE_SYS_DIR_H */ |
| 199 | |
| 200 | /* Define to 1 if you have the <sys/mman.h> header file. */ |
| 201 | #define HAVE_SYS_MMAN_H 1 |
| 202 | |
| 203 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
| 204 | */ |
| 205 | /* #undef HAVE_SYS_NDIR_H */ |
| 206 | |
| 207 | /* Define to 1 if you have the <sys/select.h> header file. */ |
| 208 | #define HAVE_SYS_SELECT_H 1 |
| 209 | |
| 210 | /* Define to 1 if you have the <sys/socket.h> header file. */ |
| 211 | #define HAVE_SYS_SOCKET_H 1 |
| 212 | |
| 213 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 214 | #define HAVE_SYS_STAT_H 1 |
| 215 | |
| 216 | /* Define to 1 if you have the <sys/timeb.h> header file. */ |
| 217 | #define HAVE_SYS_TIMEB_H 1 |
| 218 | |
| 219 | /* Define to 1 if you have the <sys/time.h> header file. */ |
| 220 | #define HAVE_SYS_TIME_H 1 |
| 221 | |
| 222 | /* Define to 1 if you have the <sys/types.h> header file. */ |
| 223 | #define HAVE_SYS_TYPES_H 1 |
| 224 | |
Selim Gurun | df143a5 | 2012-03-05 14:35:53 -0800 | [diff] [blame^] | 225 | /* Define to 1 if you have the `time' function. */ |
| 226 | #define HAVE_TIME 1 |
| 227 | |
The Android Open Source Project | ab4e2e9 | 2009-03-03 19:30:06 -0800 | [diff] [blame] | 228 | /* Define to 1 if you have the <time.h> header file. */ |
| 229 | #define HAVE_TIME_H 1 |
| 230 | |
| 231 | /* Define to 1 if you have the <unistd.h> header file. */ |
| 232 | #define HAVE_UNISTD_H 1 |
| 233 | |
| 234 | /* Whether va_copy() is available */ |
| 235 | #define HAVE_VA_COPY 1 |
| 236 | |
| 237 | /* Define to 1 if you have the `vfprintf' function. */ |
| 238 | #define HAVE_VFPRINTF 1 |
| 239 | |
| 240 | /* Define to 1 if you have the `vsnprintf' function. */ |
| 241 | #define HAVE_VSNPRINTF 1 |
| 242 | |
| 243 | /* Define to 1 if you have the `vsprintf' function. */ |
| 244 | #define HAVE_VSPRINTF 1 |
| 245 | |
| 246 | /* Define to 1 if you have the <zlib.h> header file. */ |
Patrick Scott | 60a4c35 | 2009-07-09 09:30:54 -0400 | [diff] [blame] | 247 | /* #undef HAVE_ZLIB_H */ |
The Android Open Source Project | ab4e2e9 | 2009-03-03 19:30:06 -0800 | [diff] [blame] | 248 | |
| 249 | /* Define to 1 if you have the `_stat' function. */ |
| 250 | /* #undef HAVE__STAT */ |
| 251 | |
| 252 | /* Whether __va_copy() is available */ |
| 253 | /* #undef HAVE___VA_COPY */ |
Patrick Scott | 60a4c35 | 2009-07-09 09:30:54 -0400 | [diff] [blame] | 254 | |
| 255 | /* Define as const if the declaration of iconv() needs const. */ |
| 256 | /* #undef ICONV_CONST */ |
| 257 | |
Selim Gurun | df143a5 | 2012-03-05 14:35:53 -0800 | [diff] [blame^] | 258 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
| 259 | */ |
| 260 | #define LT_OBJDIR ".libs/" |
| 261 | |
Patrick Scott | 60a4c35 | 2009-07-09 09:30:54 -0400 | [diff] [blame] | 262 | /* Name of package */ |
| 263 | #define PACKAGE "libxml2" |
| 264 | |
| 265 | /* Define to the address where bug reports for this package should be sent. */ |
| 266 | #define PACKAGE_BUGREPORT "" |
| 267 | |
| 268 | /* Define to the full name of this package. */ |
| 269 | #define PACKAGE_NAME "" |
| 270 | |
| 271 | /* Define to the full name and version of this package. */ |
| 272 | #define PACKAGE_STRING "" |
| 273 | |
| 274 | /* Define to the one symbol short name of this package. */ |
| 275 | #define PACKAGE_TARNAME "" |
| 276 | |
Selim Gurun | df143a5 | 2012-03-05 14:35:53 -0800 | [diff] [blame^] | 277 | /* Define to the home page for this package. */ |
| 278 | #define PACKAGE_URL "" |
| 279 | |
Patrick Scott | 60a4c35 | 2009-07-09 09:30:54 -0400 | [diff] [blame] | 280 | /* Define to the version of this package. */ |
| 281 | #define PACKAGE_VERSION "" |
| 282 | |
| 283 | /* Define to 1 if the C compiler supports function prototypes. */ |
| 284 | #define PROTOTYPES 1 |
| 285 | |
| 286 | /* Define to 1 if you have the ANSI C header files. */ |
| 287 | #define STDC_HEADERS 1 |
| 288 | |
| 289 | /* Support for IPv6 */ |
| 290 | /* #undef SUPPORT_IP6 */ |
| 291 | |
| 292 | /* Version number of package */ |
Selim Gurun | df143a5 | 2012-03-05 14:35:53 -0800 | [diff] [blame^] | 293 | #define VERSION "2.7.8" |
Patrick Scott | 60a4c35 | 2009-07-09 09:30:54 -0400 | [diff] [blame] | 294 | |
| 295 | /* Determine what socket length (socklen_t) data type is */ |
| 296 | #define XML_SOCKLEN_T socklen_t |
| 297 | |
| 298 | /* Using the Win32 Socket implementation */ |
| 299 | /* #undef _WINSOCKAPI_ */ |
| 300 | |
| 301 | /* Define like PROTOTYPES; this can be used by system headers. */ |
| 302 | #define __PROTOTYPES 1 |
| 303 | |
| 304 | /* Win32 Std C name mangling work-around */ |
| 305 | /* #undef snprintf */ |
| 306 | |
| 307 | /* ss_family is not defined here, use __ss_family instead */ |
| 308 | /* #undef ss_family */ |
| 309 | |
| 310 | /* Win32 Std C name mangling work-around */ |
| 311 | /* #undef vsnprintf */ |