1/* lws_config_private.h.in. Private compilation options. */ 2 3#ifndef NDEBUG 4 #ifndef _DEBUG 5 #define _DEBUG 6 #endif 7#endif 8 9/* Define to 1 to use CyaSSL as a replacement for OpenSSL. 10 * LWS_OPENSSL_SUPPORT needs to be set also for this to work. */ 11#cmakedefine USE_CYASSL 12 13/* Define to 1 if you have the <dlfcn.h> header file. */ 14#cmakedefine LWS_HAVE_DLFCN_H 15 16/* Define to 1 if you have the <fcntl.h> header file. */ 17#cmakedefine LWS_HAVE_FCNTL_H 18 19/* Define to 1 if you have the `fork' function. */ 20#cmakedefine LWS_HAVE_FORK 21 22/* Define to 1 if you have the `getenv’ function. */ 23#cmakedefine LWS_HAVE_GETENV 24 25/* Define to 1 if you have the <in6addr.h> header file. */ 26#cmakedefine LWS_HAVE_IN6ADDR_H 27 28/* Define to 1 if your system has a GNU libc compatible `malloc' function, and 29 to 0 otherwise. */ 30#cmakedefine LWS_HAVE_MALLOC 31 32/* Define to 1 if you have the <memory.h> header file. */ 33#cmakedefine LWS_HAVE_MEMORY_H 34 35/* Define to 1 if you have the `memset' function. */ 36#cmakedefine LWS_HAVE_MEMSET 37 38/* Define to 1 if you have the <netinet/in.h> header file. */ 39#cmakedefine LWS_HAVE_NETINET_IN_H 40 41/* Define to 1 if your system has a GNU libc compatible `realloc' function, 42 and to 0 otherwise. */ 43#cmakedefine LWS_HAVE_REALLOC 44 45/* Define to 1 if you have the `socket' function. */ 46#cmakedefine LWS_HAVE_SOCKET 47 48/* Define to 1 if you have the <stdint.h> header file. */ 49#cmakedefine LWS_HAVE_STDINT_H 50 51/* Define to 1 if you have the <stdlib.h> header file. */ 52#cmakedefine LWS_HAVE_STDLIB_H 53 54/* Define to 1 if you have the `strerror' function. */ 55#cmakedefine LWS_HAVE_STRERROR 56 57/* Define to 1 if you have the <strings.h> header file. */ 58#cmakedefine LWS_HAVE_STRINGS_H 59 60/* Define to 1 if you have the <string.h> header file. */ 61#cmakedefine LWS_HAVE_STRING_H 62 63/* Define to 1 if you have the <sys/prctl.h> header file. */ 64#cmakedefine LWS_HAVE_SYS_PRCTL_H 65 66/* Define to 1 if you have the <sys/socket.h> header file. */ 67#cmakedefine LWS_HAVE_SYS_SOCKET_H 68 69/* Define to 1 if you have the <sys/sockio.h> header file. */ 70#cmakedefine LWS_HAVE_SYS_SOCKIO_H 71 72/* Define to 1 if you have the <sys/stat.h> header file. */ 73#cmakedefine LWS_HAVE_SYS_STAT_H 74 75/* Define to 1 if you have the <sys/types.h> header file. */ 76#cmakedefine LWS_HAVE_SYS_TYPES_H 77 78/* Define to 1 if you have the <unistd.h> header file. */ 79#cmakedefine LWS_HAVE_UNISTD_H 80 81#cmakedefine LWS_HAVE_TCP_USER_TIMEOUT 82 83/* Define to 1 if you have the `vfork' function. */ 84#cmakedefine LWS_HAVE_VFORK 85 86/* Define to 1 if you have the <vfork.h> header file. */ 87#cmakedefine LWS_HAVE_VFORK_H 88 89/* Define to 1 if `fork' works. */ 90#cmakedefine LWS_HAVE_WORKING_FORK 91 92/* Define to 1 if `vfork' works. */ 93#cmakedefine LWS_HAVE_WORKING_VFORK 94 95/* Define to 1 if execvpe() exists */ 96#cmakedefine LWS_HAVE_EXECVPE 97 98/* Define to 1 if you have the <zlib.h> header file. */ 99#cmakedefine LWS_HAVE_ZLIB_H 100 101#cmakedefine LWS_HAVE_GETLOADAVG 102 103/* Define to the sub-directory in which libtool stores uninstalled libraries. 104 */ 105#undef LT_OBJDIR // We're not using libtool 106 107/* Define to rpl_malloc if the replacement function should be used. */ 108#cmakedefine malloc 109 110/* Define to rpl_realloc if the replacement function should be used. */ 111#cmakedefine realloc 112 113/* Define to 1 if we have getifaddrs */ 114#cmakedefine LWS_HAVE_GETIFADDRS 115 116/* Define if the inline keyword doesn't exist. */ 117#cmakedefine inline ${inline} 118 119#cmakedefine LWS_WITH_ZLIB 120#cmakedefine LWS_HAS_PTHREAD_SETNAME_NP 121 122/* Defined if you have the <inttypes.h> header file. */ 123#cmakedefine LWS_HAVE_INTTYPES_H 124