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