1/* lws_config_private.h.in. Private compilation options. */
2
3#ifndef NDEBUG
4	#ifndef _DEBUG
5		#define _DEBUG
6	#endif
7#endif
8#cmakedefine 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#cmakedefine USE_CYASSL
13
14/* Define to 1 if you have the `fork' function. */
15#cmakedefine LWS_HAVE_FORK
16
17/* Define to 1 if you have the `getenv' function. */
18#cmakedefine LWS_HAVE_GETENV
19
20/* Define to 1 if you have the <in6addr.h> header file. */
21#cmakedefine 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#cmakedefine LWS_HAVE_MALLOC
26
27/* Define to 1 if you have the <memory.h> header file. */
28#cmakedefine LWS_HAVE_MEMORY_H
29
30/* Define to 1 if you have the <netinet/in.h> header file. */
31#cmakedefine LWS_HAVE_NETINET_IN_H
32
33/* Define to 1 if you have the <stdint.h> header file. */
34#cmakedefine LWS_HAVE_STDINT_H
35
36/* Define to 1 if you have the <stdlib.h> header file. */
37#cmakedefine LWS_HAVE_STDLIB_H
38
39/* Define to 1 if you have the `strerror' function. */
40#cmakedefine LWS_HAVE_STRERROR
41
42/* Define to 1 if you have the <strings.h> header file. */
43#cmakedefine LWS_HAVE_STRINGS_H
44
45/* Define to 1 if you have the <string.h> header file. */
46#cmakedefine LWS_HAVE_STRING_H
47
48/* Define to 1 if you have the <sys/prctl.h> header file. */
49#cmakedefine LWS_HAVE_SYS_PRCTL_H
50
51/* Define to 1 if you have the <sys/resource.h> header file. */
52#cmakedefine LWS_HAVE_SYS_RESOURCE_H
53
54/* Define to 1 if you have the <sys/socket.h> header file. */
55#cmakedefine LWS_HAVE_SYS_SOCKET_H
56
57/* Define to 1 if you have the <sys/sockio.h> header file. */
58#cmakedefine LWS_HAVE_SYS_SOCKIO_H
59
60/* Define to 1 if you have the <sys/stat.h> header file. */
61#cmakedefine LWS_HAVE_SYS_STAT_H
62
63/* Define to 1 if you have the <sys/types.h> header file. */
64#cmakedefine LWS_HAVE_SYS_TYPES_H
65
66/* Define to 1 if you have the <unistd.h> header file. */
67#cmakedefine LWS_HAVE_UNISTD_H
68
69#cmakedefine LWS_HAVE_TCP_USER_TIMEOUT
70
71/* Define to 1 if you have the `vfork' function. */
72#cmakedefine LWS_HAVE_VFORK
73
74/* Define to 1 if you have the <vfork.h> header file. */
75#cmakedefine LWS_HAVE_VFORK_H
76
77/* Define to 1 if `fork' works. */
78#cmakedefine LWS_HAVE_WORKING_FORK
79
80/* Define to 1 if `vfork' works. */
81#cmakedefine LWS_HAVE_WORKING_VFORK
82
83/* Define to 1 if execvpe() exists */
84#cmakedefine LWS_HAVE_EXECVPE
85
86/* Define to 1 if you have the <zlib.h> header file. */
87#cmakedefine LWS_HAVE_ZLIB_H
88
89#cmakedefine 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#cmakedefine malloc
97
98/* Define to rpl_realloc if the replacement function should be used. */
99#cmakedefine realloc
100
101/* Define to 1 if we have getifaddrs */
102#cmakedefine LWS_HAVE_GETIFADDRS
103
104/* Define if the inline keyword doesn't exist. */
105#cmakedefine inline ${inline}
106
107#cmakedefine LWS_WITH_ZLIB
108#cmakedefine LWS_HAS_PTHREAD_SETNAME_NP
109
110/* Defined if you have the <inttypes.h> header file. */
111#cmakedefine LWS_HAVE_INTTYPES_H
112