|
| 1 | +/* config.h.in. Generated from configure.ac by autoheader. */ |
| 2 | + |
| 3 | +#ifndef WIN32 |
| 4 | +#define _DEBUG |
| 5 | +#endif |
| 6 | + |
| 7 | +/* Define to 1 to use CyaSSL as a replacement for OpenSSL. |
| 8 | + * LWS_OPENSSL_SUPPORT needs to be set also for this to work. */ |
| 9 | +/* #undef USE_CYASSL */ |
| 10 | + |
| 11 | +/* The Libwebsocket version */ |
| 12 | +#define LWS_LIBRARY_VERSION "1.3" |
| 13 | + |
| 14 | +/* The current git commit hash that we're building from */ |
| 15 | +/* #undef LWS_BUILD_HASH */ |
| 16 | + |
| 17 | +/* Build with OpenSSL support */ |
| 18 | +#define LWS_OPENSSL_SUPPORT |
| 19 | + |
| 20 | +/* The client should load and trust CA root certs it finds in the OS */ |
| 21 | +#define LWS_SSL_CLIENT_USE_OS_CA_CERTS |
| 22 | + |
| 23 | +/* Sets the path where the client certs should be installed. */ |
| 24 | +#define LWS_OPENSSL_CLIENT_CERTS "../share" |
| 25 | + |
| 26 | +/* Turn off websocket extensions */ |
| 27 | +/* #undef LWS_NO_EXTENSIONS */ |
| 28 | + |
| 29 | +/* Enable libev io loop */ |
| 30 | +/* #undef LWS_USE_LIBEV */ |
| 31 | + |
| 32 | +/* Build with support for ipv6 */ |
| 33 | +#define LWS_USE_IPV6 |
| 34 | + |
| 35 | +/* Build with support for HTTP2 */ |
| 36 | +/* #undef LWS_USE_HTTP2 */ |
| 37 | + |
| 38 | +/* Turn on latency measuring code */ |
| 39 | +/* #undef LWS_LATENCY */ |
| 40 | + |
| 41 | +/* Don't build the daemonizeation api */ |
| 42 | +/* #undef LWS_NO_DAEMONIZE */ |
| 43 | + |
| 44 | +/* Build without server support */ |
| 45 | +/* #undef LWS_NO_SERVER */ |
| 46 | + |
| 47 | +/* Build without client support */ |
| 48 | +/* #undef LWS_NO_CLIENT */ |
| 49 | + |
| 50 | +/* If we should compile with MinGW support */ |
| 51 | +/* #undef LWS_MINGW_SUPPORT */ |
| 52 | + |
| 53 | +/* Use the BSD getifaddrs that comes with libwebsocket, for uclibc support */ |
| 54 | +#define LWS_BUILTIN_GETIFADDRS |
| 55 | + |
| 56 | +/* Define to 1 if you have the `bzero' function. */ |
| 57 | +/* #undef HAVE_BZERO */ |
| 58 | + |
| 59 | +/* Define to 1 if you have the <dlfcn.h> header file. */ |
| 60 | +/* #undef HAVE_DLFCN_H */ |
| 61 | + |
| 62 | +/* Define to 1 if you have the <fcntl.h> header file. */ |
| 63 | +/* #undef HAVE_FCNTL_H */ |
| 64 | + |
| 65 | +/* Define to 1 if you have the `fork' function. */ |
| 66 | +/* #undef HAVE_FORK */ |
| 67 | + |
| 68 | +/* Define to 1 if you have the `getenv’ function. */ |
| 69 | +/* #undef HAVE_GETENV */ |
| 70 | + |
| 71 | +/* Define to 1 if you have the <in6addr.h> header file. */ |
| 72 | +/* #undef HAVE_IN6ADDR_H */ |
| 73 | + |
| 74 | +/* Define to 1 if you have the <inttypes.h> header file. */ |
| 75 | +/* #undef HAVE_INTTYPES_H */ |
| 76 | + |
| 77 | +/* Define to 1 if you have the `ssl' library (-lssl). */ |
| 78 | +/* #undef HAVE_LIBSSL */ |
| 79 | + |
| 80 | +/* Define to 1 if your system has a GNU libc compatible `malloc' function, and |
| 81 | + to 0 otherwise. */ |
| 82 | +/* #undef HAVE_MALLOC */ |
| 83 | + |
| 84 | +/* Define to 1 if you have the <memory.h> header file. */ |
| 85 | +/* #undef HAVE_MEMORY_H */ |
| 86 | + |
| 87 | +/* Define to 1 if you have the `memset' function. */ |
| 88 | +/* #undef HAVE_MEMSET */ |
| 89 | + |
| 90 | +/* Define to 1 if you have the <netinet/in.h> header file. */ |
| 91 | +/* #undef HAVE_NETINET_IN_H */ |
| 92 | + |
| 93 | +/* Define to 1 if your system has a GNU libc compatible `realloc' function, |
| 94 | + and to 0 otherwise. */ |
| 95 | +/* #undef HAVE_REALLOC */ |
| 96 | + |
| 97 | +/* Define to 1 if you have the `socket' function. */ |
| 98 | +/* #undef HAVE_SOCKET */ |
| 99 | + |
| 100 | +/* Define to 1 if you have the <stdint.h> header file. */ |
| 101 | +/* #undef HAVE_STDINT_H */ |
| 102 | + |
| 103 | +/* Define to 1 if you have the <stdlib.h> header file. */ |
| 104 | +/* #undef HAVE_STDLIB_H */ |
| 105 | + |
| 106 | +/* Define to 1 if you have the `strerror' function. */ |
| 107 | +/* #undef HAVE_STRERROR */ |
| 108 | + |
| 109 | +/* Define to 1 if you have the <strings.h> header file. */ |
| 110 | +/* #undef HAVE_STRINGS_H */ |
| 111 | + |
| 112 | +/* Define to 1 if you have the <string.h> header file. */ |
| 113 | +/* #undef HAVE_STRING_H */ |
| 114 | + |
| 115 | +/* Define to 1 if you have the <sys/prctl.h> header file. */ |
| 116 | +/* #undef HAVE_SYS_PRCTL_H */ |
| 117 | + |
| 118 | +/* Define to 1 if you have the <sys/socket.h> header file. */ |
| 119 | +/* #undef HAVE_SYS_SOCKET_H */ |
| 120 | + |
| 121 | +/* Define to 1 if you have the <sys/stat.h> header file. */ |
| 122 | +/* #undef HAVE_SYS_STAT_H */ |
| 123 | + |
| 124 | +/* Define to 1 if you have the <sys/types.h> header file. */ |
| 125 | +/* #undef HAVE_SYS_TYPES_H */ |
| 126 | + |
| 127 | +/* Define to 1 if you have the <unistd.h> header file. */ |
| 128 | +/* #undef HAVE_UNISTD_H */ |
| 129 | + |
| 130 | +/* Define to 1 if you have the `vfork' function. */ |
| 131 | +/* #undef HAVE_VFORK */ |
| 132 | + |
| 133 | +/* Define to 1 if you have the <vfork.h> header file. */ |
| 134 | +/* #undef HAVE_VFORK_H */ |
| 135 | + |
| 136 | +/* Define to 1 if `fork' works. */ |
| 137 | +#define HAVE_WORKING_FORK |
| 138 | + |
| 139 | +/* Define to 1 if `vfork' works. */ |
| 140 | +#define HAVE_WORKING_VFORK |
| 141 | + |
| 142 | +/* Define to 1 if you have the <zlib.h> header file. */ |
| 143 | +/* #undef HAVE_ZLIB_H */ |
| 144 | + |
| 145 | +/* Define to the sub-directory in which libtool stores uninstalled libraries. |
| 146 | + */ |
| 147 | +#undef LT_OBJDIR // We're not using libtool |
| 148 | + |
| 149 | +/* Define to 1 if you have the ANSI C header files. */ |
| 150 | +/* #undef STDC_HEADERS */ |
| 151 | + |
| 152 | +/* Version number of package */ |
| 153 | +#define VERSION |
| 154 | + |
| 155 | +/* Define to rpl_malloc if the replacement function should be used. */ |
| 156 | +//#define malloc |
| 157 | + |
| 158 | +/* Define to `int' if <sys/types.h> does not define. */ |
| 159 | +//#define pid_t |
| 160 | + |
| 161 | +/* Define to rpl_realloc if the replacement function should be used. */ |
| 162 | +//#define realloc |
| 163 | + |
| 164 | +/* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 165 | +//#ifndef _SIZE_T |
| 166 | +//#define _SIZE_T |
| 167 | +//typedef __darwin_size_t size_t |
| 168 | +//#endif |
| 169 | + |
| 170 | +/* Define to 1 if we have getifaddrs */ |
| 171 | +/* #undef HAVE_GETIFADDRS */ |
| 172 | + |
| 173 | +/* Define as `fork' if `vfork' does not work. */ |
| 174 | +/* #undef vfork */ |
| 175 | + |
| 176 | +/* Define if the inline keyword doesn't exist. */ |
| 177 | +/* #undef inline */ |
0 commit comments