1 /* lws_config_private.h.in. Private compilation options. */
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
13 /* Define to 1 if you have the `bzero' function. */
14 #cmakedefine LWS_HAVE_BZERO
16 /* Define to 1 if you have the <dlfcn.h> header file. */
17 #cmakedefine LWS_HAVE_DLFCN_H
19 /* Define to 1 if you have the <fcntl.h> header file. */
20 #cmakedefine LWS_HAVE_FCNTL_H
22 /* Define to 1 if you have the `fork' function. */
23 #cmakedefine LWS_HAVE_FORK
25 /* Define to 1 if you have the `getenv’ function. */
26 #cmakedefine LWS_HAVE_GETENV
28 /* Define to 1 if you have the <in6addr.h> header file. */
29 #cmakedefine LWS_HAVE_IN6ADDR_H
31 /* Define to 1 if you have the <inttypes.h> header file. */
32 #cmakedefine LWS_HAVE_INTTYPES_H
34 /* Define to 1 if you have the `ssl' library (-lssl). */
35 //#cmakedefine LWS_HAVE_LIBSSL
37 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
39 #cmakedefine LWS_HAVE_MALLOC
41 /* Define to 1 if you have the <memory.h> header file. */
42 #cmakedefine LWS_HAVE_MEMORY_H
44 /* Define to 1 if you have the `memset' function. */
45 #cmakedefine LWS_HAVE_MEMSET
47 /* Define to 1 if you have the <netinet/in.h> header file. */
48 #cmakedefine LWS_HAVE_NETINET_IN_H
50 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
51 and to 0 otherwise. */
52 #cmakedefine LWS_HAVE_REALLOC
54 /* Define to 1 if you have the `socket' function. */
55 #cmakedefine LWS_HAVE_SOCKET
57 /* Define to 1 if you have the <stdint.h> header file. */
58 #cmakedefine LWS_HAVE_STDINT_H
60 /* Define to 1 if you have the <stdlib.h> header file. */
61 #cmakedefine LWS_HAVE_STDLIB_H
63 /* Define to 1 if you have the `strerror' function. */
64 #cmakedefine LWS_HAVE_STRERROR
66 /* Define to 1 if you have the <strings.h> header file. */
67 #cmakedefine LWS_HAVE_STRINGS_H
69 /* Define to 1 if you have the <string.h> header file. */
70 #cmakedefine LWS_HAVE_STRING_H
72 /* Define to 1 if you have the <sys/prctl.h> header file. */
73 #cmakedefine LWS_HAVE_SYS_PRCTL_H
75 /* Define to 1 if you have the <sys/socket.h> header file. */
76 #cmakedefine LWS_HAVE_SYS_SOCKET_H
78 /* Define to 1 if you have the <sys/stat.h> header file. */
79 #cmakedefine LWS_HAVE_SYS_STAT_H
81 /* Define to 1 if you have the <sys/types.h> header file. */
82 #cmakedefine LWS_HAVE_SYS_TYPES_H
84 /* Define to 1 if you have the <unistd.h> header file. */
85 #cmakedefine LWS_HAVE_UNISTD_H
87 /* Define to 1 if you have the `vfork' function. */
88 #cmakedefine LWS_HAVE_VFORK
90 /* Define to 1 if you have the <vfork.h> header file. */
91 #cmakedefine LWS_HAVE_VFORK_H
93 /* Define to 1 if `fork' works. */
94 #cmakedefine LWS_HAVE_WORKING_FORK
96 /* Define to 1 if `vfork' works. */
97 #cmakedefine LWS_HAVE_WORKING_VFORK
99 /* Define to 1 if you have the <zlib.h> header file. */
100 #cmakedefine LWS_HAVE_ZLIB_H
102 /* Define to the sub-directory in which libtool stores uninstalled libraries.
104 #undef LT_OBJDIR // We're not using libtool
106 /* Define to rpl_malloc if the replacement function should be used. */
109 /* Define to rpl_realloc if the replacement function should be used. */
112 /* Define to 1 if we have getifaddrs */
113 #cmakedefine LWS_HAVE_GETIFADDRS
115 /* Define if the inline keyword doesn't exist. */
116 #cmakedefine inline ${inline}