blob: 1b8df5b4ded2ec575c0924d83854c873d9035ec8 [file] [log] [blame]
{
"name": "libevent",
"version": "2.1.11",
"summary": "Event notification library",
"description": "The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.",
"homepage": "https://libevent.org",
"license": {
"type": "BSD 3-Clause",
"file": "LICENSE"
},
"authors": "Niels Provos and Nick Mathewson",
"platforms": {
"osx": "10.13",
"ios": "10.0"
},
"source": {
"git": "https://github.com/libevent/libevent.git",
"tag": "release-2.1.11-stable"
},
"prepare_command": "touch evconfig-private.h; echo -e /\\*\\ event-config.h'\n'\\ \\*'\n'\\ \\*\\ This\\ file\\ was\\ generated\\ by\\ cmake\\ when\\ the\\ makefiles\\ were\\ generated.'\n'\\ \\*'\n'\\ \\*\\ DO\\ NOT\\ EDIT\\ THIS\\ FILE.'\n'\\ \\*'\n'\\ \\*\\ Do\\ not\\ rely\\ on\\ macros\\ in\\ this\\ file\\ existing\\ in\\ later\\ versions.'\n'\\ \\*/'\n'\\#ifndef\\ EVENT2_EVENT_CONFIG_H_INCLUDED_'\n'\\#define\\ EVENT2_EVENT_CONFIG_H_INCLUDED_'\n''\n'/\\*\\ Numeric\\ representation\\ of\\ the\\ version\\ \\*/'\n'\\#define\\ EVENT__NUMERIC_VERSION\\ 0x02020001'\n'\\#define\\ EVENT__PACKAGE_VERSION\\ \\\"2.2.0\\\"'\n''\n'\\#define\\ EVENT__VERSION_MAJOR\\ 2'\n'\\#define\\ EVENT__VERSION_MINOR\\ 2'\n'\\#define\\ EVENT__VERSION_PATCH\\ 0'\n''\n'/\\*\\ Version\\ number\\ of\\ package\\ \\*/'\n'\\#define\\ EVENT__VERSION\\ \\\"2.2.0-alpha-dev\\\"'\n''\n'/\\*\\ Name\\ of\\ package\\ \\*/'\n'\\#define\\ EVENT__PACKAGE\\ \\\"libevent\\\"'\n''\n'/\\*\\ Define\\ to\\ the\\ address\\ where\\ bug\\ reports\\ for\\ this\\ package\\ should\\ be\\ sent.\\ \\*/'\n'\\#define\\ EVENT__PACKAGE_BUGREPORT\\ \\\"\\\"'\n''\n'/\\*\\ Define\\ to\\ the\\ full\\ name\\ of\\ this\\ package.\\ \\*/'\n'\\#define\\ EVENT__PACKAGE_NAME\\ \\\"\\\"'\n''\n'/\\*\\ Define\\ to\\ the\\ full\\ name\\ and\\ version\\ of\\ this\\ package.\\ \\*/'\n'\\#define\\ EVENT__PACKAGE_STRING\\ \\\"\\\"'\n''\n'/\\*\\ Define\\ to\\ the\\ one\\ symbol\\ short\\ name\\ of\\ this\\ package.\\ \\*/'\n'\\#define\\ EVENT__PACKAGE_TARNAME\\ \\\"\\\"'\n''\n'/\\*\\ Define\\ if\\ libevent\\ should\\ build\\ without\\ support\\ for\\ a\\ debug\\ mode\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__DISABLE_DEBUG_MODE\\ \\*/'\n''\n'/\\*\\ Define\\ if\\ libevent\\ should\\ not\\ allow\\ replacing\\ the\\ mm\\ functions\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__DISABLE_MM_REPLACEMENT\\ \\*/'\n''\n'/\\*\\ Define\\ if\\ libevent\\ should\\ not\\ be\\ compiled\\ with\\ thread\\ support\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__DISABLE_THREAD_SUPPORT\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`accept4\\'\\ function.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_ACCEPT4\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`arc4random\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_ARC4RANDOM\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`arc4random_buf\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_ARC4RANDOM_BUF\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`arc4random_addrandom\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_ARC4RANDOM_ADDRANDOM\\ 1'\n''\n'/\\*\\ Define\\ if\\ clock_gettime\\ is\\ available\\ in\\ libc\\ \\*/'\n'\\#define\\ EVENT__DNS_USE_CPU_CLOCK_FOR_ID\\ 1'\n''\n'/\\*\\ Define\\ is\\ no\\ secure\\ id\\ variant\\ is\\ available\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__DNS_USE_GETTIMEOFDAY_FOR_ID\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__DNS_USE_FTIME_FOR_ID\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<arpa/inet.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_ARPA_INET_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`clock_gettime\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_CLOCK_GETTIME\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ declaration\\ of\\ \\`CTL_KERN\\'.\\ \\*/'\n'\\#define\\ EVENT__HAVE_DECL_CTL_KERN\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ declaration\\ of\\ \\`KERN_ARND\\'.\\ \\*/'\n'\\#define\\ EVENT__HAVE_DECL_KERN_ARND\\ 0'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ \\`getrandom\\'\\ function.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_GETRANDOM\\ \\*/'\n''\n'/\\*\\ Define\\ if\\ /dev/poll\\ is\\ available\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_DEVPOLL\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<netdb.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_NETDB_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ fd_mask\\ type\\ is\\ defined\\ \\*/'\n'\\#define\\ EVENT__HAVE_FD_MASK\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ the\\ \\<sys/queue.h\\>\\ header\\ file\\ defines\\ TAILQ_FOREACH.\\ \\*/'\n'\\#define\\ EVENT__HAVE_TAILQFOREACH\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<dlfcn.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_DLFCN_H\\ 1'\n''\n'/\\*\\ Define\\ if\\ your\\ system\\ supports\\ the\\ epoll\\ system\\ calls\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_EPOLL\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`epoll_create1\\'\\ function.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_EPOLL_CREATE1\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`epoll_ctl\\'\\ function.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_EPOLL_CTL\\ \\*/'\n''\n'/\\*\\ Define\\ if\\ your\\ system\\ supports\\ the\\ wepoll\\ module\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_WEPOLL\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`eventfd\\'\\ function.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_EVENTFD\\ \\*/'\n''\n'/\\*\\ Define\\ if\\ your\\ system\\ supports\\ event\\ ports\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_EVENT_PORTS\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`fcntl\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_FCNTL\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<fcntl.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_FCNTL_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`getaddrinfo\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_GETADDRINFO\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`getegid\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_GETEGID\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`geteuid\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_GETEUID\\ 1'\n''\n'/\\*\\ TODO:\\ Check\\ for\\ different\\ gethostname\\ argument\\ counts.\\ CheckPrototypeDefinition.cmake\\ can\\ be\\ used.\\ \\*/'\n'/\\*\\ Define\\ this\\ if\\ you\\ have\\ any\\ gethostbyname_r\\(\\)\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_GETHOSTBYNAME_R\\ \\*/'\n''\n'/\\*\\ Define\\ this\\ if\\ gethostbyname_r\\ takes\\ 3\\ arguments\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_GETHOSTBYNAME_R_3_ARG\\ \\*/'\n''\n'/\\*\\ Define\\ this\\ if\\ gethostbyname_r\\ takes\\ 5\\ arguments\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_GETHOSTBYNAME_R_5_ARG\\ \\*/'\n''\n'/\\*\\ Define\\ this\\ if\\ gethostbyname_r\\ takes\\ 6\\ arguments\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_GETHOSTBYNAME_R_6_ARG\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`getifaddrs\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_GETIFADDRS\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`getnameinfo\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_GETNAMEINFO\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`getprotobynumber\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_GETPROTOBYNUMBER\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`getservbyname\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_GETSERVBYNAME\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`gettimeofday\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_GETTIMEOFDAY\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<ifaddrs.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_IFADDRS_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`inet_ntop\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_INET_NTOP\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`inet_pton\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_INET_PTON\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<inttypes.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_INTTYPES_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`issetugid\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_ISSETUGID\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`kqueue\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_KQUEUE\\ 1'\n''\n'/\\*\\ Define\\ if\\ the\\ system\\ has\\ zlib\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_LIBZ\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`mach_absolute_time\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_MACH_ABSOLUTE_TIME\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<mach/mach_time.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_MACH_MACH_TIME_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<mach/mach.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_MACH_MACH_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<memory.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_MEMORY_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`mmap\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_MMAP\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`nanosleep\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_NANOSLEEP\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`usleep\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_USLEEP\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<netinet/in6.h\\>\\ header\\ file.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_NETINET_IN6_H\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<netinet/in.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_NETINET_IN_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<netinet/tcp.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_NETINET_TCP_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/un.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SYS_UN_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<afunix.h\\>\\ header\\ file.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_AFUNIX_H\\ \\*/'\n''\n'/\\*\\ Define\\ if\\ the\\ system\\ has\\ openssl\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_OPENSSL\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`pipe\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_PIPE\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`pipe2\\'\\ function.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_PIPE2\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`poll\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_POLL\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<poll.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_POLL_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`port_create\\'\\ function.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_PORT_CREATE\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<port.h\\>\\ header\\ file.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_PORT_H\\ \\*/'\n''\n'/\\*\\ Define\\ if\\ we\\ have\\ pthreads\\ on\\ this\\ system\\ \\*/'\n'\\#define\\ EVENT__HAVE_PTHREADS\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`putenv\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_PUTENV\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ the\\ system\\ has\\ the\\ type\\ \\`sa_family_t\\'.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SA_FAMILY_T\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`select\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SELECT\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`setenv\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SETENV\\ 1'\n''\n'/\\*\\ Define\\ if\\ F_SETFD\\ is\\ defined\\ in\\ \\<fcntl.h\\>\\ \\*/'\n'\\#define\\ EVENT__HAVE_SETFD\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`setrlimit\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SETRLIMIT\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`sendfile\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SENDFILE\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`sigaction\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SIGACTION\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`signal\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SIGNAL\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`strsignal\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_STRSIGNAL\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`splice\\'\\ function.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_SPLICE\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<stdarg.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_STDARG_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<stddef.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_STDDEF_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<stdint.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_STDINT_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<stdlib.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_STDLIB_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<string.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_STRING_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`strlcpy\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_STRLCPY\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`strsep\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_STRSEP\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`strtok_r\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_STRTOK_R\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`strtoll\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_STRTOLL\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`_gmtime64_s\\'\\ function.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE__GMTIME64_S\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`_gmtime64\\'\\ function.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE__GMTIME64\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ the\\ system\\ has\\ the\\ type\\ \\`struct\\ addrinfo\\'.\\ \\*/'\n'\\#define\\ EVENT__HAVE_STRUCT_ADDRINFO\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ the\\ system\\ has\\ the\\ type\\ \\`struct\\ in6_addr\\'.\\ \\*/'\n'\\#define\\ EVENT__HAVE_STRUCT_IN6_ADDR\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ \\`s6_addr16\\'\\ is\\ member\\ of\\ \\`struct\\ in6_addr\\'.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ \\`s6_addr32\\'\\ is\\ member\\ of\\ \\`struct\\ in6_addr\\'.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ the\\ system\\ has\\ the\\ type\\ \\`struct\\ sockaddr_in6\\'.\\ \\*/'\n'\\#define\\ EVENT__HAVE_STRUCT_SOCKADDR_IN6\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ \\`sin6_len\\'\\ is\\ member\\ of\\ \\`struct\\ sockaddr_in6\\'.\\ \\*/'\n'\\#define\\ EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ \\`sin_len\\'\\ is\\ member\\ of\\ \\`struct\\ sockaddr_in\\'.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ the\\ system\\ has\\ the\\ type\\ \\`struct\\ sockaddr_un\\'.\\ \\*/'\n'\\#define\\ EVENT__HAVE_STRUCT_SOCKADDR_UN\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ the\\ system\\ has\\ the\\ type\\ \\`struct\\ sockaddr_storage\\'.\\ \\*/'\n'\\#define\\ EVENT__HAVE_STRUCT_SOCKADDR_STORAGE\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ \\`ss_family\\'\\ is\\ a\\ member\\ of\\ \\`struct\\ sockaddr_storage\\'.\\ \\*/'\n'\\#define\\ EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ \\`__ss_family\\'\\ is\\ a\\ member\\ of\\ \\`struct\\ sockaddr_storage\\'.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ the\\ system\\ has\\ the\\ type\\ \\`struct\\ linger\\'.\\ \\*/'\n'\\#define\\ EVENT__HAVE_STRUCT_LINGER\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`sysctl\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SYSCTL\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/epoll.h\\>\\ header\\ file.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_SYS_EPOLL_H\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/eventfd.h\\>\\ header\\ file.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_SYS_EVENTFD_H\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/event.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SYS_EVENT_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/ioctl.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SYS_IOCTL_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/mman.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SYS_MMAN_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/param.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SYS_PARAM_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/queue.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SYS_QUEUE_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/resource.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SYS_RESOURCE_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/select.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SYS_SELECT_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/sendfile.h\\>\\ header\\ file.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_SYS_SENDFILE_H\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/socket.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SYS_SOCKET_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/stat.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SYS_STAT_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/random.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SYS_RANDOM_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/sysctl.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SYS_SYSCTL_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/timerfd.h\\>\\ header\\ file.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_SYS_TIMERFD_H\\ \\*/'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/time.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SYS_TIME_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/types.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SYS_TYPES_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/uio.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SYS_UIO_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<sys/wait.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_SYS_WAIT_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<errno.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_ERRNO_H\\ 1'\n''\n'/\\*\\ Define\\ if\\ TAILQ_FOREACH\\ is\\ defined\\ in\\ \\<sys/queue.h\\>\\ \\*/'\n'\\#define\\ EVENT__HAVE_TAILQFOREACH\\ 1'\n''\n'/\\*\\ Define\\ if\\ timeradd\\ is\\ defined\\ in\\ \\<sys/time.h\\>\\ \\*/'\n'\\#define\\ EVENT__HAVE_TIMERADD\\ 1'\n''\n'/\\*\\ Define\\ if\\ timerclear\\ is\\ defined\\ in\\ \\<sys/time.h\\>\\ \\*/'\n'\\#define\\ EVENT__HAVE_TIMERCLEAR\\ 1'\n''\n'/\\*\\ Define\\ if\\ timercmp\\ is\\ defined\\ in\\ \\<sys/time.h\\>\\ \\*/'\n'\\#define\\ EVENT__HAVE_TIMERCMP\\ 1'\n''\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`timerfd_create\\'\\ function.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__HAVE_TIMERFD_CREATE\\ \\*/'\n''\n'/\\*\\ Define\\ if\\ timerisset\\ is\\ defined\\ in\\ \\<sys/time.h\\>\\ \\*/'\n'\\#define\\ EVENT__HAVE_TIMERISSET\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ the\\ system\\ has\\ the\\ type\\ \\`uint8_t\\'.\\ \\*/'\n'\\#define\\ EVENT__HAVE_UINT8_T\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ the\\ system\\ has\\ the\\ type\\ \\`uint16_t\\'.\\ \\*/'\n'\\#define\\ EVENT__HAVE_UINT16_T\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ the\\ system\\ has\\ the\\ type\\ \\`uint32_t\\'.\\ \\*/'\n'\\#define\\ EVENT__HAVE_UINT32_T\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ the\\ system\\ has\\ the\\ type\\ \\`uint64_t\\'.\\ \\*/'\n'\\#define\\ EVENT__HAVE_UINT64_T\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ the\\ system\\ has\\ the\\ type\\ \\`uintptr_t\\'.\\ \\*/'\n'\\#define\\ EVENT__HAVE_UINTPTR_T\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`umask\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_UMASK\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\<unistd.h\\>\\ header\\ file.\\ \\*/'\n'\\#define\\ EVENT__HAVE_UNISTD_H\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`unsetenv\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_UNSETENV\\ 1'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ have\\ the\\ \\`vasprintf\\'\\ function.\\ \\*/'\n'\\#define\\ EVENT__HAVE_VASPRINTF\\ 1'\n''\n'/\\*\\ Define\\ if\\ kqueue\\ works\\ correctly\\ with\\ pipes\\ \\*/'\n'\\#define\\ EVENT__HAVE_WORKING_KQUEUE\\ 1'\n''\n'\\#ifdef\\ __USE_UNUSED_DEFINITIONS__'\n'/\\*\\ Define\\ to\\ necessary\\ symbol\\ if\\ this\\ constant\\ uses\\ a\\ non-standard\\ name\\ on\\ your\\ system.\\ \\*/'\n'/\\*\\ XXX:\\ Hello,\\ this\\ isn\\'t\\ even\\ used,\\ nor\\ is\\ it\\ defined\\ anywhere...\\ -\\ Ellzey\\ \\*/'\n'\\#define\\ EVENT__PTHREAD_CREATE_JOINABLE'\n'\\#endif'\n''\n'/\\*\\ The\\ size\\ of\\ \\`pthread_t\\',\\ as\\ computed\\ by\\ sizeof.\\ \\*/'\n'\\#define\\ EVENT__SIZEOF_PTHREAD_T\\ 8'\n''\n'/\\*\\ The\\ size\\ of\\ a\\ \\`int\\',\\ as\\ computed\\ by\\ sizeof.\\ \\*/'\n'\\#define\\ EVENT__SIZEOF_INT\\ 4'\n''\n'/\\*\\ The\\ size\\ of\\ a\\ \\`long\\',\\ as\\ computed\\ by\\ sizeof.\\ \\*/'\n'\\#define\\ EVENT__SIZEOF_LONG\\ 8'\n''\n'/\\*\\ The\\ size\\ of\\ a\\ \\`long\\ long\\',\\ as\\ computed\\ by\\ sizeof.\\ \\*/'\n'\\#define\\ EVENT__SIZEOF_LONG_LONG\\ 8'\n''\n'/\\*\\ The\\ size\\ of\\ \\`off_t\\',\\ as\\ computed\\ by\\ sizeof.\\ \\*/'\n'\\#define\\ EVENT__SIZEOF_OFF_T\\ 8'\n''\n'\\#define\\ EVENT__SIZEOF_SSIZE_T\\ 8'\n''\n''\n'/\\*\\ The\\ size\\ of\\ a\\ \\`short\\',\\ as\\ computed\\ by\\ sizeof.\\ \\*/'\n'\\#define\\ EVENT__SIZEOF_SHORT\\ 2'\n''\n'/\\*\\ The\\ size\\ of\\ \\`size_t\\',\\ as\\ computed\\ by\\ sizeof.\\ \\*/'\n'\\#define\\ EVENT__SIZEOF_SIZE_T\\ 8'\n''\n'/\\*\\ Define\\ to\\ 1\\ if\\ you\\ can\\ safely\\ include\\ both\\ \\<sys/time.h\\>\\ and\\ \\<time.h\\>.\\ \\*/'\n'/\\*\\ \\#undef\\ EVENT__TIME_WITH_SYS_TIME\\ \\*/'\n''\n'/\\*\\ The\\ size\\ of\\ \\`socklen_t\\',\\ as\\ computed\\ by\\ sizeof.\\ \\*/'\n'\\#define\\ EVENT__SIZEOF_SOCKLEN_T\\ 4'\n''\n'/\\*\\ The\\ size\\ of\\ \\'void\\ \\*\\',\\ as\\ computer\\ by\\ sizeof\\ \\*/'\n'\\#define\\ EVENT__SIZEOF_VOID_P\\ 8'\n''\n'/\\*\\ Define\\ to\\ \\`__inline__\\'\\ or\\ \\`__inline\\'\\ if\\ that\\'s\\ what\\ the\\ C\\ compiler'\n'\\ \\ \\ calls\\ it,\\ or\\ to\\ nothing\\ if\\ \\'inline\\'\\ is\\ not\\ supported\\ under\\ any\\ name.\\ \\ \\*/'\n'\\#ifndef\\ __cplusplus'\n'/\\*\\ why\\ not\\ c\\+\\+\\?'\n'\\ \\*'\n'\\ \\*\\ \\ and\\ are\\ we\\ really\\ expected\\ to\\ use\\ EVENT__inline\\ everywhere,'\n'\\ \\*\\ \\ shouldn\\'t\\ we\\ just\\ do:'\n'\\ \\*\\ \\ \\ \\ \\ ifdef\\ EVENT__inline'\n'\\ \\*\\ \\ \\ \\ \\ define\\ inline\\ EVENT__inline'\n'\\ \\*'\n'\\ \\*\\ -\\ Ellzey'\n'\\ \\*/'\n''\n'\\#define\\ EVENT__inline\\ inline'\n'\\#endif'\n''\n'\\#define\\ EVENT__HAVE___func__\\ 1'\n'\\#define\\ EVENT__HAVE___FUNCTION__\\ 1'\n''\n'/\\*\\ Define\\ to\\ \\`unsigned\\'\\ if\\ \\<sys/types.h\\>\\ does\\ not\\ define.\\ \\*/'\n'\\#define\\ EVENT__size_t\\ size_t'\n''\n'/\\*\\ Define\\ to\\ unsigned\\ int\\ if\\ you\\ dont\\ have\\ it\\ \\*/'\n'\\#define\\ EVENT__socklen_t\\ socklen_t'\n''\n'/\\*\\ Define\\ to\\ \\`int\\'\\ if\\ \\<sys/types.h\\>\\ does\\ not\\ define.\\ \\*/'\n'\\#define\\ EVENT__ssize_t\\ ssize_t'\n''\n'\\#endif\\ /\\*\\ EVENT2_EVENT_CONFIG_H_INCLUDED_\\ \\*/'\n' > include/event2/event-config.h",
"source_files": [
"include/*.h",
"*-{internal,private}.h",
"buffer.c",
"bufferevent.c",
"bufferevent_filter.c",
"bufferevent_pair.c",
"bufferevent_ratelim.c",
"bufferevent_sock.c",
"event.c",
"evmap.c",
"evthread.c",
"evutil.c",
"evutil_rand.c",
"evutil_time.c",
"kqueue.c",
"listener.c",
"log.c",
"poll.c",
"select.c",
"signal.c",
"strlcpy.c",
"watch.c",
"evdns.c",
"event_tagging.c",
"evrpc.c",
"http.c"
],
"private_header_files": "*-{internal,private}.h",
"public_header_files": "include/*.h",
"preserve_paths": "include/event2/*.h",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/include/\""
}
}