Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
config.h@1:26f20484cbdc, 2016-08-25 (annotated)
- Committer:
- pcercuei
- Date:
- Thu Aug 25 10:07:34 2016 +0000
- Revision:
- 1:26f20484cbdc
Add config.h and dummy.c containing empty functions
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
pcercuei | 1:26f20484cbdc | 1 | /* config.h. Generated from config.h.in by configure. */ |
pcercuei | 1:26f20484cbdc | 2 | /* config.h.in. Generated from configure.ac by autoheader. */ |
pcercuei | 1:26f20484cbdc | 3 | |
pcercuei | 1:26f20484cbdc | 4 | /* Type cast for the gethostbyname() argument */ |
pcercuei | 1:26f20484cbdc | 5 | #define GETHOSTBYNAME_ARG_CAST (char *) |
pcercuei | 1:26f20484cbdc | 6 | |
pcercuei | 1:26f20484cbdc | 7 | /* Define to 1 if you have the <ansidecl.h> header file. */ |
pcercuei | 1:26f20484cbdc | 8 | /* #undef HAVE_ANSIDECL_H */ |
pcercuei | 1:26f20484cbdc | 9 | |
pcercuei | 1:26f20484cbdc | 10 | /* Define to 1 if you have the <arpa/inet.h> header file. */ |
pcercuei | 1:26f20484cbdc | 11 | /* #undef HAVE_ARPA_INET_H */ |
pcercuei | 1:26f20484cbdc | 12 | |
pcercuei | 1:26f20484cbdc | 13 | /* Define to 1 if you have the <arpa/nameser.h> header file. */ |
pcercuei | 1:26f20484cbdc | 14 | /* #undef HAVE_ARPA_NAMESER_H */ |
pcercuei | 1:26f20484cbdc | 15 | |
pcercuei | 1:26f20484cbdc | 16 | /* Whether struct sockaddr::__ss_family exists */ |
pcercuei | 1:26f20484cbdc | 17 | /* #undef HAVE_BROKEN_SS_FAMILY */ |
pcercuei | 1:26f20484cbdc | 18 | |
pcercuei | 1:26f20484cbdc | 19 | /* Define to 1 if you have the `class' function. */ |
pcercuei | 1:26f20484cbdc | 20 | #define HAVE_CLASS 1 |
pcercuei | 1:26f20484cbdc | 21 | |
pcercuei | 1:26f20484cbdc | 22 | /* Define to 1 if you have the <ctype.h> header file. */ |
pcercuei | 1:26f20484cbdc | 23 | #define HAVE_CTYPE_H 1 |
pcercuei | 1:26f20484cbdc | 24 | |
pcercuei | 1:26f20484cbdc | 25 | /* Define to 1 if you have the <dirent.h> header file. */ |
pcercuei | 1:26f20484cbdc | 26 | /* #undef HAVE_DIRENT_H */ |
pcercuei | 1:26f20484cbdc | 27 | |
pcercuei | 1:26f20484cbdc | 28 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
pcercuei | 1:26f20484cbdc | 29 | /* #undef HAVE_DLFCN_H */ |
pcercuei | 1:26f20484cbdc | 30 | |
pcercuei | 1:26f20484cbdc | 31 | /* Have dlopen based dso */ |
pcercuei | 1:26f20484cbdc | 32 | /* #undef HAVE_DLOPEN */ |
pcercuei | 1:26f20484cbdc | 33 | |
pcercuei | 1:26f20484cbdc | 34 | /* Define to 1 if you have the <dl.h> header file. */ |
pcercuei | 1:26f20484cbdc | 35 | /* #undef HAVE_DL_H */ |
pcercuei | 1:26f20484cbdc | 36 | |
pcercuei | 1:26f20484cbdc | 37 | /* Define to 1 if you have the <errno.h> header file. */ |
pcercuei | 1:26f20484cbdc | 38 | #define HAVE_ERRNO_H 1 |
pcercuei | 1:26f20484cbdc | 39 | |
pcercuei | 1:26f20484cbdc | 40 | /* Define to 1 if you have the <fcntl.h> header file. */ |
pcercuei | 1:26f20484cbdc | 41 | //#define HAVE_FCNTL_H 1 |
pcercuei | 1:26f20484cbdc | 42 | |
pcercuei | 1:26f20484cbdc | 43 | /* Define to 1 if you have the `finite' function. */ |
pcercuei | 1:26f20484cbdc | 44 | #define HAVE_FINITE 1 |
pcercuei | 1:26f20484cbdc | 45 | |
pcercuei | 1:26f20484cbdc | 46 | /* Define to 1 if you have the <float.h> header file. */ |
pcercuei | 1:26f20484cbdc | 47 | #define HAVE_FLOAT_H 1 |
pcercuei | 1:26f20484cbdc | 48 | |
pcercuei | 1:26f20484cbdc | 49 | /* Define to 1 if you have the `fpclass' function. */ |
pcercuei | 1:26f20484cbdc | 50 | #define HAVE_FPCLASS 1 |
pcercuei | 1:26f20484cbdc | 51 | |
pcercuei | 1:26f20484cbdc | 52 | /* Define to 1 if you have the `fprintf' function. */ |
pcercuei | 1:26f20484cbdc | 53 | #define HAVE_FPRINTF 1 |
pcercuei | 1:26f20484cbdc | 54 | |
pcercuei | 1:26f20484cbdc | 55 | /* Define to 1 if you have the `fp_class' function. */ |
pcercuei | 1:26f20484cbdc | 56 | #define HAVE_FP_CLASS 1 |
pcercuei | 1:26f20484cbdc | 57 | |
pcercuei | 1:26f20484cbdc | 58 | /* Define to 1 if you have the <fp_class.h> header file. */ |
pcercuei | 1:26f20484cbdc | 59 | /* #undef HAVE_FP_CLASS_H */ |
pcercuei | 1:26f20484cbdc | 60 | |
pcercuei | 1:26f20484cbdc | 61 | /* Define to 1 if you have the `ftime' function. */ |
pcercuei | 1:26f20484cbdc | 62 | #define HAVE_FTIME 1 |
pcercuei | 1:26f20484cbdc | 63 | |
pcercuei | 1:26f20484cbdc | 64 | /* Define if getaddrinfo is there */ |
pcercuei | 1:26f20484cbdc | 65 | /* #undef HAVE_GETADDRINFO */ |
pcercuei | 1:26f20484cbdc | 66 | |
pcercuei | 1:26f20484cbdc | 67 | /* Define to 1 if you have the `gettimeofday' function. */ |
pcercuei | 1:26f20484cbdc | 68 | //#define HAVE_GETTIMEOFDAY 1 |
pcercuei | 1:26f20484cbdc | 69 | |
pcercuei | 1:26f20484cbdc | 70 | /* Define to 1 if you have the <ieeefp.h> header file. */ |
pcercuei | 1:26f20484cbdc | 71 | #define HAVE_IEEEFP_H 1 |
pcercuei | 1:26f20484cbdc | 72 | |
pcercuei | 1:26f20484cbdc | 73 | /* Define to 1 if you have the <inttypes.h> header file. */ |
pcercuei | 1:26f20484cbdc | 74 | #define HAVE_INTTYPES_H 1 |
pcercuei | 1:26f20484cbdc | 75 | |
pcercuei | 1:26f20484cbdc | 76 | /* Define to 1 if you have the `isascii' function. */ |
pcercuei | 1:26f20484cbdc | 77 | #define HAVE_ISASCII 1 |
pcercuei | 1:26f20484cbdc | 78 | |
pcercuei | 1:26f20484cbdc | 79 | /* Define if isinf is there */ |
pcercuei | 1:26f20484cbdc | 80 | #define HAVE_ISINF /**/ |
pcercuei | 1:26f20484cbdc | 81 | |
pcercuei | 1:26f20484cbdc | 82 | /* Define if isnan is there */ |
pcercuei | 1:26f20484cbdc | 83 | #define HAVE_ISNAN /**/ |
pcercuei | 1:26f20484cbdc | 84 | |
pcercuei | 1:26f20484cbdc | 85 | /* Define to 1 if you have the `isnand' function. */ |
pcercuei | 1:26f20484cbdc | 86 | #define HAVE_ISNAND 1 |
pcercuei | 1:26f20484cbdc | 87 | |
pcercuei | 1:26f20484cbdc | 88 | /* Define if history library is there (-lhistory) */ |
pcercuei | 1:26f20484cbdc | 89 | /* #undef HAVE_LIBHISTORY */ |
pcercuei | 1:26f20484cbdc | 90 | |
pcercuei | 1:26f20484cbdc | 91 | /* Have compression library */ |
pcercuei | 1:26f20484cbdc | 92 | /* #undef HAVE_LIBLZMA */ |
pcercuei | 1:26f20484cbdc | 93 | |
pcercuei | 1:26f20484cbdc | 94 | /* Define if pthread library is there (-lpthread) */ |
pcercuei | 1:26f20484cbdc | 95 | /* #undef HAVE_LIBPTHREAD */ |
pcercuei | 1:26f20484cbdc | 96 | |
pcercuei | 1:26f20484cbdc | 97 | /* Define if readline library is there (-lreadline) */ |
pcercuei | 1:26f20484cbdc | 98 | /* #undef HAVE_LIBREADLINE */ |
pcercuei | 1:26f20484cbdc | 99 | |
pcercuei | 1:26f20484cbdc | 100 | /* Have compression library */ |
pcercuei | 1:26f20484cbdc | 101 | /* #undef HAVE_LIBZ */ |
pcercuei | 1:26f20484cbdc | 102 | |
pcercuei | 1:26f20484cbdc | 103 | /* Define to 1 if you have the <limits.h> header file. */ |
pcercuei | 1:26f20484cbdc | 104 | #define HAVE_LIMITS_H 1 |
pcercuei | 1:26f20484cbdc | 105 | |
pcercuei | 1:26f20484cbdc | 106 | /* Define to 1 if you have the `localtime' function. */ |
pcercuei | 1:26f20484cbdc | 107 | #define HAVE_LOCALTIME 1 |
pcercuei | 1:26f20484cbdc | 108 | |
pcercuei | 1:26f20484cbdc | 109 | /* Define to 1 if you have the <lzma.h> header file. */ |
pcercuei | 1:26f20484cbdc | 110 | /* #undef HAVE_LZMA_H */ |
pcercuei | 1:26f20484cbdc | 111 | |
pcercuei | 1:26f20484cbdc | 112 | /* Define to 1 if you have the <malloc.h> header file. */ |
pcercuei | 1:26f20484cbdc | 113 | #define HAVE_MALLOC_H 1 |
pcercuei | 1:26f20484cbdc | 114 | |
pcercuei | 1:26f20484cbdc | 115 | /* Define to 1 if you have the <math.h> header file. */ |
pcercuei | 1:26f20484cbdc | 116 | #define HAVE_MATH_H 1 |
pcercuei | 1:26f20484cbdc | 117 | |
pcercuei | 1:26f20484cbdc | 118 | /* Define to 1 if you have the <memory.h> header file. */ |
pcercuei | 1:26f20484cbdc | 119 | /* #undef HAVE_MEMORY_H */ |
pcercuei | 1:26f20484cbdc | 120 | |
pcercuei | 1:26f20484cbdc | 121 | /* Define to 1 if you have the `mmap' function. */ |
pcercuei | 1:26f20484cbdc | 122 | //#define HAVE_MMAP 1 |
pcercuei | 1:26f20484cbdc | 123 | |
pcercuei | 1:26f20484cbdc | 124 | /* Define to 1 if you have the `munmap' function. */ |
pcercuei | 1:26f20484cbdc | 125 | //#define HAVE_MUNMAP 1 |
pcercuei | 1:26f20484cbdc | 126 | |
pcercuei | 1:26f20484cbdc | 127 | /* mmap() is no good without munmap() */ |
pcercuei | 1:26f20484cbdc | 128 | #if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP) |
pcercuei | 1:26f20484cbdc | 129 | # undef /**/ HAVE_MMAP |
pcercuei | 1:26f20484cbdc | 130 | #endif |
pcercuei | 1:26f20484cbdc | 131 | |
pcercuei | 1:26f20484cbdc | 132 | /* Define to 1 if you have the <nan.h> header file. */ |
pcercuei | 1:26f20484cbdc | 133 | /* #undef HAVE_NAN_H */ |
pcercuei | 1:26f20484cbdc | 134 | |
pcercuei | 1:26f20484cbdc | 135 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
pcercuei | 1:26f20484cbdc | 136 | /* #undef HAVE_NDIR_H */ |
pcercuei | 1:26f20484cbdc | 137 | |
pcercuei | 1:26f20484cbdc | 138 | /* Define to 1 if you have the <netdb.h> header file. */ |
pcercuei | 1:26f20484cbdc | 139 | /* #undef HAVE_NETDB_H */ |
pcercuei | 1:26f20484cbdc | 140 | |
pcercuei | 1:26f20484cbdc | 141 | /* Define to 1 if you have the <netinet/in.h> header file. */ |
pcercuei | 1:26f20484cbdc | 142 | /* #undef HAVE_NETINET_IN_H */ |
pcercuei | 1:26f20484cbdc | 143 | |
pcercuei | 1:26f20484cbdc | 144 | /* Define to 1 if you have the <poll.h> header file. */ |
pcercuei | 1:26f20484cbdc | 145 | /* #undef HAVE_POLL_H */ |
pcercuei | 1:26f20484cbdc | 146 | |
pcercuei | 1:26f20484cbdc | 147 | /* Define to 1 if you have the `printf' function. */ |
pcercuei | 1:26f20484cbdc | 148 | #define HAVE_PRINTF 1 |
pcercuei | 1:26f20484cbdc | 149 | |
pcercuei | 1:26f20484cbdc | 150 | /* Define if <pthread.h> is there */ |
pcercuei | 1:26f20484cbdc | 151 | /* #undef HAVE_PTHREAD_H */ |
pcercuei | 1:26f20484cbdc | 152 | |
pcercuei | 1:26f20484cbdc | 153 | /* Define to 1 if you have the `putenv' function. */ |
pcercuei | 1:26f20484cbdc | 154 | #define HAVE_PUTENV 1 |
pcercuei | 1:26f20484cbdc | 155 | |
pcercuei | 1:26f20484cbdc | 156 | /* Define to 1 if you have the `rand' function. */ |
pcercuei | 1:26f20484cbdc | 157 | #define HAVE_RAND 1 |
pcercuei | 1:26f20484cbdc | 158 | |
pcercuei | 1:26f20484cbdc | 159 | /* Define to 1 if you have the `rand_r' function. */ |
pcercuei | 1:26f20484cbdc | 160 | //#define HAVE_RAND_R 1 |
pcercuei | 1:26f20484cbdc | 161 | |
pcercuei | 1:26f20484cbdc | 162 | /* Define to 1 if you have the <resolv.h> header file. */ |
pcercuei | 1:26f20484cbdc | 163 | /* #undef HAVE_RESOLV_H */ |
pcercuei | 1:26f20484cbdc | 164 | |
pcercuei | 1:26f20484cbdc | 165 | /* Have shl_load based dso */ |
pcercuei | 1:26f20484cbdc | 166 | /* #undef HAVE_SHLLOAD */ |
pcercuei | 1:26f20484cbdc | 167 | |
pcercuei | 1:26f20484cbdc | 168 | /* Define to 1 if you have the `signal' function. */ |
pcercuei | 1:26f20484cbdc | 169 | #define HAVE_SIGNAL 1 |
pcercuei | 1:26f20484cbdc | 170 | |
pcercuei | 1:26f20484cbdc | 171 | /* Define to 1 if you have the <signal.h> header file. */ |
pcercuei | 1:26f20484cbdc | 172 | #define HAVE_SIGNAL_H 1 |
pcercuei | 1:26f20484cbdc | 173 | |
pcercuei | 1:26f20484cbdc | 174 | /* Define to 1 if you have the `snprintf' function. */ |
pcercuei | 1:26f20484cbdc | 175 | #define HAVE_SNPRINTF 1 |
pcercuei | 1:26f20484cbdc | 176 | |
pcercuei | 1:26f20484cbdc | 177 | /* Define to 1 if you have the `sprintf' function. */ |
pcercuei | 1:26f20484cbdc | 178 | #define HAVE_SPRINTF 1 |
pcercuei | 1:26f20484cbdc | 179 | |
pcercuei | 1:26f20484cbdc | 180 | /* Define to 1 if you have the `srand' function. */ |
pcercuei | 1:26f20484cbdc | 181 | #define HAVE_SRAND 1 |
pcercuei | 1:26f20484cbdc | 182 | |
pcercuei | 1:26f20484cbdc | 183 | /* Define to 1 if you have the `sscanf' function. */ |
pcercuei | 1:26f20484cbdc | 184 | #define HAVE_SSCANF 1 |
pcercuei | 1:26f20484cbdc | 185 | |
pcercuei | 1:26f20484cbdc | 186 | /* Define to 1 if you have the `stat' function. */ |
pcercuei | 1:26f20484cbdc | 187 | //#define HAVE_STAT 1 |
pcercuei | 1:26f20484cbdc | 188 | |
pcercuei | 1:26f20484cbdc | 189 | /* Define to 1 if you have the <stdarg.h> header file. */ |
pcercuei | 1:26f20484cbdc | 190 | #define HAVE_STDARG_H 1 |
pcercuei | 1:26f20484cbdc | 191 | |
pcercuei | 1:26f20484cbdc | 192 | /* Define to 1 if you have the <stdint.h> header file. */ |
pcercuei | 1:26f20484cbdc | 193 | #define HAVE_STDINT_H 1 |
pcercuei | 1:26f20484cbdc | 194 | |
pcercuei | 1:26f20484cbdc | 195 | /* Define to 1 if you have the <stdlib.h> header file. */ |
pcercuei | 1:26f20484cbdc | 196 | #define HAVE_STDLIB_H 1 |
pcercuei | 1:26f20484cbdc | 197 | |
pcercuei | 1:26f20484cbdc | 198 | /* Define to 1 if you have the `strdup' function. */ |
pcercuei | 1:26f20484cbdc | 199 | #define HAVE_STRDUP 1 |
pcercuei | 1:26f20484cbdc | 200 | |
pcercuei | 1:26f20484cbdc | 201 | /* Define to 1 if you have the `strerror' function. */ |
pcercuei | 1:26f20484cbdc | 202 | #define HAVE_STRERROR 1 |
pcercuei | 1:26f20484cbdc | 203 | |
pcercuei | 1:26f20484cbdc | 204 | /* Define to 1 if you have the `strftime' function. */ |
pcercuei | 1:26f20484cbdc | 205 | #define HAVE_STRFTIME 1 |
pcercuei | 1:26f20484cbdc | 206 | |
pcercuei | 1:26f20484cbdc | 207 | /* Define to 1 if you have the <strings.h> header file. */ |
pcercuei | 1:26f20484cbdc | 208 | #define HAVE_STRINGS_H 1 |
pcercuei | 1:26f20484cbdc | 209 | |
pcercuei | 1:26f20484cbdc | 210 | /* Define to 1 if you have the <string.h> header file. */ |
pcercuei | 1:26f20484cbdc | 211 | #define HAVE_STRING_H 1 |
pcercuei | 1:26f20484cbdc | 212 | |
pcercuei | 1:26f20484cbdc | 213 | /* Define to 1 if you have the `strndup' function. */ |
pcercuei | 1:26f20484cbdc | 214 | #define HAVE_STRNDUP 1 |
pcercuei | 1:26f20484cbdc | 215 | |
pcercuei | 1:26f20484cbdc | 216 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
pcercuei | 1:26f20484cbdc | 217 | */ |
pcercuei | 1:26f20484cbdc | 218 | /* #undef HAVE_SYS_DIR_H */ |
pcercuei | 1:26f20484cbdc | 219 | |
pcercuei | 1:26f20484cbdc | 220 | /* Define to 1 if you have the <sys/mman.h> header file. */ |
pcercuei | 1:26f20484cbdc | 221 | /* #undef HAVE_SYS_MMAN_H */ |
pcercuei | 1:26f20484cbdc | 222 | |
pcercuei | 1:26f20484cbdc | 223 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
pcercuei | 1:26f20484cbdc | 224 | */ |
pcercuei | 1:26f20484cbdc | 225 | /* #undef HAVE_SYS_NDIR_H */ |
pcercuei | 1:26f20484cbdc | 226 | |
pcercuei | 1:26f20484cbdc | 227 | /* Define to 1 if you have the <sys/select.h> header file. */ |
pcercuei | 1:26f20484cbdc | 228 | /* #undef HAVE_SYS_SELECT_H */ |
pcercuei | 1:26f20484cbdc | 229 | |
pcercuei | 1:26f20484cbdc | 230 | /* Define to 1 if you have the <sys/socket.h> header file. */ |
pcercuei | 1:26f20484cbdc | 231 | /* #undef HAVE_SYS_SOCKET_H */ |
pcercuei | 1:26f20484cbdc | 232 | |
pcercuei | 1:26f20484cbdc | 233 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
pcercuei | 1:26f20484cbdc | 234 | //#define HAVE_SYS_STAT_H 1 |
pcercuei | 1:26f20484cbdc | 235 | |
pcercuei | 1:26f20484cbdc | 236 | /* Define to 1 if you have the <sys/timeb.h> header file. */ |
pcercuei | 1:26f20484cbdc | 237 | //#define HAVE_SYS_TIMEB_H 1 |
pcercuei | 1:26f20484cbdc | 238 | |
pcercuei | 1:26f20484cbdc | 239 | /* Define to 1 if you have the <sys/time.h> header file. */ |
pcercuei | 1:26f20484cbdc | 240 | //#define HAVE_SYS_TIME_H 1 |
pcercuei | 1:26f20484cbdc | 241 | |
pcercuei | 1:26f20484cbdc | 242 | /* Define to 1 if you have the <sys/types.h> header file. */ |
pcercuei | 1:26f20484cbdc | 243 | //#define HAVE_SYS_TYPES_H 1 |
pcercuei | 1:26f20484cbdc | 244 | |
pcercuei | 1:26f20484cbdc | 245 | /* Define to 1 if you have the `time' function. */ |
pcercuei | 1:26f20484cbdc | 246 | #define HAVE_TIME 1 |
pcercuei | 1:26f20484cbdc | 247 | |
pcercuei | 1:26f20484cbdc | 248 | /* Define to 1 if you have the <time.h> header file. */ |
pcercuei | 1:26f20484cbdc | 249 | #define HAVE_TIME_H 1 |
pcercuei | 1:26f20484cbdc | 250 | |
pcercuei | 1:26f20484cbdc | 251 | /* Define to 1 if you have the <unistd.h> header file. */ |
pcercuei | 1:26f20484cbdc | 252 | //#define HAVE_UNISTD_H 1 |
pcercuei | 1:26f20484cbdc | 253 | |
pcercuei | 1:26f20484cbdc | 254 | /* Whether va_copy() is available */ |
pcercuei | 1:26f20484cbdc | 255 | #define HAVE_VA_COPY 1 |
pcercuei | 1:26f20484cbdc | 256 | |
pcercuei | 1:26f20484cbdc | 257 | /* Define to 1 if you have the `vfprintf' function. */ |
pcercuei | 1:26f20484cbdc | 258 | #define HAVE_VFPRINTF 1 |
pcercuei | 1:26f20484cbdc | 259 | |
pcercuei | 1:26f20484cbdc | 260 | /* Define to 1 if you have the `vsnprintf' function. */ |
pcercuei | 1:26f20484cbdc | 261 | #define HAVE_VSNPRINTF 1 |
pcercuei | 1:26f20484cbdc | 262 | |
pcercuei | 1:26f20484cbdc | 263 | /* Define to 1 if you have the `vsprintf' function. */ |
pcercuei | 1:26f20484cbdc | 264 | #define HAVE_VSPRINTF 1 |
pcercuei | 1:26f20484cbdc | 265 | |
pcercuei | 1:26f20484cbdc | 266 | /* Define to 1 if you have the <zlib.h> header file. */ |
pcercuei | 1:26f20484cbdc | 267 | /* #undef HAVE_ZLIB_H */ |
pcercuei | 1:26f20484cbdc | 268 | |
pcercuei | 1:26f20484cbdc | 269 | /* Define to 1 if you have the `_stat' function. */ |
pcercuei | 1:26f20484cbdc | 270 | //#define HAVE__STAT 1 |
pcercuei | 1:26f20484cbdc | 271 | |
pcercuei | 1:26f20484cbdc | 272 | /* Whether __va_copy() is available */ |
pcercuei | 1:26f20484cbdc | 273 | /* #undef HAVE___VA_COPY */ |
pcercuei | 1:26f20484cbdc | 274 | |
pcercuei | 1:26f20484cbdc | 275 | /* Define as const if the declaration of iconv() needs const. */ |
pcercuei | 1:26f20484cbdc | 276 | /* #undef ICONV_CONST */ |
pcercuei | 1:26f20484cbdc | 277 | |
pcercuei | 1:26f20484cbdc | 278 | /* Define to the sub-directory where libtool stores uninstalled libraries. */ |
pcercuei | 1:26f20484cbdc | 279 | #define LT_OBJDIR ".libs/" |
pcercuei | 1:26f20484cbdc | 280 | |
pcercuei | 1:26f20484cbdc | 281 | /* Name of package */ |
pcercuei | 1:26f20484cbdc | 282 | #define PACKAGE "libxml2" |
pcercuei | 1:26f20484cbdc | 283 | |
pcercuei | 1:26f20484cbdc | 284 | /* Define to the address where bug reports for this package should be sent. */ |
pcercuei | 1:26f20484cbdc | 285 | #define PACKAGE_BUGREPORT "" |
pcercuei | 1:26f20484cbdc | 286 | |
pcercuei | 1:26f20484cbdc | 287 | /* Define to the full name of this package. */ |
pcercuei | 1:26f20484cbdc | 288 | #define PACKAGE_NAME "" |
pcercuei | 1:26f20484cbdc | 289 | |
pcercuei | 1:26f20484cbdc | 290 | /* Define to the full name and version of this package. */ |
pcercuei | 1:26f20484cbdc | 291 | #define PACKAGE_STRING "" |
pcercuei | 1:26f20484cbdc | 292 | |
pcercuei | 1:26f20484cbdc | 293 | /* Define to the one symbol short name of this package. */ |
pcercuei | 1:26f20484cbdc | 294 | #define PACKAGE_TARNAME "" |
pcercuei | 1:26f20484cbdc | 295 | |
pcercuei | 1:26f20484cbdc | 296 | /* Define to the home page for this package. */ |
pcercuei | 1:26f20484cbdc | 297 | #define PACKAGE_URL "" |
pcercuei | 1:26f20484cbdc | 298 | |
pcercuei | 1:26f20484cbdc | 299 | /* Define to the version of this package. */ |
pcercuei | 1:26f20484cbdc | 300 | #define PACKAGE_VERSION "" |
pcercuei | 1:26f20484cbdc | 301 | |
pcercuei | 1:26f20484cbdc | 302 | /* Type cast for the send() function 2nd arg */ |
pcercuei | 1:26f20484cbdc | 303 | #define SEND_ARG2_CAST (char *) |
pcercuei | 1:26f20484cbdc | 304 | |
pcercuei | 1:26f20484cbdc | 305 | /* Define to 1 if you have the ANSI C header files. */ |
pcercuei | 1:26f20484cbdc | 306 | #define STDC_HEADERS 1 |
pcercuei | 1:26f20484cbdc | 307 | |
pcercuei | 1:26f20484cbdc | 308 | /* Support for IPv6 */ |
pcercuei | 1:26f20484cbdc | 309 | /* #undef SUPPORT_IP6 */ |
pcercuei | 1:26f20484cbdc | 310 | |
pcercuei | 1:26f20484cbdc | 311 | /* Define if va_list is an array type */ |
pcercuei | 1:26f20484cbdc | 312 | /* #undef VA_LIST_IS_ARRAY */ |
pcercuei | 1:26f20484cbdc | 313 | |
pcercuei | 1:26f20484cbdc | 314 | /* Version number of package */ |
pcercuei | 1:26f20484cbdc | 315 | #define VERSION "2.9.3" |
pcercuei | 1:26f20484cbdc | 316 | |
pcercuei | 1:26f20484cbdc | 317 | /* Determine what socket length (socklen_t) data type is */ |
pcercuei | 1:26f20484cbdc | 318 | #define XML_SOCKLEN_T int |
pcercuei | 1:26f20484cbdc | 319 | |
pcercuei | 1:26f20484cbdc | 320 | /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, |
pcercuei | 1:26f20484cbdc | 321 | <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the |
pcercuei | 1:26f20484cbdc | 322 | #define below would cause a syntax error. */ |
pcercuei | 1:26f20484cbdc | 323 | /* #undef _UINT32_T */ |
pcercuei | 1:26f20484cbdc | 324 | |
pcercuei | 1:26f20484cbdc | 325 | /* Using the Win32 Socket implementation */ |
pcercuei | 1:26f20484cbdc | 326 | /* #undef _WINSOCKAPI_ */ |
pcercuei | 1:26f20484cbdc | 327 | |
pcercuei | 1:26f20484cbdc | 328 | /* ss_family is not defined here, use __ss_family instead */ |
pcercuei | 1:26f20484cbdc | 329 | /* #undef ss_family */ |
pcercuei | 1:26f20484cbdc | 330 | |
pcercuei | 1:26f20484cbdc | 331 | /* Define to the type of an unsigned integer type of width exactly 32 bits if |
pcercuei | 1:26f20484cbdc | 332 | such a type exists and the standard includes do not define it. */ |
pcercuei | 1:26f20484cbdc | 333 | /* #undef uint32_t */ |
pcercuei | 1:26f20484cbdc | 334 | |
pcercuei | 1:26f20484cbdc | 335 |