Eneboo - Documentación para desarrolladores
|
00001 /* config.h. Generated from config.h.in by configure. */ 00002 /* config.h.in. Generated from configure.in by autoheader. */ 00003 #define PACKAGE "libxml2" 00004 #define VERSION "2.7.7" 00005 #define HAVE_LIBZ 1 00006 /* #undef HAVE_LIBM */ 00007 #define HAVE_ISINF 00008 #define HAVE_ISNAN 00009 /* #undef HAVE_LIBHISTORY */ 00010 /* #undef HAVE_LIBREADLINE */ 00011 #define HAVE_LIBPTHREAD 00012 #define HAVE_PTHREAD_H 00013 00014 /* Define if IPV6 support is there */ 00015 #if !defined(_WIN32) 00016 #define SUPPORT_IP6 00017 #endif 00018 00019 /* Define if getaddrinfo is there */ 00020 #if !defined(_WIN32) 00021 #define HAVE_GETADDRINFO 00022 #endif 00023 00024 /* Define to 1 if you have the <ansidecl.h> header file. */ 00025 /* #undef HAVE_ANSIDECL_H */ 00026 00027 /* Define to 1 if you have the <arpa/inet.h> header file. */ 00028 #if !defined(_WIN32) 00029 #define HAVE_ARPA_INET_H 1 00030 #endif 00031 00032 /* Define to 1 if you have the <arpa/nameser.h> header file. */ 00033 #if !defined(_WIN32) 00034 #define HAVE_ARPA_NAMESER_H 1 00035 #endif 00036 00037 /* Whether struct sockaddr::__ss_family exists */ 00038 /* #undef HAVE_BROKEN_SS_FAMILY */ 00039 00040 /* Define to 1 if you have the `class' function. */ 00041 /* #undef HAVE_CLASS */ 00042 00043 /* Define to 1 if you have the <ctype.h> header file. */ 00044 #define HAVE_CTYPE_H 1 00045 00046 /* Define to 1 if you have the <dirent.h> header file. */ 00047 #define HAVE_DIRENT_H 1 00048 00049 /* Define to 1 if you have the <dlfcn.h> header file. */ 00050 #define HAVE_DLFCN_H 1 00051 00052 /* Have dlopen based dso */ 00053 #define HAVE_DLOPEN 00054 00055 /* Define to 1 if you have the <dl.h> header file. */ 00056 /* #undef HAVE_DL_H */ 00057 00058 /* Define to 1 if you have the <errno.h> header file. */ 00059 #define HAVE_ERRNO_H 1 00060 00061 /* Define to 1 if you have the <fcntl.h> header file. */ 00062 #define HAVE_FCNTL_H 1 00063 00064 /* Define to 1 if you have the `finite' function. */ 00065 #define HAVE_FINITE 1 00066 00067 /* Define to 1 if you have the <float.h> header file. */ 00068 #define HAVE_FLOAT_H 1 00069 00070 /* Define to 1 if you have the `fpclass' function. */ 00071 /* #undef HAVE_FPCLASS */ 00072 00073 /* Define to 1 if you have the `fprintf' function. */ 00074 #define HAVE_FPRINTF 1 00075 00076 /* Define to 1 if you have the `fp_class' function. */ 00077 /* #undef HAVE_FP_CLASS */ 00078 00079 /* Define to 1 if you have the <fp_class.h> header file. */ 00080 /* #undef HAVE_FP_CLASS_H */ 00081 00082 /* Define to 1 if you have the `ftime' function. */ 00083 #define HAVE_FTIME 1 00084 00085 /* Define if getaddrinfo is there */ 00086 #if !defined(_WIN32) 00087 #define HAVE_GETADDRINFO 00088 #endif 00089 00090 /* Define to 1 if you have the `gettimeofday' function. */ 00091 #define HAVE_GETTIMEOFDAY 1 00092 00093 /* Define to 1 if you have the <ieeefp.h> header file. */ 00094 /* #undef HAVE_IEEEFP_H */ 00095 00096 /* Define to 1 if you have the <inttypes.h> header file. */ 00097 #define HAVE_INTTYPES_H 1 00098 00099 /* Define to 1 if you have the <inttypes.h.h> header file. */ 00100 /* #undef HAVE_INTTYPES_H_H */ 00101 00102 /* Define if isinf is there */ 00103 #define HAVE_ISINF 00104 00105 /* Define if isnan is there */ 00106 #define HAVE_ISNAN 00107 00108 /* Define to 1 if you have the `isnand' function. */ 00109 /* #undef HAVE_ISNAND */ 00110 00111 /* Define if history library is there (-lhistory) */ 00112 /* #undef HAVE_LIBHISTORY */ 00113 00114 /* Define if pthread library is there (-lpthread) */ 00115 #define HAVE_LIBPTHREAD 00116 00117 /* Define if readline library is there (-lreadline) */ 00118 /* #undef HAVE_LIBREADLINE */ 00119 00120 /* Have compression library */ 00121 #define HAVE_LIBZ 1 00122 00123 /* Define to 1 if you have the <limits.h> header file. */ 00124 #define HAVE_LIMITS_H 1 00125 00126 /* Define to 1 if you have the `localtime' function. */ 00127 #define HAVE_LOCALTIME 1 00128 00129 /* Define to 1 if you have the <malloc.h> header file. */ 00130 #define HAVE_MALLOC_H 1 00131 00132 /* Define to 1 if you have the <math.h> header file. */ 00133 #define HAVE_MATH_H 1 00134 00135 /* Define to 1 if you have the <memory.h> header file. */ 00136 #define HAVE_MEMORY_H 1 00137 00138 /* Define to 1 if you have the <nan.h> header file. */ 00139 /* #undef HAVE_NAN_H */ 00140 00141 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00142 /* #undef HAVE_NDIR_H */ 00143 00144 /* Define to 1 if you have the <netdb.h> header file. */ 00145 #if !defined(_WIN32) 00146 #define HAVE_NETDB_H 1 00147 #endif 00148 00149 /* Define to 1 if you have the <netinet/in.h> header file. */ 00150 #if !defined(_WIN32) 00151 #define HAVE_NETINET_IN_H 1 00152 #endif 00153 00154 /* Define to 1 if you have the <poll.h> header file. */ 00155 #if !defined(_WIN32) 00156 #define HAVE_POLL_H 1 00157 #endif 00158 00159 /* Define to 1 if you have the `printf' function. */ 00160 #define HAVE_PRINTF 1 00161 00162 /* Define if <pthread.h> is there */ 00163 #define HAVE_PTHREAD_H 00164 00165 /* Define to 1 if you have the <resolv.h> header file. */ 00166 #if !defined(_WIN32) 00167 #define HAVE_RESOLV_H 1 00168 #endif 00169 00170 /* Have shl_load based dso */ 00171 /* #undef HAVE_SHLLOAD */ 00172 00173 /* Define to 1 if you have the `signal' function. */ 00174 #define HAVE_SIGNAL 1 00175 00176 /* Define to 1 if you have the <signal.h> header file. */ 00177 #define HAVE_SIGNAL_H 1 00178 00179 /* Define to 1 if you have the `snprintf' function. */ 00180 #define HAVE_SNPRINTF 1 00181 00182 /* Define to 1 if you have the `sprintf' function. */ 00183 #define HAVE_SPRINTF 1 00184 00185 /* Define to 1 if you have the `sscanf' function. */ 00186 #define HAVE_SSCANF 1 00187 00188 /* Define to 1 if you have the `stat' function. */ 00189 #define HAVE_STAT 1 00190 00191 /* Define to 1 if you have the <stdarg.h> header file. */ 00192 #define HAVE_STDARG_H 1 00193 00194 /* Define to 1 if you have the <stdint.h> header file. */ 00195 #define HAVE_STDINT_H 1 00196 00197 /* Define to 1 if you have the <stdlib.h> header file. */ 00198 #define HAVE_STDLIB_H 1 00199 00200 /* Define to 1 if you have the `strdup' function. */ 00201 #define HAVE_STRDUP 1 00202 00203 /* Define to 1 if you have the `strerror' function. */ 00204 #define HAVE_STRERROR 1 00205 00206 /* Define to 1 if you have the `strftime' function. */ 00207 #define HAVE_STRFTIME 1 00208 00209 /* Define to 1 if you have the <strings.h> header file. */ 00210 #define HAVE_STRINGS_H 1 00211 00212 /* Define to 1 if you have the <string.h> header file. */ 00213 #define HAVE_STRING_H 1 00214 00215 /* Define to 1 if you have the `strndup' function. */ 00216 #define HAVE_STRNDUP 1 00217 00218 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00219 */ 00220 /* #undef HAVE_SYS_DIR_H */ 00221 00222 /* Define to 1 if you have the <sys/mman.h> header file. */ 00223 #if !defined(_WIN32) 00224 #define HAVE_SYS_MMAN_H 1 00225 #endif 00226 00227 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00228 */ 00229 /* #undef HAVE_SYS_NDIR_H */ 00230 00231 /* Define to 1 if you have the <sys/select.h> header file. */ 00232 #if !defined(_WIN32) 00233 #define HAVE_SYS_SELECT_H 1 00234 #endif 00235 00236 /* Define to 1 if you have the <sys/socket.h> header file. */ 00237 #if !defined(_WIN32) 00238 #define HAVE_SYS_SOCKET_H 1 00239 #endif 00240 00241 /* Define to 1 if you have the <sys/stat.h> header file. */ 00242 #define HAVE_SYS_STAT_H 1 00243 00244 /* Define to 1 if you have the <sys/timeb.h> header file. */ 00245 #define HAVE_SYS_TIMEB_H 1 00246 00247 /* Define to 1 if you have the <sys/time.h> header file. */ 00248 #define HAVE_SYS_TIME_H 1 00249 00250 /* Define to 1 if you have the <sys/types.h> header file. */ 00251 #define HAVE_SYS_TYPES_H 1 00252 00253 /* Define to 1 if you have the <time.h> header file. */ 00254 #define HAVE_TIME_H 1 00255 00256 /* Define to 1 if you have the <unistd.h> header file. */ 00257 #define HAVE_UNISTD_H 1 00258 00259 /* Whether va_copy() is available */ 00260 #define HAVE_VA_COPY 1 00261 00262 /* Define to 1 if you have the `vfprintf' function. */ 00263 #define HAVE_VFPRINTF 1 00264 00265 /* Define to 1 if you have the `vsnprintf' function. */ 00266 #define HAVE_VSNPRINTF 1 00267 00268 /* Define to 1 if you have the `vsprintf' function. */ 00269 #define HAVE_VSPRINTF 1 00270 00271 /* Define to 1 if you have the <zlib.h> header file. */ 00272 #if !defined(_WIN32) 00273 #define HAVE_ZLIB_H 1 00274 #endif 00275 00276 /* Define to 1 if you have the `_stat' function. */ 00277 /* #undef HAVE__STAT */ 00278 00279 /* Whether __va_copy() is available */ 00280 /* #undef HAVE___VA_COPY */ 00281 00282 /* Define as const if the declaration of iconv() needs const. */ 00283 #define ICONV_CONST 00284 00285 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00286 */ 00287 #define LT_OBJDIR ".libs/" 00288 00289 /* Name of package */ 00290 #define PACKAGE "libxml2" 00291 00292 /* Define to the address where bug reports for this package should be sent. */ 00293 #define PACKAGE_BUGREPORT "" 00294 00295 /* Define to the full name of this package. */ 00296 #define PACKAGE_NAME "" 00297 00298 /* Define to the full name and version of this package. */ 00299 #define PACKAGE_STRING "" 00300 00301 /* Define to the one symbol short name of this package. */ 00302 #define PACKAGE_TARNAME "" 00303 00304 /* Define to the version of this package. */ 00305 #define PACKAGE_VERSION "" 00306 00307 /* Define to 1 if the C compiler supports function prototypes. */ 00308 #define PROTOTYPES 1 00309 00310 /* Define to 1 if you have the ANSI C header files. */ 00311 #define STDC_HEADERS 1 00312 00313 /* Support for IPv6 */ 00314 #if !defined(_WIN32) 00315 #define SUPPORT_IP6 00316 #endif 00317 00318 /* Version number of package */ 00319 #define VERSION "2.7.7" 00320 00321 /* Determine what socket length (socklen_t) data type is */ 00322 #define XML_SOCKLEN_T socklen_t 00323 00324 /* Using the Win32 Socket implementation */ 00325 #if defined(_WIN32) 00326 #define _WINSOCKAPI_ 00327 #endif 00328 00329 /* Define like PROTOTYPES; this can be used by system headers. */ 00330 #define __PROTOTYPES 1 00331 00332 /* Win32 Std C name mangling work-around */ 00333 /* #undef snprintf */ 00334 00335 /* ss_family is not defined here, use __ss_family instead */ 00336 /* #undef ss_family */ 00337 00338 /* Win32 Std C name mangling work-around */ 00339 /* #undef vsnprintf */