|
|
|||
Warning, file /include/event2/event-config.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /* event2/event-config.h 0002 * 0003 * This file was generated by autoconf when libevent was built, and post- 0004 * processed by Libevent so that its macros would have a uniform prefix. 0005 * 0006 * DO NOT EDIT THIS FILE. 0007 * 0008 * Do not rely on macros in this file existing in later versions. 0009 */ 0010 0011 #ifndef EVENT2_EVENT_CONFIG_H_INCLUDED_ 0012 #define EVENT2_EVENT_CONFIG_H_INCLUDED_ 0013 0014 /* config.h. Generated from config.h.in by configure. */ 0015 /* config.h.in. Generated from configure.ac by autoheader. */ 0016 0017 /* Define if libevent should build without support for a debug mode */ 0018 /* #undef EVENT__DISABLE_DEBUG_MODE */ 0019 0020 /* Define if libevent should not allow replacing the mm functions */ 0021 /* #undef EVENT__DISABLE_MM_REPLACEMENT */ 0022 0023 /* Define if libevent should not be compiled with thread support */ 0024 /* #undef EVENT__DISABLE_THREAD_SUPPORT */ 0025 0026 /* Define to 1 if you have the `accept4' function. */ 0027 #define EVENT__HAVE_ACCEPT4 1 0028 0029 /* Define to 1 if you have the <afunix.h> header file. */ 0030 /* #undef EVENT__HAVE_AFUNIX_H */ 0031 0032 /* Define to 1 if you have the `arc4random' function. */ 0033 #define EVENT__HAVE_ARC4RANDOM 1 0034 0035 /* Define to 1 if you have the `arc4random_addrandom' function. */ 0036 /* #undef EVENT__HAVE_ARC4RANDOM_ADDRANDOM */ 0037 0038 /* Define to 1 if you have the `arc4random_buf' function. */ 0039 #define EVENT__HAVE_ARC4RANDOM_BUF 1 0040 0041 /* Define to 1 if you have the <arpa/inet.h> header file. */ 0042 #define EVENT__HAVE_ARPA_INET_H 1 0043 0044 /* Define to 1 if you have the `clock_gettime' function. */ 0045 #define EVENT__HAVE_CLOCK_GETTIME 1 0046 0047 /* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you 0048 don't. */ 0049 /* #undef EVENT__HAVE_DECL_CTL_KERN */ 0050 0051 /* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you 0052 don't. */ 0053 /* #undef EVENT__HAVE_DECL_KERN_ARND */ 0054 0055 /* Define if /dev/poll is available */ 0056 /* #undef EVENT__HAVE_DEVPOLL */ 0057 0058 /* Define to 1 if you have the <dlfcn.h> header file. */ 0059 #define EVENT__HAVE_DLFCN_H 1 0060 0061 /* Define if your system supports the epoll system calls */ 0062 #define EVENT__HAVE_EPOLL 1 0063 0064 /* Define to 1 if you have the `epoll_create1' function. */ 0065 #define EVENT__HAVE_EPOLL_CREATE1 1 0066 0067 /* Define to 1 if you have the `epoll_ctl' function. */ 0068 #define EVENT__HAVE_EPOLL_CTL 1 0069 0070 /* Define to 1 if you have the <errno.h> header file. */ 0071 #define EVENT__HAVE_ERRNO_H 1 0072 0073 /* Define to 1 if you have the `eventfd' function. */ 0074 #define EVENT__HAVE_EVENTFD 1 0075 0076 /* Define if your system supports event ports */ 0077 /* #undef EVENT__HAVE_EVENT_PORTS */ 0078 0079 /* Define to 1 if you have the `fcntl' function. */ 0080 #define EVENT__HAVE_FCNTL 1 0081 0082 /* Define to 1 if you have the <fcntl.h> header file. */ 0083 #define EVENT__HAVE_FCNTL_H 1 0084 0085 /* Define to 1 if the system has the type `fd_mask'. */ 0086 #define EVENT__HAVE_FD_MASK 1 0087 0088 /* Do we have getaddrinfo()? */ 0089 #define EVENT__HAVE_GETADDRINFO 1 0090 0091 /* Define to 1 if you have the `getegid' function. */ 0092 #define EVENT__HAVE_GETEGID 1 0093 0094 /* Define to 1 if you have the `geteuid' function. */ 0095 #define EVENT__HAVE_GETEUID 1 0096 0097 /* Define this if you have any gethostbyname_r() */ 0098 /* #undef EVENT__HAVE_GETHOSTBYNAME_R */ 0099 0100 /* Define this if gethostbyname_r takes 3 arguments */ 0101 /* #undef EVENT__HAVE_GETHOSTBYNAME_R_3_ARG */ 0102 0103 /* Define this if gethostbyname_r takes 5 arguments */ 0104 /* #undef EVENT__HAVE_GETHOSTBYNAME_R_5_ARG */ 0105 0106 /* Define this if gethostbyname_r takes 6 arguments */ 0107 /* #undef EVENT__HAVE_GETHOSTBYNAME_R_6_ARG */ 0108 0109 /* Define to 1 if you have the `getifaddrs' function. */ 0110 #define EVENT__HAVE_GETIFADDRS 1 0111 0112 /* Define to 1 if you have the `getnameinfo' function. */ 0113 #define EVENT__HAVE_GETNAMEINFO 1 0114 0115 /* Define to 1 if you have the `getprotobynumber' function. */ 0116 #define EVENT__HAVE_GETPROTOBYNUMBER 1 0117 0118 /* Define to 1 if you have the `getrandom' function. */ 0119 #define EVENT__HAVE_GETRANDOM 1 0120 0121 /* Define to 1 if you have the `getservbyname' function. */ 0122 #define EVENT__HAVE_GETSERVBYNAME 1 0123 0124 /* Define to 1 if you have the `gettimeofday' function. */ 0125 #define EVENT__HAVE_GETTIMEOFDAY 1 0126 0127 /* Define to 1 if you have the <ifaddrs.h> header file. */ 0128 #define EVENT__HAVE_IFADDRS_H 1 0129 0130 /* Define to 1 if you have the `inet_ntop' function. */ 0131 #define EVENT__HAVE_INET_NTOP 1 0132 0133 /* Define to 1 if you have the `inet_pton' function. */ 0134 #define EVENT__HAVE_INET_PTON 1 0135 0136 /* Define to 1 if you have the <inttypes.h> header file. */ 0137 #define EVENT__HAVE_INTTYPES_H 1 0138 0139 /* Define to 1 if you have the `issetugid' function. */ 0140 /* #undef EVENT__HAVE_ISSETUGID */ 0141 0142 /* Define to 1 if you have the `kqueue' function. */ 0143 /* #undef EVENT__HAVE_KQUEUE */ 0144 0145 /* Define to 1 if you have the `ws2_32' library (-lws2_32). */ 0146 /* #undef EVENT__HAVE_LIBWS2_32 */ 0147 0148 /* Define if the system has zlib */ 0149 #define EVENT__HAVE_LIBZ 1 0150 0151 /* Define to 1 if you have the `mach_absolute_time' function. */ 0152 /* #undef EVENT__HAVE_MACH_ABSOLUTE_TIME */ 0153 0154 /* Define to 1 if you have the <mach/mach.h> header file. */ 0155 /* #undef EVENT__HAVE_MACH_MACH_H */ 0156 0157 /* Define to 1 if you have the <mach/mach_time.h> header file. */ 0158 /* #undef EVENT__HAVE_MACH_MACH_TIME_H */ 0159 0160 /* Define to 1 if you have the <memory.h> header file. */ 0161 #define EVENT__HAVE_MEMORY_H 1 0162 0163 /* Define to 1 if you have the `mmap' function. */ 0164 #define EVENT__HAVE_MMAP 1 0165 0166 /* Define to 1 if you have the `nanosleep' function. */ 0167 #define EVENT__HAVE_NANOSLEEP 1 0168 0169 /* Define to 1 if you have the <netdb.h> header file. */ 0170 #define EVENT__HAVE_NETDB_H 1 0171 0172 /* Define to 1 if you have the <netinet/in6.h> header file. */ 0173 /* #undef EVENT__HAVE_NETINET_IN6_H */ 0174 0175 /* Define to 1 if you have the <netinet/in.h> header file. */ 0176 #define EVENT__HAVE_NETINET_IN_H 1 0177 0178 /* Define to 1 if you have the <netinet/tcp.h> header file. */ 0179 #define EVENT__HAVE_NETINET_TCP_H 1 0180 0181 /* Define if the system has openssl */ 0182 #define EVENT__HAVE_OPENSSL 1 0183 0184 /* Define to 1 if you have the <openssl/ssl.h> header file. */ 0185 #define EVENT__HAVE_OPENSSL_SSL_H 1 0186 0187 /* Define to 1 if you have the `pipe' function. */ 0188 #define EVENT__HAVE_PIPE 1 0189 0190 /* Define to 1 if you have the `pipe2' function. */ 0191 #define EVENT__HAVE_PIPE2 1 0192 0193 /* Define to 1 if you have the `poll' function. */ 0194 #define EVENT__HAVE_POLL 1 0195 0196 /* Define to 1 if you have the <poll.h> header file. */ 0197 #define EVENT__HAVE_POLL_H 1 0198 0199 /* Define to 1 if you have the `port_create' function. */ 0200 /* #undef EVENT__HAVE_PORT_CREATE */ 0201 0202 /* Define to 1 if you have the <port.h> header file. */ 0203 /* #undef EVENT__HAVE_PORT_H */ 0204 0205 /* Define if you have POSIX threads libraries and header files. */ 0206 /* #undef EVENT__HAVE_PTHREAD */ 0207 0208 /* Define if we have pthreads on this system */ 0209 #define EVENT__HAVE_PTHREADS 1 0210 0211 /* Define to 1 if you have the `putenv' function. */ 0212 #define EVENT__HAVE_PUTENV 1 0213 0214 /* Define to 1 if the system has the type `sa_family_t'. */ 0215 #define EVENT__HAVE_SA_FAMILY_T 1 0216 0217 /* Define to 1 if you have the `select' function. */ 0218 #define EVENT__HAVE_SELECT 1 0219 0220 /* Define to 1 if you have the `sendfile' function. */ 0221 #define EVENT__HAVE_SENDFILE 1 0222 0223 /* Define to 1 if you have the `setenv' function. */ 0224 #define EVENT__HAVE_SETENV 1 0225 0226 /* Define if F_SETFD is defined in <fcntl.h> */ 0227 #define EVENT__HAVE_SETFD 1 0228 0229 /* Define to 1 if you have the `setrlimit' function. */ 0230 #define EVENT__HAVE_SETRLIMIT 1 0231 0232 /* Define to 1 if you have the `sigaction' function. */ 0233 #define EVENT__HAVE_SIGACTION 1 0234 0235 /* Define to 1 if you have the `signal' function. */ 0236 #define EVENT__HAVE_SIGNAL 1 0237 0238 /* Define to 1 if you have the `splice' function. */ 0239 #define EVENT__HAVE_SPLICE 1 0240 0241 /* Define to 1 if you have the <stdarg.h> header file. */ 0242 #define EVENT__HAVE_STDARG_H 1 0243 0244 /* Define to 1 if you have the <stddef.h> header file. */ 0245 #define EVENT__HAVE_STDDEF_H 1 0246 0247 /* Define to 1 if you have the <stdint.h> header file. */ 0248 #define EVENT__HAVE_STDINT_H 1 0249 0250 /* Define to 1 if you have the <stdlib.h> header file. */ 0251 #define EVENT__HAVE_STDLIB_H 1 0252 0253 /* Define to 1 if you have the <strings.h> header file. */ 0254 #define EVENT__HAVE_STRINGS_H 1 0255 0256 /* Define to 1 if you have the <string.h> header file. */ 0257 #define EVENT__HAVE_STRING_H 1 0258 0259 /* Define to 1 if you have the `strlcpy' function. */ 0260 #define EVENT__HAVE_STRLCPY 1 0261 0262 /* Define to 1 if you have the `strsep' function. */ 0263 #define EVENT__HAVE_STRSEP 1 0264 0265 /* Define to 1 if you have the `strtok_r' function. */ 0266 #define EVENT__HAVE_STRTOK_R 1 0267 0268 /* Define to 1 if you have the `strtoll' function. */ 0269 #define EVENT__HAVE_STRTOLL 1 0270 0271 /* Define to 1 if the system has the type `struct addrinfo'. */ 0272 #define EVENT__HAVE_STRUCT_ADDRINFO 1 0273 0274 /* Define to 1 if the system has the type `struct in6_addr'. */ 0275 #define EVENT__HAVE_STRUCT_IN6_ADDR 1 0276 0277 /* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */ 0278 #define EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1 0279 0280 /* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */ 0281 #define EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1 0282 0283 /* Define to 1 if the system has the type `struct linger'. */ 0284 #define EVENT__HAVE_STRUCT_LINGER 1 0285 0286 /* Define to 1 if the system has the type `struct sockaddr_in6'. */ 0287 #define EVENT__HAVE_STRUCT_SOCKADDR_IN6 1 0288 0289 /* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */ 0290 /* #undef EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN */ 0291 0292 /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */ 0293 /* #undef EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN */ 0294 0295 /* Define to 1 if the system has the type `struct sockaddr_storage'. */ 0296 #define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE 1 0297 0298 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */ 0299 #define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 0300 0301 /* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */ 0302 /* #undef EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */ 0303 0304 /* Define to 1 if the system has the type `struct sockaddr_un'. */ 0305 #define EVENT__HAVE_STRUCT_SOCKADDR_UN 1 0306 0307 /* Define to 1 if you have the `sysctl' function. */ 0308 /* #undef EVENT__HAVE_SYSCTL */ 0309 0310 /* Define to 1 if you have the <sys/devpoll.h> header file. */ 0311 /* #undef EVENT__HAVE_SYS_DEVPOLL_H */ 0312 0313 /* Define to 1 if you have the <sys/epoll.h> header file. */ 0314 #define EVENT__HAVE_SYS_EPOLL_H 1 0315 0316 /* Define to 1 if you have the <sys/eventfd.h> header file. */ 0317 #define EVENT__HAVE_SYS_EVENTFD_H 1 0318 0319 /* Define to 1 if you have the <sys/event.h> header file. */ 0320 /* #undef EVENT__HAVE_SYS_EVENT_H */ 0321 0322 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 0323 #define EVENT__HAVE_SYS_IOCTL_H 1 0324 0325 /* Define to 1 if you have the <sys/mman.h> header file. */ 0326 #define EVENT__HAVE_SYS_MMAN_H 1 0327 0328 /* Define to 1 if you have the <sys/param.h> header file. */ 0329 #define EVENT__HAVE_SYS_PARAM_H 1 0330 0331 /* Define to 1 if you have the <sys/queue.h> header file. */ 0332 #define EVENT__HAVE_SYS_QUEUE_H 1 0333 0334 /* Define to 1 if you have the <sys/random.h> header file. */ 0335 #define EVENT__HAVE_SYS_RANDOM_H 1 0336 0337 /* Define to 1 if you have the <sys/resource.h> header file. */ 0338 #define EVENT__HAVE_SYS_RESOURCE_H 1 0339 0340 /* Define to 1 if you have the <sys/select.h> header file. */ 0341 #define EVENT__HAVE_SYS_SELECT_H 1 0342 0343 /* Define to 1 if you have the <sys/sendfile.h> header file. */ 0344 #define EVENT__HAVE_SYS_SENDFILE_H 1 0345 0346 /* Define to 1 if you have the <sys/socket.h> header file. */ 0347 #define EVENT__HAVE_SYS_SOCKET_H 1 0348 0349 /* Define to 1 if you have the <sys/stat.h> header file. */ 0350 #define EVENT__HAVE_SYS_STAT_H 1 0351 0352 /* Define to 1 if you have the <sys/sysctl.h> header file. */ 0353 /* #undef EVENT__HAVE_SYS_SYSCTL_H */ 0354 0355 /* Define to 1 if you have the <sys/timerfd.h> header file. */ 0356 #define EVENT__HAVE_SYS_TIMERFD_H 1 0357 0358 /* Define to 1 if you have the <sys/time.h> header file. */ 0359 #define EVENT__HAVE_SYS_TIME_H 1 0360 0361 /* Define to 1 if you have the <sys/types.h> header file. */ 0362 #define EVENT__HAVE_SYS_TYPES_H 1 0363 0364 /* Define to 1 if you have the <sys/uio.h> header file. */ 0365 #define EVENT__HAVE_SYS_UIO_H 1 0366 0367 /* Define to 1 if you have the <sys/un.h> header file. */ 0368 #define EVENT__HAVE_SYS_UN_H 1 0369 0370 /* Define to 1 if you have the <sys/wait.h> header file. */ 0371 #define EVENT__HAVE_SYS_WAIT_H 1 0372 0373 /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */ 0374 #define EVENT__HAVE_TAILQFOREACH 1 0375 0376 /* Define if timeradd is defined in <sys/time.h> */ 0377 #define EVENT__HAVE_TIMERADD 1 0378 0379 /* Define if timerclear is defined in <sys/time.h> */ 0380 #define EVENT__HAVE_TIMERCLEAR 1 0381 0382 /* Define if timercmp is defined in <sys/time.h> */ 0383 #define EVENT__HAVE_TIMERCMP 1 0384 0385 /* Define to 1 if you have the `timerfd_create' function. */ 0386 #define EVENT__HAVE_TIMERFD_CREATE 1 0387 0388 /* Define if timerisset is defined in <sys/time.h> */ 0389 #define EVENT__HAVE_TIMERISSET 1 0390 0391 /* Define to 1 if the system has the type `uint16_t'. */ 0392 #define EVENT__HAVE_UINT16_T 1 0393 0394 /* Define to 1 if the system has the type `uint32_t'. */ 0395 #define EVENT__HAVE_UINT32_T 1 0396 0397 /* Define to 1 if the system has the type `uint64_t'. */ 0398 #define EVENT__HAVE_UINT64_T 1 0399 0400 /* Define to 1 if the system has the type `uint8_t'. */ 0401 #define EVENT__HAVE_UINT8_T 1 0402 0403 /* Define to 1 if the system has the type `uintptr_t'. */ 0404 #define EVENT__HAVE_UINTPTR_T 1 0405 0406 /* Define to 1 if you have the `umask' function. */ 0407 #define EVENT__HAVE_UMASK 1 0408 0409 /* Define to 1 if you have the <unistd.h> header file. */ 0410 #define EVENT__HAVE_UNISTD_H 1 0411 0412 /* Define to 1 if you have the `unsetenv' function. */ 0413 #define EVENT__HAVE_UNSETENV 1 0414 0415 /* Define to 1 if you have the `usleep' function. */ 0416 #define EVENT__HAVE_USLEEP 1 0417 0418 /* Define to 1 if you have the `vasprintf' function. */ 0419 #define EVENT__HAVE_VASPRINTF 1 0420 0421 /* Define if kqueue works correctly with pipes */ 0422 /* #undef EVENT__HAVE_WORKING_KQUEUE */ 0423 0424 /* Define to 1 if you have the <zlib.h> header file. */ 0425 #define EVENT__HAVE_ZLIB_H 1 0426 0427 /* Define to 1 if you have the `_gmtime64' function. */ 0428 /* #undef EVENT__HAVE__GMTIME64 */ 0429 0430 /* Define to 1 if you have the `_gmtime64_s' function. */ 0431 /* #undef EVENT__HAVE__GMTIME64_S */ 0432 0433 /* Define to 1 if compiler have __FUNCTION__ */ 0434 #define EVENT__HAVE___FUNCTION__ 1 0435 0436 /* Define to 1 if compiler have __func__ */ 0437 #define EVENT__HAVE___func__ 1 0438 0439 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 0440 #define EVENT__LT_OBJDIR ".libs/" 0441 0442 /* Numeric representation of the version */ 0443 #define EVENT__NUMERIC_VERSION 0x02010c00 0444 0445 /* Name of package */ 0446 #define EVENT__PACKAGE "libevent" 0447 0448 /* Define to the address where bug reports for this package should be sent. */ 0449 #define EVENT__PACKAGE_BUGREPORT "" 0450 0451 /* Define to the full name of this package. */ 0452 #define EVENT__PACKAGE_NAME "libevent" 0453 0454 /* Define to the full name and version of this package. */ 0455 #define EVENT__PACKAGE_STRING "libevent 2.1.12-stable" 0456 0457 /* Define to the one symbol short name of this package. */ 0458 #define EVENT__PACKAGE_TARNAME "libevent" 0459 0460 /* Define to the home page for this package. */ 0461 #define EVENT__PACKAGE_URL "" 0462 0463 /* Define to the version of this package. */ 0464 #define EVENT__PACKAGE_VERSION "2.1.12-stable" 0465 0466 /* Define to necessary symbol if this constant uses a non-standard name on 0467 your system. */ 0468 /* #undef EVENT__PTHREAD_CREATE_JOINABLE */ 0469 0470 /* The size of `int', as computed by sizeof. */ 0471 #define EVENT__SIZEOF_INT 4 0472 0473 /* The size of `long', as computed by sizeof. */ 0474 #define EVENT__SIZEOF_LONG 8 0475 0476 /* The size of `long long', as computed by sizeof. */ 0477 #define EVENT__SIZEOF_LONG_LONG 8 0478 0479 /* The size of `off_t', as computed by sizeof. */ 0480 #define EVENT__SIZEOF_OFF_T 8 0481 0482 /* The size of `pthread_t', as computed by sizeof. */ 0483 #define EVENT__SIZEOF_PTHREAD_T 8 0484 0485 /* The size of `short', as computed by sizeof. */ 0486 #define EVENT__SIZEOF_SHORT 2 0487 0488 /* The size of `size_t', as computed by sizeof. */ 0489 #define EVENT__SIZEOF_SIZE_T 8 0490 0491 /* The size of `time_t', as computed by sizeof. */ 0492 #define EVENT__SIZEOF_TIME_T 8 0493 0494 /* The size of `void *', as computed by sizeof. */ 0495 #define EVENT__SIZEOF_VOID_P 8 0496 0497 /* Define to 1 if you have the ANSI C header files. */ 0498 #define STDC_HEADERS 1 0499 0500 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 0501 #define EVENT__TIME_WITH_SYS_TIME 1 0502 0503 /* Enable extensions on AIX 3, Interix. */ 0504 #ifndef _ALL_SOURCE 0505 # define _ALL_SOURCE 1 0506 #endif 0507 /* Enable GNU extensions on systems that have them. */ 0508 #ifndef _GNU_SOURCE 0509 # define _GNU_SOURCE 1 0510 #endif 0511 /* Enable threading extensions on Solaris. */ 0512 #ifndef _POSIX_PTHREAD_SEMANTICS 0513 # define _POSIX_PTHREAD_SEMANTICS 1 0514 #endif 0515 /* Enable extensions on HP NonStop. */ 0516 #ifndef _TANDEM_SOURCE 0517 # define _TANDEM_SOURCE 1 0518 #endif 0519 /* Enable general extensions on Solaris. */ 0520 #ifndef __EXTENSIONS__ 0521 # define __EXTENSIONS__ 1 0522 #endif 0523 0524 0525 /* Version number of package */ 0526 #define EVENT__VERSION "2.1.12-stable" 0527 0528 /* Enable large inode numbers on Mac OS X 10.5. */ 0529 #ifndef _DARWIN_USE_64_BIT_INODE 0530 # define _DARWIN_USE_64_BIT_INODE 1 0531 #endif 0532 0533 /* Number of bits in a file offset, on hosts where this is settable. */ 0534 /* #undef _FILE_OFFSET_BITS */ 0535 0536 /* Define for large files, on AIX-style hosts. */ 0537 /* #undef _LARGE_FILES */ 0538 0539 /* Define to 1 if on MINIX. */ 0540 /* #undef _MINIX */ 0541 0542 /* Define to 2 if the system does not provide POSIX.1 features except with 0543 this defined. */ 0544 /* #undef _POSIX_1_SOURCE */ 0545 0546 /* Define to 1 if you need to in order for `stat' and other things to work. */ 0547 /* #undef _POSIX_SOURCE */ 0548 0549 /* Define to empty if `const' does not conform to ANSI C. */ 0550 /* #undef const */ 0551 0552 /* Define to `__inline__' or `__inline' if that's what the C compiler 0553 calls it, or to nothing if 'inline' is not supported under any name. */ 0554 #ifndef __cplusplus 0555 /* #undef inline */ 0556 #endif 0557 0558 /* Define to `int' if <sys/types.h> does not define. */ 0559 /* #undef pid_t */ 0560 0561 /* Define to `unsigned int' if <sys/types.h> does not define. */ 0562 /* #undef size_t */ 0563 0564 /* Define to unsigned int if you dont have it */ 0565 /* #undef socklen_t */ 0566 0567 /* Define to `int' if <sys/types.h> does not define. */ 0568 /* #undef ssize_t */ 0569 0570 #endif /* event2/event-config.h */
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|