1c43e99fdSEd Maste /* event2/event-config.h 2c43e99fdSEd Maste * 3c43e99fdSEd Maste * This file was generated by autoconf when libevent was built, and post- 4c43e99fdSEd Maste * processed by Libevent so that its macros would have a uniform prefix. 5c43e99fdSEd Maste * 6c43e99fdSEd Maste * DO NOT EDIT THIS FILE. 7c43e99fdSEd Maste * 8c43e99fdSEd Maste * Do not rely on macros in this file existing in later versions. 9c43e99fdSEd Maste */ 10c43e99fdSEd Maste #ifndef EVENT_CONFIG_H__ 11c43e99fdSEd Maste #define EVENT_CONFIG_H__ 12c43e99fdSEd Maste /* config.h. Generated by configure. */ 13c43e99fdSEd Maste /* config.h.in. Generated from configure.in by autoheader. */ 14c43e99fdSEd Maste 15c43e99fdSEd Maste /* Define if libevent should not allow replacing the mm functions */ 16c43e99fdSEd Maste /* #undef EVENT__DISABLE_MM_REPLACEMENT */ 17c43e99fdSEd Maste 18c43e99fdSEd Maste /* Define if libevent should not be compiled with thread support */ 19c43e99fdSEd Maste /* #undef EVENT__DISABLE_THREAD_SUPPORT */ 20c43e99fdSEd Maste 21c43e99fdSEd Maste /* Define if clock_gettime is available in libc */ 22c43e99fdSEd Maste /* #undef _EVENT_DNS_USE_CPU_CLOCK_FOR_ID */ 23c43e99fdSEd Maste 24c43e99fdSEd Maste /* Define is no secure id variant is available */ 25c43e99fdSEd Maste /* #define _EVENT_DNS_USE_GETTIMEOFDAY_FOR_ID 1 */ 26c43e99fdSEd Maste #define EVENT_DNS_USE_FTIME_FOR_ID_ 1 27c43e99fdSEd Maste 28c43e99fdSEd Maste /* Define to 1 if you have the <arpa/inet.h> header file. */ 29c43e99fdSEd Maste /* #undef EVENT__HAVE_ARPA_INET_H */ 30c43e99fdSEd Maste 31c43e99fdSEd Maste /* Define to 1 if you have the `clock_gettime' function. */ 32c43e99fdSEd Maste /* #undef EVENT__HAVE_CLOCK_GETTIME */ 33c43e99fdSEd Maste 34c43e99fdSEd Maste /* Define if /dev/poll is available */ 35c43e99fdSEd Maste /* #undef EVENT__HAVE_DEVPOLL */ 36c43e99fdSEd Maste 37c43e99fdSEd Maste /* Define to 1 if you have the <dlfcn.h> header file. */ 38c43e99fdSEd Maste /* #undef EVENT__HAVE_DLFCN_H */ 39c43e99fdSEd Maste 40c43e99fdSEd Maste /* Define if your system supports the epoll system calls */ 41c43e99fdSEd Maste /* #undef EVENT__HAVE_EPOLL */ 42c43e99fdSEd Maste 43c43e99fdSEd Maste /* Define to 1 if you have the `epoll_ctl' function. */ 44c43e99fdSEd Maste /* #undef EVENT__HAVE_EPOLL_CTL */ 45c43e99fdSEd Maste 46c43e99fdSEd Maste /* Define to 1 if you have the `eventfd' function. */ 47c43e99fdSEd Maste /* #undef EVENT__HAVE_EVENTFD */ 48c43e99fdSEd Maste 49c43e99fdSEd Maste /* Define if your system supports event ports */ 50c43e99fdSEd Maste /* #undef EVENT__HAVE_EVENT_PORTS */ 51c43e99fdSEd Maste 52c43e99fdSEd Maste /* Define to 1 if you have the `fcntl' function. */ 53c43e99fdSEd Maste /* #undef EVENT__HAVE_FCNTL */ 54c43e99fdSEd Maste 55c43e99fdSEd Maste /* Define to 1 if you have the <fcntl.h> header file. */ 56c43e99fdSEd Maste #define EVENT__HAVE_FCNTL_H 1 57c43e99fdSEd Maste 58c43e99fdSEd Maste /* Define to 1 if you have the `getaddrinfo' function. */ 59c43e99fdSEd Maste #define EVENT__HAVE_GETADDRINFO 1 60c43e99fdSEd Maste 61c43e99fdSEd Maste /* Define to 1 if you have the `getnameinfo' function. */ 62c43e99fdSEd Maste #define EVENT__HAVE_GETNAMEINFO 1 63c43e99fdSEd Maste 64c43e99fdSEd Maste /* Define to 1 if you have the `getprotobynumber' function. */ 65c43e99fdSEd Maste #define EVENT__HAVE_GETPROTOBYNUMBER 1 66c43e99fdSEd Maste 67c43e99fdSEd Maste /* Define to 1 if you have the `getservbyname' function. */ 68c43e99fdSEd Maste #define EVENT__HAVE_GETSERVBYNAME 1 69c43e99fdSEd Maste 70c43e99fdSEd Maste /* Define to 1 if you have the `gettimeofday' function. */ 71c43e99fdSEd Maste /* #define EVENT__HAVE_GETTIMEOFDAY 1 */ 72c43e99fdSEd Maste 73c43e99fdSEd Maste /* Define to 1 if you have the `inet_ntop' function. */ 74c43e99fdSEd Maste /* #undef EVENT__HAVE_INET_NTOP */ 75c43e99fdSEd Maste 76c43e99fdSEd Maste /* Define to 1 if you have the `inet_pton' function. */ 77c43e99fdSEd Maste /* #undef EVENT__HAVE_INET_PTON */ 78c43e99fdSEd Maste 79c43e99fdSEd Maste /* Define to 1 if you have the <inttypes.h> header file. */ 80c43e99fdSEd Maste /* #define EVENT__HAVE_INTTYPES_H 1 */ 81c43e99fdSEd Maste 82c43e99fdSEd Maste /* Define to 1 if you have the `kqueue' function. */ 83c43e99fdSEd Maste /* #undef EVENT__HAVE_KQUEUE */ 84c43e99fdSEd Maste 85c43e99fdSEd Maste /* Define if the system has zlib */ 86c43e99fdSEd Maste /* #undef EVENT__HAVE_LIBZ */ 87c43e99fdSEd Maste 88c43e99fdSEd Maste /* Define to 1 if you have the <memory.h> header file. */ 89c43e99fdSEd Maste #define EVENT__HAVE_MEMORY_H 1 90c43e99fdSEd Maste 91c43e99fdSEd Maste /* Define to 1 if you have the `mmap' function. */ 92c43e99fdSEd Maste /* #undef EVENT__HAVE_MMAP */ 93c43e99fdSEd Maste 94c43e99fdSEd Maste /* Define to 1 if you have the <netinet/in6.h> header file. */ 95c43e99fdSEd Maste /* #undef EVENT__HAVE_NETINET_IN6_H */ 96c43e99fdSEd Maste 97c43e99fdSEd Maste /* Define to 1 if you have the <netinet/in.h> header file. */ 98c43e99fdSEd Maste /* #undef EVENT__HAVE_NETINET_IN_H */ 99c43e99fdSEd Maste 100c43e99fdSEd Maste /* Define to 1 if you have the `pipe' function. */ 101c43e99fdSEd Maste /* #undef EVENT__HAVE_PIPE */ 102c43e99fdSEd Maste 103c43e99fdSEd Maste /* Define to 1 if you have the `poll' function. */ 104c43e99fdSEd Maste /* #undef EVENT__HAVE_POLL */ 105c43e99fdSEd Maste 106c43e99fdSEd Maste /* Define to 1 if you have the <poll.h> header file. */ 107c43e99fdSEd Maste /* #undef EVENT__HAVE_POLL_H */ 108c43e99fdSEd Maste 109c43e99fdSEd Maste /* Define to 1 if you have the `port_create' function. */ 110c43e99fdSEd Maste /* #undef EVENT__HAVE_PORT_CREATE */ 111c43e99fdSEd Maste 112c43e99fdSEd Maste /* Define to 1 if you have the <port.h> header file. */ 113c43e99fdSEd Maste /* #undef EVENT__HAVE_PORT_H */ 114c43e99fdSEd Maste 115c43e99fdSEd Maste /* Define if you have POSIX threads libraries and header files. */ 116c43e99fdSEd Maste /* #undef EVENT__HAVE_PTHREAD */ 117c43e99fdSEd Maste 118c43e99fdSEd Maste /* Define if we have pthreads on this system */ 119c43e99fdSEd Maste /* #undef EVENT__HAVE_PTHREADS */ 120c43e99fdSEd Maste 121c43e99fdSEd Maste /* Define to 1 if the system has the type `sa_family_t'. */ 122c43e99fdSEd Maste /* #undef EVENT__HAVE_SA_FAMILY_T */ 123c43e99fdSEd Maste 124c43e99fdSEd Maste /* Define to 1 if you have the `select' function. */ 125c43e99fdSEd Maste /* #undef EVENT__HAVE_SELECT */ 126c43e99fdSEd Maste 127c43e99fdSEd Maste /* Define to 1 if you have the `sendfile' function. */ 128c43e99fdSEd Maste /* #undef EVENT__HAVE_SENDFILE */ 129c43e99fdSEd Maste 130c43e99fdSEd Maste /* Define if F_SETFD is defined in <fcntl.h> */ 131c43e99fdSEd Maste /* #undef EVENT__HAVE_SETFD */ 132c43e99fdSEd Maste 133c43e99fdSEd Maste /* Define to 1 if you have the `sigaction' function. */ 134c43e99fdSEd Maste /* #undef EVENT__HAVE_SIGACTION */ 135c43e99fdSEd Maste 136c43e99fdSEd Maste /* Define to 1 if you have the `signal' function. */ 137c43e99fdSEd Maste #define EVENT__HAVE_SIGNAL 1 138c43e99fdSEd Maste 139c43e99fdSEd Maste /* Define to 1 if you have the `splice' function. */ 140c43e99fdSEd Maste /* #undef EVENT__HAVE_SPLICE */ 141c43e99fdSEd Maste 142c43e99fdSEd Maste /* Define to 1 if you have the <stdarg.h> header file. */ 143c43e99fdSEd Maste #define EVENT__HAVE_STDARG_H 1 144c43e99fdSEd Maste 145c43e99fdSEd Maste /* Define to 1 if you have the <stddef.h> header file. */ 146c43e99fdSEd Maste #define EVENT__HAVE_STDDEF_H 1 147c43e99fdSEd Maste 148c43e99fdSEd Maste /* Define to 1 if you have the <stdint.h> header file. */ 149c43e99fdSEd Maste /* #define EVENT__HAVE_STDINT_H 1 */ 150c43e99fdSEd Maste 151c43e99fdSEd Maste /* Define to 1 if you have the <stdlib.h> header file. */ 152c43e99fdSEd Maste #define EVENT__HAVE_STDLIB_H 1 153c43e99fdSEd Maste 154c43e99fdSEd Maste /* Define to 1 if you have the <strings.h> header file. */ 155c43e99fdSEd Maste #define EVENT__HAVE_STRINGS_H 1 156c43e99fdSEd Maste 157c43e99fdSEd Maste /* Define to 1 if you have the <string.h> header file. */ 158c43e99fdSEd Maste #define EVENT__HAVE_STRING_H 1 159c43e99fdSEd Maste 160c43e99fdSEd Maste /* Define to 1 if you have the `strlcpy' function. */ 161c43e99fdSEd Maste /* #undef EVENT__HAVE_STRLCPY */ 162c43e99fdSEd Maste 163c43e99fdSEd Maste /* Define to 1 if you have the `strsep' function. */ 164c43e99fdSEd Maste /* #undef EVENT__HAVE_STRSEP */ 165c43e99fdSEd Maste 166c43e99fdSEd Maste /* Define to 1 if you have the `strtok_r' function. */ 167c43e99fdSEd Maste /* #undef EVENT__HAVE_STRTOK_R */ 168c43e99fdSEd Maste 169c43e99fdSEd Maste /* Define to 1 if you have the `strtoll' function. */ 170c43e99fdSEd Maste /* #define EVENT__HAVE_STRTOLL 1 */ 171c43e99fdSEd Maste 172c43e99fdSEd Maste #define EVENT__HAVE_STRUCT_ADDRINFO 1 173c43e99fdSEd Maste 174c43e99fdSEd Maste /* Define to 1 if the system has the type `struct in6_addr'. */ 175c43e99fdSEd Maste #define EVENT__HAVE_STRUCT_IN6_ADDR 1 176c43e99fdSEd Maste 177c43e99fdSEd Maste /* Define to 1 if `s6_addr16' is member of `struct in6_addr'. */ 178c43e99fdSEd Maste #define EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1 179c43e99fdSEd Maste 180c43e99fdSEd Maste /* Define to 1 if `s6_addr32' is member of `struct in6_addr'. */ 181c43e99fdSEd Maste #define EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1 182c43e99fdSEd Maste 183c43e99fdSEd Maste /* Define to 1 if the system has the type `struct sockaddr_in6'. */ 184c43e99fdSEd Maste #define EVENT__HAVE_STRUCT_SOCKADDR_IN6 1 185c43e99fdSEd Maste 186c43e99fdSEd Maste /* Define to 1 if `sin6_len' is member of `struct sockaddr_in6'. */ 187c43e99fdSEd Maste /* #undef EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN */ 188c43e99fdSEd Maste 189c43e99fdSEd Maste /* Define to 1 if `sin_len' is member of `struct sockaddr_in'. */ 190c43e99fdSEd Maste /* #undef EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN */ 191c43e99fdSEd Maste 192c43e99fdSEd Maste /* Define to 1 if the system has the type `struct sockaddr_storage'. */ 193c43e99fdSEd Maste #define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE 1 194c43e99fdSEd Maste 195c43e99fdSEd Maste /* Define to 1 if you have the <sys/epoll.h> header file. */ 196c43e99fdSEd Maste /* #undef EVENT__HAVE_SYS_EPOLL_H */ 197c43e99fdSEd Maste 198c43e99fdSEd Maste /* Define to 1 if you have the <sys/eventfd.h> header file. */ 199c43e99fdSEd Maste /* #undef EVENT__HAVE_SYS_EVENTFD_H */ 200c43e99fdSEd Maste 201c43e99fdSEd Maste /* Define to 1 if you have the <sys/event.h> header file. */ 202c43e99fdSEd Maste /* #undef EVENT__HAVE_SYS_EVENT_H */ 203c43e99fdSEd Maste 204c43e99fdSEd Maste /* Define to 1 if you have the <sys/ioctl.h> header file. */ 205c43e99fdSEd Maste /* #undef EVENT__HAVE_SYS_IOCTL_H */ 206c43e99fdSEd Maste 207c43e99fdSEd Maste /* Define to 1 if you have the <sys/mman.h> header file. */ 208c43e99fdSEd Maste /* #undef EVENT__HAVE_SYS_MMAN_H */ 209c43e99fdSEd Maste 210c43e99fdSEd Maste /* Define to 1 if you have the <sys/param.h> header file. */ 211c43e99fdSEd Maste /* #define EVENT__HAVE_SYS_PARAM_H 1 */ 212c43e99fdSEd Maste 213c43e99fdSEd Maste /* Define to 1 if you have the <sys/queue.h> header file. */ 214c43e99fdSEd Maste /* #undef EVENT__HAVE_SYS_QUEUE_H */ 215c43e99fdSEd Maste 216c43e99fdSEd Maste /* Define to 1 if you have the <sys/select.h> header file. */ 217c43e99fdSEd Maste /* #undef EVENT__HAVE_SYS_SELECT_H */ 218c43e99fdSEd Maste 219c43e99fdSEd Maste /* Define to 1 if you have the <sys/sendfile.h> header file. */ 220c43e99fdSEd Maste /* #undef EVENT__HAVE_SYS_SENDFILE_H */ 221c43e99fdSEd Maste 222c43e99fdSEd Maste /* Define to 1 if you have the <sys/socket.h> header file. */ 223c43e99fdSEd Maste /* #undef EVENT__HAVE_SYS_SOCKET_H */ 224c43e99fdSEd Maste 225c43e99fdSEd Maste /* Define to 1 if you have the <sys/stat.h> header file. */ 226c43e99fdSEd Maste #define EVENT__HAVE_SYS_STAT_H 1 227c43e99fdSEd Maste 228c43e99fdSEd Maste /* Define to 1 if you have the <sys/time.h> header file. */ 229c43e99fdSEd Maste /* #define EVENT__HAVE_SYS_TIME_H 1 */ 230c43e99fdSEd Maste 231c43e99fdSEd Maste /* Define to 1 if you have the <sys/types.h> header file. */ 232c43e99fdSEd Maste #define EVENT__HAVE_SYS_TYPES_H 1 233c43e99fdSEd Maste 234c43e99fdSEd Maste /* Define to 1 if you have the <sys/uio.h> header file. */ 235c43e99fdSEd Maste /* #undef EVENT__HAVE_SYS_UIO_H */ 236c43e99fdSEd Maste 237c43e99fdSEd Maste /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */ 238c43e99fdSEd Maste /* #undef EVENT__HAVE_TAILQFOREACH */ 239c43e99fdSEd Maste 240c43e99fdSEd Maste /* Define if timeradd is defined in <sys/time.h> */ 241c43e99fdSEd Maste /* #undef EVENT__HAVE_TIMERADD */ 242c43e99fdSEd Maste 243c43e99fdSEd Maste /* Define if timerclear is defined in <sys/time.h> */ 244c43e99fdSEd Maste #define EVENT__HAVE_TIMERCLEAR 1 245c43e99fdSEd Maste 246c43e99fdSEd Maste /* Define if timercmp is defined in <sys/time.h> */ 247c43e99fdSEd Maste #define EVENT__HAVE_TIMERCMP 1 248c43e99fdSEd Maste 249c43e99fdSEd Maste /* Define if timerisset is defined in <sys/time.h> */ 250c43e99fdSEd Maste #define EVENT__HAVE_TIMERISSET 1 251c43e99fdSEd Maste 252c43e99fdSEd Maste /* Define to 1 if the system has the type `uint16_t'. */ 253c43e99fdSEd Maste /* #define EVENT__HAVE_UINT16_T 1 */ 254c43e99fdSEd Maste 255c43e99fdSEd Maste /* Define to 1 if the system has the type `uint32_t'. */ 256c43e99fdSEd Maste /* #define EVENT__HAVE_UINT32_T 1 */ 257c43e99fdSEd Maste 258c43e99fdSEd Maste /* Define to 1 if the system has the type `uint64_t'. */ 259c43e99fdSEd Maste /* #define EVENT__HAVE_UINT64_T 1 */ 260c43e99fdSEd Maste 261c43e99fdSEd Maste /* Define to 1 if the system has the type `uint8_t'. */ 262c43e99fdSEd Maste /* #define EVENT__HAVE_UINT8_T 1 */ 263c43e99fdSEd Maste 264c43e99fdSEd Maste /* Define to 1 if you have the <unistd.h> header file. */ 265c43e99fdSEd Maste /* #define EVENT__HAVE_UNISTD_H 1 */ 266c43e99fdSEd Maste 267c43e99fdSEd Maste /* Define to 1 if you have the `vasprintf' function. */ 268c43e99fdSEd Maste /* #undef EVENT__HAVE_VASPRINTF */ 269c43e99fdSEd Maste 270c43e99fdSEd Maste /* Define if kqueue works correctly with pipes */ 271c43e99fdSEd Maste /* #undef EVENT__HAVE_WORKING_KQUEUE */ 272c43e99fdSEd Maste 273c43e99fdSEd Maste /* Numeric representation of the version */ 274*b50261e2SCy Schubert #define EVENT__NUMERIC_VERSION 0x02010c00 275c43e99fdSEd Maste 276c43e99fdSEd Maste /* Name of package */ 277c43e99fdSEd Maste #define EVENT__PACKAGE "libevent" 278c43e99fdSEd Maste 279c43e99fdSEd Maste /* Define to the address where bug reports for this package should be sent. */ 280c43e99fdSEd Maste #define EVENT__PACKAGE_BUGREPORT "" 281c43e99fdSEd Maste 282c43e99fdSEd Maste /* Define to the full name of this package. */ 283c43e99fdSEd Maste #define EVENT__PACKAGE_NAME "" 284c43e99fdSEd Maste 285c43e99fdSEd Maste /* Define to the full name and version of this package. */ 286c43e99fdSEd Maste #define EVENT__PACKAGE_STRING "" 287c43e99fdSEd Maste 288c43e99fdSEd Maste /* Define to the one symbol short name of this package. */ 289c43e99fdSEd Maste #define EVENT__PACKAGE_TARNAME "" 290c43e99fdSEd Maste 291c43e99fdSEd Maste /* Define to the version of this package. */ 292c43e99fdSEd Maste #define EVENT__PACKAGE_VERSION "" 293c43e99fdSEd Maste 294c43e99fdSEd Maste /* Define to necessary symbol if this constant uses a non-standard name on 295c43e99fdSEd Maste your system. */ 296c43e99fdSEd Maste /* #undef EVENT__PTHREAD_CREATE_JOINABLE */ 297c43e99fdSEd Maste 298c43e99fdSEd Maste /* The size of a `int', as computed by sizeof. */ 299c43e99fdSEd Maste #define EVENT__SIZEOF_INT 4 300c43e99fdSEd Maste 301c43e99fdSEd Maste /* The size of a `long', as computed by sizeof. */ 302c43e99fdSEd Maste #define EVENT__SIZEOF_LONG 4 303c43e99fdSEd Maste 304c43e99fdSEd Maste /* The size of a `long long', as computed by sizeof. */ 305c43e99fdSEd Maste #define EVENT__SIZEOF_LONG_LONG 8 306c43e99fdSEd Maste 307c43e99fdSEd Maste /* The size of a `short', as computed by sizeof. */ 308c43e99fdSEd Maste #define EVENT__SIZEOF_SHORT 2 309c43e99fdSEd Maste 310c43e99fdSEd Maste /* The size of `size_t', as computed by sizeof. */ 311c43e99fdSEd Maste #ifdef _WIN64 312c43e99fdSEd Maste #define EVENT__SIZEOF_SIZE_T 8 313c43e99fdSEd Maste #else 314c43e99fdSEd Maste #define EVENT__SIZEOF_SIZE_T 4 315c43e99fdSEd Maste #endif 316c43e99fdSEd Maste 317c43e99fdSEd Maste /* The size of `void *', as computed by sizeof. */ 318c43e99fdSEd Maste #ifdef _WIN64 319c43e99fdSEd Maste #define EVENT__SIZEOF_VOID_P 8 320c43e99fdSEd Maste #else 321c43e99fdSEd Maste #define EVENT__SIZEOF_VOID_P 4 322c43e99fdSEd Maste #endif 323c43e99fdSEd Maste 324*b50261e2SCy Schubert /* The size of `time_t`, as computed by sizeof. */ 325*b50261e2SCy Schubert #ifdef _WIN64 326*b50261e2SCy Schubert #define EVENT__SIZEOF_TIME_T 8 327*b50261e2SCy Schubert #else 328*b50261e2SCy Schubert #define EVENT__SIZEOF_TIME_T 4 329*b50261e2SCy Schubert #endif 330c43e99fdSEd Maste 331c43e99fdSEd Maste /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 332c43e99fdSEd Maste #define EVENT__TIME_WITH_SYS_TIME 1 333c43e99fdSEd Maste 334c43e99fdSEd Maste /* Version number of package */ 335*b50261e2SCy Schubert #define EVENT__VERSION "2.1.12-stable" 336c43e99fdSEd Maste 337c43e99fdSEd Maste /* Define to `__inline__' or `__inline' if that's what the C compiler 338c43e99fdSEd Maste calls it, or to nothing if 'inline' is not supported under any name. */ 339c43e99fdSEd Maste #define EVENT__inline __inline 340c43e99fdSEd Maste 341c43e99fdSEd Maste /* Define to `unsigned' if <sys/types.h> does not define. */ 342c43e99fdSEd Maste /* #undef EVENT__size_t */ 343c43e99fdSEd Maste 344c43e99fdSEd Maste /* Define to unsigned int if you dont have it */ 345c43e99fdSEd Maste #define EVENT__socklen_t unsigned int 346c43e99fdSEd Maste 347c43e99fdSEd Maste /* Define to `int' if <sys/types.h> does not define. */ 348c43e99fdSEd Maste #define EVENT__ssize_t SSIZE_T 349c43e99fdSEd Maste 350c43e99fdSEd Maste #endif 351