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