Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | /* config.h.in. Generated from configure.in by autoheader. */ |
michael@0 | 2 | |
michael@0 | 3 | /* Define if libevent should build without support for a debug mode */ |
michael@0 | 4 | #undef DISABLE_DEBUG_MODE |
michael@0 | 5 | |
michael@0 | 6 | /* Define if libevent should not allow replacing the mm functions */ |
michael@0 | 7 | #undef DISABLE_MM_REPLACEMENT |
michael@0 | 8 | |
michael@0 | 9 | /* Define if libevent should not be compiled with thread support */ |
michael@0 | 10 | #undef DISABLE_THREAD_SUPPORT |
michael@0 | 11 | |
michael@0 | 12 | /* Define to 1 if you have the `arc4random' function. */ |
michael@0 | 13 | #undef HAVE_ARC4RANDOM |
michael@0 | 14 | |
michael@0 | 15 | /* Define to 1 if you have the `arc4random_buf' function. */ |
michael@0 | 16 | #undef HAVE_ARC4RANDOM_BUF |
michael@0 | 17 | |
michael@0 | 18 | /* Define to 1 if you have the <arpa/inet.h> header file. */ |
michael@0 | 19 | #undef HAVE_ARPA_INET_H |
michael@0 | 20 | |
michael@0 | 21 | /* Define to 1 if you have the `clock_gettime' function. */ |
michael@0 | 22 | #undef HAVE_CLOCK_GETTIME |
michael@0 | 23 | |
michael@0 | 24 | /* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you |
michael@0 | 25 | don't. */ |
michael@0 | 26 | #undef HAVE_DECL_CTL_KERN |
michael@0 | 27 | |
michael@0 | 28 | /* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you |
michael@0 | 29 | don't. */ |
michael@0 | 30 | #undef HAVE_DECL_KERN_ARND |
michael@0 | 31 | |
michael@0 | 32 | /* Define to 1 if you have the declaration of `KERN_RANDOM', and to 0 if you |
michael@0 | 33 | don't. */ |
michael@0 | 34 | #undef HAVE_DECL_KERN_RANDOM |
michael@0 | 35 | |
michael@0 | 36 | /* Define to 1 if you have the declaration of `RANDOM_UUID', and to 0 if you |
michael@0 | 37 | don't. */ |
michael@0 | 38 | #undef HAVE_DECL_RANDOM_UUID |
michael@0 | 39 | |
michael@0 | 40 | /* Define if /dev/poll is available */ |
michael@0 | 41 | #undef HAVE_DEVPOLL |
michael@0 | 42 | |
michael@0 | 43 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
michael@0 | 44 | #undef HAVE_DLFCN_H |
michael@0 | 45 | |
michael@0 | 46 | /* Define if your system supports the epoll system calls */ |
michael@0 | 47 | #undef HAVE_EPOLL |
michael@0 | 48 | |
michael@0 | 49 | /* Define to 1 if you have the `epoll_ctl' function. */ |
michael@0 | 50 | #undef HAVE_EPOLL_CTL |
michael@0 | 51 | |
michael@0 | 52 | /* Define to 1 if you have the `eventfd' function. */ |
michael@0 | 53 | #undef HAVE_EVENTFD |
michael@0 | 54 | |
michael@0 | 55 | /* Define if your system supports event ports */ |
michael@0 | 56 | #undef HAVE_EVENT_PORTS |
michael@0 | 57 | |
michael@0 | 58 | /* Define to 1 if you have the `fcntl' function. */ |
michael@0 | 59 | #undef HAVE_FCNTL |
michael@0 | 60 | |
michael@0 | 61 | /* Define to 1 if you have the <fcntl.h> header file. */ |
michael@0 | 62 | #undef HAVE_FCNTL_H |
michael@0 | 63 | |
michael@0 | 64 | /* Define to 1 if the system has the type `fd_mask'. */ |
michael@0 | 65 | #undef HAVE_FD_MASK |
michael@0 | 66 | |
michael@0 | 67 | /* Do we have getaddrinfo()? */ |
michael@0 | 68 | #undef HAVE_GETADDRINFO |
michael@0 | 69 | |
michael@0 | 70 | /* Define to 1 if you have the `getegid' function. */ |
michael@0 | 71 | #undef HAVE_GETEGID |
michael@0 | 72 | |
michael@0 | 73 | /* Define to 1 if you have the `geteuid' function. */ |
michael@0 | 74 | #undef HAVE_GETEUID |
michael@0 | 75 | |
michael@0 | 76 | /* Define this if you have any gethostbyname_r() */ |
michael@0 | 77 | #undef HAVE_GETHOSTBYNAME_R |
michael@0 | 78 | |
michael@0 | 79 | /* Define this if gethostbyname_r takes 3 arguments */ |
michael@0 | 80 | #undef HAVE_GETHOSTBYNAME_R_3_ARG |
michael@0 | 81 | |
michael@0 | 82 | /* Define this if gethostbyname_r takes 5 arguments */ |
michael@0 | 83 | #undef HAVE_GETHOSTBYNAME_R_5_ARG |
michael@0 | 84 | |
michael@0 | 85 | /* Define this if gethostbyname_r takes 6 arguments */ |
michael@0 | 86 | #undef HAVE_GETHOSTBYNAME_R_6_ARG |
michael@0 | 87 | |
michael@0 | 88 | /* Define to 1 if you have the `getnameinfo' function. */ |
michael@0 | 89 | #undef HAVE_GETNAMEINFO |
michael@0 | 90 | |
michael@0 | 91 | /* Define to 1 if you have the `getprotobynumber' function. */ |
michael@0 | 92 | #undef HAVE_GETPROTOBYNUMBER |
michael@0 | 93 | |
michael@0 | 94 | /* Define to 1 if you have the `getservbyname' function. */ |
michael@0 | 95 | #undef HAVE_GETSERVBYNAME |
michael@0 | 96 | |
michael@0 | 97 | /* Define to 1 if you have the `gettimeofday' function. */ |
michael@0 | 98 | #undef HAVE_GETTIMEOFDAY |
michael@0 | 99 | |
michael@0 | 100 | /* Define to 1 if you have the `inet_aton' function. */ |
michael@0 | 101 | #undef HAVE_INET_ATON |
michael@0 | 102 | |
michael@0 | 103 | /* Define to 1 if you have the `inet_ntop' function. */ |
michael@0 | 104 | #undef HAVE_INET_NTOP |
michael@0 | 105 | |
michael@0 | 106 | /* Define to 1 if you have the `inet_pton' function. */ |
michael@0 | 107 | #undef HAVE_INET_PTON |
michael@0 | 108 | |
michael@0 | 109 | /* Define to 1 if you have the <inttypes.h> header file. */ |
michael@0 | 110 | #undef HAVE_INTTYPES_H |
michael@0 | 111 | |
michael@0 | 112 | /* Define to 1 if you have the `issetugid' function. */ |
michael@0 | 113 | #undef HAVE_ISSETUGID |
michael@0 | 114 | |
michael@0 | 115 | /* Define to 1 if you have the `kqueue' function. */ |
michael@0 | 116 | #undef HAVE_KQUEUE |
michael@0 | 117 | |
michael@0 | 118 | /* Define if the system has zlib */ |
michael@0 | 119 | #undef HAVE_LIBZ |
michael@0 | 120 | |
michael@0 | 121 | /* Define to 1 if you have the <memory.h> header file. */ |
michael@0 | 122 | #undef HAVE_MEMORY_H |
michael@0 | 123 | |
michael@0 | 124 | /* Define to 1 if you have the `mmap' function. */ |
michael@0 | 125 | #undef HAVE_MMAP |
michael@0 | 126 | |
michael@0 | 127 | /* Define to 1 if you have the <netdb.h> header file. */ |
michael@0 | 128 | #undef HAVE_NETDB_H |
michael@0 | 129 | |
michael@0 | 130 | /* Define to 1 if you have the <netinet/in6.h> header file. */ |
michael@0 | 131 | #undef HAVE_NETINET_IN6_H |
michael@0 | 132 | |
michael@0 | 133 | /* Define to 1 if you have the <netinet/in.h> header file. */ |
michael@0 | 134 | #undef HAVE_NETINET_IN_H |
michael@0 | 135 | |
michael@0 | 136 | /* Define if the system has openssl */ |
michael@0 | 137 | #undef HAVE_OPENSSL |
michael@0 | 138 | |
michael@0 | 139 | /* Define to 1 if you have the <openssl/bio.h> header file. */ |
michael@0 | 140 | #undef HAVE_OPENSSL_BIO_H |
michael@0 | 141 | |
michael@0 | 142 | /* Define to 1 if you have the `pipe' function. */ |
michael@0 | 143 | #undef HAVE_PIPE |
michael@0 | 144 | |
michael@0 | 145 | /* Define to 1 if you have the `poll' function. */ |
michael@0 | 146 | #undef HAVE_POLL |
michael@0 | 147 | |
michael@0 | 148 | /* Define to 1 if you have the <poll.h> header file. */ |
michael@0 | 149 | #undef HAVE_POLL_H |
michael@0 | 150 | |
michael@0 | 151 | /* Define to 1 if you have the `port_create' function. */ |
michael@0 | 152 | #undef HAVE_PORT_CREATE |
michael@0 | 153 | |
michael@0 | 154 | /* Define to 1 if you have the <port.h> header file. */ |
michael@0 | 155 | #undef HAVE_PORT_H |
michael@0 | 156 | |
michael@0 | 157 | /* Define if you have POSIX threads libraries and header files. */ |
michael@0 | 158 | #undef HAVE_PTHREAD |
michael@0 | 159 | |
michael@0 | 160 | /* Define if we have pthreads on this system */ |
michael@0 | 161 | #undef HAVE_PTHREADS |
michael@0 | 162 | |
michael@0 | 163 | /* Define to 1 if you have the `putenv' function. */ |
michael@0 | 164 | #undef HAVE_PUTENV |
michael@0 | 165 | |
michael@0 | 166 | /* Define to 1 if the system has the type `sa_family_t'. */ |
michael@0 | 167 | #undef HAVE_SA_FAMILY_T |
michael@0 | 168 | |
michael@0 | 169 | /* Define to 1 if you have the `select' function. */ |
michael@0 | 170 | #undef HAVE_SELECT |
michael@0 | 171 | |
michael@0 | 172 | /* Define to 1 if you have the `sendfile' function. */ |
michael@0 | 173 | #undef HAVE_SENDFILE |
michael@0 | 174 | |
michael@0 | 175 | /* Define to 1 if you have the `setenv' function. */ |
michael@0 | 176 | #undef HAVE_SETENV |
michael@0 | 177 | |
michael@0 | 178 | /* Define if F_SETFD is defined in <fcntl.h> */ |
michael@0 | 179 | #undef HAVE_SETFD |
michael@0 | 180 | |
michael@0 | 181 | /* Define to 1 if you have the `sigaction' function. */ |
michael@0 | 182 | #undef HAVE_SIGACTION |
michael@0 | 183 | |
michael@0 | 184 | /* Define to 1 if you have the `signal' function. */ |
michael@0 | 185 | #undef HAVE_SIGNAL |
michael@0 | 186 | |
michael@0 | 187 | /* Define to 1 if you have the `splice' function. */ |
michael@0 | 188 | #undef HAVE_SPLICE |
michael@0 | 189 | |
michael@0 | 190 | /* Define to 1 if you have the <stdarg.h> header file. */ |
michael@0 | 191 | #undef HAVE_STDARG_H |
michael@0 | 192 | |
michael@0 | 193 | /* Define to 1 if you have the <stddef.h> header file. */ |
michael@0 | 194 | #undef HAVE_STDDEF_H |
michael@0 | 195 | |
michael@0 | 196 | /* Define to 1 if you have the <stdint.h> header file. */ |
michael@0 | 197 | #undef HAVE_STDINT_H |
michael@0 | 198 | |
michael@0 | 199 | /* Define to 1 if you have the <stdlib.h> header file. */ |
michael@0 | 200 | #undef HAVE_STDLIB_H |
michael@0 | 201 | |
michael@0 | 202 | /* Define to 1 if you have the <strings.h> header file. */ |
michael@0 | 203 | #undef HAVE_STRINGS_H |
michael@0 | 204 | |
michael@0 | 205 | /* Define to 1 if you have the <string.h> header file. */ |
michael@0 | 206 | #undef HAVE_STRING_H |
michael@0 | 207 | |
michael@0 | 208 | /* Define to 1 if you have the `strlcpy' function. */ |
michael@0 | 209 | #undef HAVE_STRLCPY |
michael@0 | 210 | |
michael@0 | 211 | /* Define to 1 if you have the `strsep' function. */ |
michael@0 | 212 | #undef HAVE_STRSEP |
michael@0 | 213 | |
michael@0 | 214 | /* Define to 1 if you have the `strtok_r' function. */ |
michael@0 | 215 | #undef HAVE_STRTOK_R |
michael@0 | 216 | |
michael@0 | 217 | /* Define to 1 if you have the `strtoll' function. */ |
michael@0 | 218 | #undef HAVE_STRTOLL |
michael@0 | 219 | |
michael@0 | 220 | /* Define to 1 if the system has the type `struct addrinfo'. */ |
michael@0 | 221 | #undef HAVE_STRUCT_ADDRINFO |
michael@0 | 222 | |
michael@0 | 223 | /* Define to 1 if the system has the type `struct in6_addr'. */ |
michael@0 | 224 | #undef HAVE_STRUCT_IN6_ADDR |
michael@0 | 225 | |
michael@0 | 226 | /* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */ |
michael@0 | 227 | #undef HAVE_STRUCT_IN6_ADDR_S6_ADDR16 |
michael@0 | 228 | |
michael@0 | 229 | /* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */ |
michael@0 | 230 | #undef HAVE_STRUCT_IN6_ADDR_S6_ADDR32 |
michael@0 | 231 | |
michael@0 | 232 | /* Define to 1 if the system has the type `struct sockaddr_in6'. */ |
michael@0 | 233 | #undef HAVE_STRUCT_SOCKADDR_IN6 |
michael@0 | 234 | |
michael@0 | 235 | /* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */ |
michael@0 | 236 | #undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN |
michael@0 | 237 | |
michael@0 | 238 | /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */ |
michael@0 | 239 | #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN |
michael@0 | 240 | |
michael@0 | 241 | /* Define to 1 if the system has the type `struct sockaddr_storage'. */ |
michael@0 | 242 | #undef HAVE_STRUCT_SOCKADDR_STORAGE |
michael@0 | 243 | |
michael@0 | 244 | /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */ |
michael@0 | 245 | #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY |
michael@0 | 246 | |
michael@0 | 247 | /* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */ |
michael@0 | 248 | #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY |
michael@0 | 249 | |
michael@0 | 250 | /* Define to 1 if you have the `sysctl' function. */ |
michael@0 | 251 | #undef HAVE_SYSCTL |
michael@0 | 252 | |
michael@0 | 253 | /* Define to 1 if you have the <sys/devpoll.h> header file. */ |
michael@0 | 254 | #undef HAVE_SYS_DEVPOLL_H |
michael@0 | 255 | |
michael@0 | 256 | /* Define to 1 if you have the <sys/epoll.h> header file. */ |
michael@0 | 257 | #undef HAVE_SYS_EPOLL_H |
michael@0 | 258 | |
michael@0 | 259 | /* Define to 1 if you have the <sys/eventfd.h> header file. */ |
michael@0 | 260 | #undef HAVE_SYS_EVENTFD_H |
michael@0 | 261 | |
michael@0 | 262 | /* Define to 1 if you have the <sys/event.h> header file. */ |
michael@0 | 263 | #undef HAVE_SYS_EVENT_H |
michael@0 | 264 | |
michael@0 | 265 | /* Define to 1 if you have the <sys/ioctl.h> header file. */ |
michael@0 | 266 | #undef HAVE_SYS_IOCTL_H |
michael@0 | 267 | |
michael@0 | 268 | /* Define to 1 if you have the <sys/mman.h> header file. */ |
michael@0 | 269 | #undef HAVE_SYS_MMAN_H |
michael@0 | 270 | |
michael@0 | 271 | /* Define to 1 if you have the <sys/param.h> header file. */ |
michael@0 | 272 | #undef HAVE_SYS_PARAM_H |
michael@0 | 273 | |
michael@0 | 274 | /* Define to 1 if you have the <sys/queue.h> header file. */ |
michael@0 | 275 | #undef HAVE_SYS_QUEUE_H |
michael@0 | 276 | |
michael@0 | 277 | /* Define to 1 if you have the <sys/select.h> header file. */ |
michael@0 | 278 | #undef HAVE_SYS_SELECT_H |
michael@0 | 279 | |
michael@0 | 280 | /* Define to 1 if you have the <sys/sendfile.h> header file. */ |
michael@0 | 281 | #undef HAVE_SYS_SENDFILE_H |
michael@0 | 282 | |
michael@0 | 283 | /* Define to 1 if you have the <sys/socket.h> header file. */ |
michael@0 | 284 | #undef HAVE_SYS_SOCKET_H |
michael@0 | 285 | |
michael@0 | 286 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
michael@0 | 287 | #undef HAVE_SYS_STAT_H |
michael@0 | 288 | |
michael@0 | 289 | /* Define to 1 if you have the <sys/sysctl.h> header file. */ |
michael@0 | 290 | #undef HAVE_SYS_SYSCTL_H |
michael@0 | 291 | |
michael@0 | 292 | /* Define to 1 if you have the <sys/time.h> header file. */ |
michael@0 | 293 | #undef HAVE_SYS_TIME_H |
michael@0 | 294 | |
michael@0 | 295 | /* Define to 1 if you have the <sys/types.h> header file. */ |
michael@0 | 296 | #undef HAVE_SYS_TYPES_H |
michael@0 | 297 | |
michael@0 | 298 | /* Define to 1 if you have the <sys/uio.h> header file. */ |
michael@0 | 299 | #undef HAVE_SYS_UIO_H |
michael@0 | 300 | |
michael@0 | 301 | /* Define to 1 if you have the <sys/wait.h> header file. */ |
michael@0 | 302 | #undef HAVE_SYS_WAIT_H |
michael@0 | 303 | |
michael@0 | 304 | /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */ |
michael@0 | 305 | #undef HAVE_TAILQFOREACH |
michael@0 | 306 | |
michael@0 | 307 | /* Define if timeradd is defined in <sys/time.h> */ |
michael@0 | 308 | #undef HAVE_TIMERADD |
michael@0 | 309 | |
michael@0 | 310 | /* Define if timerclear is defined in <sys/time.h> */ |
michael@0 | 311 | #undef HAVE_TIMERCLEAR |
michael@0 | 312 | |
michael@0 | 313 | /* Define if timercmp is defined in <sys/time.h> */ |
michael@0 | 314 | #undef HAVE_TIMERCMP |
michael@0 | 315 | |
michael@0 | 316 | /* Define if timerisset is defined in <sys/time.h> */ |
michael@0 | 317 | #undef HAVE_TIMERISSET |
michael@0 | 318 | |
michael@0 | 319 | /* Define to 1 if the system has the type `uint16_t'. */ |
michael@0 | 320 | #undef HAVE_UINT16_T |
michael@0 | 321 | |
michael@0 | 322 | /* Define to 1 if the system has the type `uint32_t'. */ |
michael@0 | 323 | #undef HAVE_UINT32_T |
michael@0 | 324 | |
michael@0 | 325 | /* Define to 1 if the system has the type `uint64_t'. */ |
michael@0 | 326 | #undef HAVE_UINT64_T |
michael@0 | 327 | |
michael@0 | 328 | /* Define to 1 if the system has the type `uint8_t'. */ |
michael@0 | 329 | #undef HAVE_UINT8_T |
michael@0 | 330 | |
michael@0 | 331 | /* Define to 1 if the system has the type `uintptr_t'. */ |
michael@0 | 332 | #undef HAVE_UINTPTR_T |
michael@0 | 333 | |
michael@0 | 334 | /* Define to 1 if you have the `umask' function. */ |
michael@0 | 335 | #undef HAVE_UMASK |
michael@0 | 336 | |
michael@0 | 337 | /* Define to 1 if you have the <unistd.h> header file. */ |
michael@0 | 338 | #undef HAVE_UNISTD_H |
michael@0 | 339 | |
michael@0 | 340 | /* Define to 1 if you have the `unsetenv' function. */ |
michael@0 | 341 | #undef HAVE_UNSETENV |
michael@0 | 342 | |
michael@0 | 343 | /* Define to 1 if you have the `vasprintf' function. */ |
michael@0 | 344 | #undef HAVE_VASPRINTF |
michael@0 | 345 | |
michael@0 | 346 | /* Define if kqueue works correctly with pipes */ |
michael@0 | 347 | #undef HAVE_WORKING_KQUEUE |
michael@0 | 348 | |
michael@0 | 349 | /* Define to 1 if you have the <zlib.h> header file. */ |
michael@0 | 350 | #undef HAVE_ZLIB_H |
michael@0 | 351 | |
michael@0 | 352 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
michael@0 | 353 | */ |
michael@0 | 354 | #undef LT_OBJDIR |
michael@0 | 355 | |
michael@0 | 356 | /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
michael@0 | 357 | #undef NO_MINUS_C_MINUS_O |
michael@0 | 358 | |
michael@0 | 359 | /* Numeric representation of the version */ |
michael@0 | 360 | #undef NUMERIC_VERSION |
michael@0 | 361 | |
michael@0 | 362 | /* Name of package */ |
michael@0 | 363 | #undef PACKAGE |
michael@0 | 364 | |
michael@0 | 365 | /* Define to the address where bug reports for this package should be sent. */ |
michael@0 | 366 | #undef PACKAGE_BUGREPORT |
michael@0 | 367 | |
michael@0 | 368 | /* Define to the full name of this package. */ |
michael@0 | 369 | #undef PACKAGE_NAME |
michael@0 | 370 | |
michael@0 | 371 | /* Define to the full name and version of this package. */ |
michael@0 | 372 | #undef PACKAGE_STRING |
michael@0 | 373 | |
michael@0 | 374 | /* Define to the one symbol short name of this package. */ |
michael@0 | 375 | #undef PACKAGE_TARNAME |
michael@0 | 376 | |
michael@0 | 377 | /* Define to the home page for this package. */ |
michael@0 | 378 | #undef PACKAGE_URL |
michael@0 | 379 | |
michael@0 | 380 | /* Define to the version of this package. */ |
michael@0 | 381 | #undef PACKAGE_VERSION |
michael@0 | 382 | |
michael@0 | 383 | /* Define to necessary symbol if this constant uses a non-standard name on |
michael@0 | 384 | your system. */ |
michael@0 | 385 | #undef PTHREAD_CREATE_JOINABLE |
michael@0 | 386 | |
michael@0 | 387 | /* The size of `int', as computed by sizeof. */ |
michael@0 | 388 | #undef SIZEOF_INT |
michael@0 | 389 | |
michael@0 | 390 | /* The size of `long', as computed by sizeof. */ |
michael@0 | 391 | #undef SIZEOF_LONG |
michael@0 | 392 | |
michael@0 | 393 | /* The size of `long long', as computed by sizeof. */ |
michael@0 | 394 | #undef SIZEOF_LONG_LONG |
michael@0 | 395 | |
michael@0 | 396 | /* The size of `pthread_t', as computed by sizeof. */ |
michael@0 | 397 | #undef SIZEOF_PTHREAD_T |
michael@0 | 398 | |
michael@0 | 399 | /* The size of `short', as computed by sizeof. */ |
michael@0 | 400 | #undef SIZEOF_SHORT |
michael@0 | 401 | |
michael@0 | 402 | /* The size of `size_t', as computed by sizeof. */ |
michael@0 | 403 | #undef SIZEOF_SIZE_T |
michael@0 | 404 | |
michael@0 | 405 | /* The size of `void *', as computed by sizeof. */ |
michael@0 | 406 | #undef SIZEOF_VOID_P |
michael@0 | 407 | |
michael@0 | 408 | /* Define to 1 if you have the ANSI C header files. */ |
michael@0 | 409 | #undef STDC_HEADERS |
michael@0 | 410 | |
michael@0 | 411 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
michael@0 | 412 | #undef TIME_WITH_SYS_TIME |
michael@0 | 413 | |
michael@0 | 414 | /* Version number of package */ |
michael@0 | 415 | #undef VERSION |
michael@0 | 416 | |
michael@0 | 417 | /* Define to appropriate substitue if compiler doesnt have __func__ */ |
michael@0 | 418 | #undef __func__ |
michael@0 | 419 | |
michael@0 | 420 | /* Define to empty if `const' does not conform to ANSI C. */ |
michael@0 | 421 | #undef const |
michael@0 | 422 | |
michael@0 | 423 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
michael@0 | 424 | calls it, or to nothing if 'inline' is not supported under any name. */ |
michael@0 | 425 | #ifndef __cplusplus |
michael@0 | 426 | #undef inline |
michael@0 | 427 | #endif |
michael@0 | 428 | |
michael@0 | 429 | /* Define to `int' if <sys/types.h> does not define. */ |
michael@0 | 430 | #undef pid_t |
michael@0 | 431 | |
michael@0 | 432 | /* Define to `unsigned int' if <sys/types.h> does not define. */ |
michael@0 | 433 | #undef size_t |
michael@0 | 434 | |
michael@0 | 435 | /* Define to unsigned int if you dont have it */ |
michael@0 | 436 | #undef socklen_t |
michael@0 | 437 | |
michael@0 | 438 | /* Define to `int' if <sys/types.h> does not define. */ |
michael@0 | 439 | #undef ssize_t |