File: //home/lijunjie/swoole-cli/swoole-src-4.8.13/config.h.in
/* config.h.in. Generated from configure.ac by autoheader. */
/* Whether to build swoole as dynamic module */
#undef COMPILE_DL_SWOOLE
/* have accept4 */
#undef HAVE_ACCEPT4
/* Whether you have AI_ALL */
#undef HAVE_AI_ALL
/* Whether you have AI_IDN */
#undef HAVE_AI_IDN
/* Whether you have AI_V4MAPPED */
#undef HAVE_AI_V4MAPPED
/* have arc4random */
#undef HAVE_ARC4RANDOM
/* have boost-stacktrace? */
#undef HAVE_BOOST_STACKTRACE
/* have c-ares */
#undef HAVE_CARES
/* have_ccrandomgeneratebytes */
#undef HAVE_CCRANDOMGENERATEBYTES
/* Whether you have struct cmsghdr */
#undef HAVE_CMSGHDR
/* cpu affinity? */
#undef HAVE_CPU_AFFINITY
/* have daemon */
#undef HAVE_DAEMON
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* have epoll */
#undef HAVE_EPOLL
/* have eventfd */
#undef HAVE_EVENTFD
/* have execinfo */
#undef HAVE_EXECINFO
/* have FUTEX? */
#undef HAVE_FUTEX
/* Whether you have gethostbyname2_r */
#undef HAVE_GETHOSTBYNAME2_R
/* have getrandom */
#undef HAVE_GETRANDOM
/* Define to 1 if you have the `hstrerror' function. */
#undef HAVE_HSTRERROR
/* Define to 1 if you have the `if_indextoname' function. */
#undef HAVE_IF_INDEXTONAME
/* Define to 1 if you have the `if_nametoindex' function. */
#undef HAVE_IF_NAMETOINDEX
/* have inotify */
#undef HAVE_INOTIFY
/* have inotify_init1 */
#undef HAVE_INOTIFY_INIT1
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* have kqueue */
#undef HAVE_KQUEUE
/* have malloc_trim */
#undef HAVE_MALLOC_TRIM
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* have mkostemp */
#undef HAVE_MKOSTEMP
/* have pthread_mutex_timedlock */
#undef HAVE_MUTEX_TIMEDLOCK
/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H
/* Define to 1 if you have the <netinet/tcp.h> header file. */
#undef HAVE_NETINET_TCP_H
/* have pcre */
#undef HAVE_PCRE
/* have poll */
#undef HAVE_POLL
/* have pthread_barrier_init */
#undef HAVE_PTHREAD_BARRIER
/* have pthread_mutexattr_setpshared */
#undef HAVE_PTHREAD_MUTEXATTR_SETPSHARED
/* have pthread_mutexattr_setrobust */
#undef HAVE_PTHREAD_MUTEXATTR_SETROBUST
/* have pthread_mutex_consistent */
#undef HAVE_PTHREAD_MUTEX_CONSISTENT
/* have ptrace */
#undef HAVE_PTRACE
/* have SO_REUSEPORT? */
#undef HAVE_REUSEPORT
/* have pthread_rwlock_init */
#undef HAVE_RWLOCK
/* Whether you have sockaddr_storage.ss_family */
#undef HAVE_SA_SS_FAMILY
/* have sendfile */
#undef HAVE_SENDFILE
/* have signalfd */
#undef HAVE_SIGNALFD
/* Define to 1 if you have the `socketpair' function. */
#undef HAVE_SOCKETPAIR
/* */
#undef HAVE_SOCKETS
/* have pthread_spin_lock */
#undef HAVE_SPINLOCK
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the <sys/sockio.h> header file. */
#undef HAVE_SYS_SOCKIO_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <sys/un.h> header file. */
#undef HAVE_SYS_UN_H
/* have ucontext? */
#undef HAVE_UCONTEXT
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* have valgrind? */
#undef HAVE_VALGRIND
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* Define to the address where bug reports for this package should be sent. */
/* #undef PACKAGE_BUGREPORT */
/* Define to the full name of this package. */
/* #undef PACKAGE_NAME */
/* Define to the full name and version of this package. */
/* #undef PACKAGE_STRING */
/* Define to the one symbol short name of this package. */
/* #undef PACKAGE_TARNAME */
/* Define to the home page for this package. */
/* #undef PACKAGE_URL */
/* Define to the version of this package. */
/* #undef PACKAGE_VERSION */
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* do we enable swoole debug */
#undef SW_DEBUG
/* have brotli encoder */
#undef SW_HAVE_BROTLI
/* have compression */
#undef SW_HAVE_COMPRESSION
/* have zlib */
#undef SW_HAVE_ZLIB
/* enable trace log */
#undef SW_LOG_TRACE_OPEN
/* enable sockets support */
#undef SW_SOCKETS
/* use boost asm context */
#undef SW_USE_ASM_CONTEXT
/* do we enable c-ares support */
#undef SW_USE_CARES
/* do we enable cURL native client */
#undef SW_USE_CURL
/* enable HTTP2 support */
#undef SW_USE_HTTP2
/* use jemalloc */
#undef SW_USE_JEMALLOC
/* do we enable json decoder */
#undef SW_USE_JSON
/* use mysqlnd */
#undef SW_USE_MYSQLND
/* enable openssl support */
#undef SW_USE_OPENSSL
/* enable thread support */
#undef SW_USE_THREAD
/* do we enable thread context */
#undef SW_USE_THREAD_CONTEXT