Revert "Fix to expose openssl dependency"
[platform/upstream/libwebsockets.git] / lws_config_private.h.in
1 /* lws_config_private.h.in. Private compilation options. */
2
3 #ifndef NDEBUG
4         #ifndef _DEBUG
5                 #define _DEBUG
6         #endif
7 #endif
8
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
12
13 /* Define to 1 if you have the `bzero' function. */
14 #cmakedefine LWS_HAVE_BZERO
15
16 /* Define to 1 if you have the <dlfcn.h> header file. */
17 #cmakedefine LWS_HAVE_DLFCN_H
18
19 /* Define to 1 if you have the <fcntl.h> header file. */
20 #cmakedefine LWS_HAVE_FCNTL_H
21
22 /* Define to 1 if you have the `fork' function. */
23 #cmakedefine LWS_HAVE_FORK
24
25 /* Define to 1 if you have the `getenv’ function. */
26 #cmakedefine LWS_HAVE_GETENV
27
28 /* Define to 1 if you have the <in6addr.h> header file. */
29 #cmakedefine LWS_HAVE_IN6ADDR_H
30
31 /* Define to 1 if you have the <inttypes.h> header file. */
32 #cmakedefine LWS_HAVE_INTTYPES_H
33
34 /* Define to 1 if you have the `ssl' library (-lssl). */
35 //#cmakedefine LWS_HAVE_LIBSSL
36
37 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
38    to 0 otherwise. */
39 #cmakedefine LWS_HAVE_MALLOC
40
41 /* Define to 1 if you have the <memory.h> header file. */
42 #cmakedefine LWS_HAVE_MEMORY_H
43
44 /* Define to 1 if you have the `memset' function. */
45 #cmakedefine LWS_HAVE_MEMSET
46
47 /* Define to 1 if you have the <netinet/in.h> header file. */
48 #cmakedefine LWS_HAVE_NETINET_IN_H
49
50 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
51    and to 0 otherwise. */
52 #cmakedefine LWS_HAVE_REALLOC
53
54 /* Define to 1 if you have the `socket' function. */
55 #cmakedefine LWS_HAVE_SOCKET
56
57 /* Define to 1 if you have the <stdint.h> header file. */
58 #cmakedefine LWS_HAVE_STDINT_H
59
60 /* Define to 1 if you have the <stdlib.h> header file. */
61 #cmakedefine LWS_HAVE_STDLIB_H
62
63 /* Define to 1 if you have the `strerror' function. */
64 #cmakedefine LWS_HAVE_STRERROR
65
66 /* Define to 1 if you have the <strings.h> header file. */
67 #cmakedefine LWS_HAVE_STRINGS_H
68
69 /* Define to 1 if you have the <string.h> header file. */
70 #cmakedefine LWS_HAVE_STRING_H
71
72 /* Define to 1 if you have the <sys/prctl.h> header file. */
73 #cmakedefine LWS_HAVE_SYS_PRCTL_H
74
75 /* Define to 1 if you have the <sys/socket.h> header file. */
76 #cmakedefine LWS_HAVE_SYS_SOCKET_H
77
78 /* Define to 1 if you have the <sys/sockio.h> header file. */
79 #cmakedefine LWS_HAVE_SYS_SOCKIO_H
80
81 /* Define to 1 if you have the <sys/stat.h> header file. */
82 #cmakedefine LWS_HAVE_SYS_STAT_H
83
84 /* Define to 1 if you have the <sys/types.h> header file. */
85 #cmakedefine LWS_HAVE_SYS_TYPES_H
86
87 /* Define to 1 if you have the <unistd.h> header file. */
88 #cmakedefine LWS_HAVE_UNISTD_H
89
90 /* Define to 1 if you have the `vfork' function. */
91 #cmakedefine LWS_HAVE_VFORK
92
93 /* Define to 1 if you have the <vfork.h> header file. */
94 #cmakedefine LWS_HAVE_VFORK_H
95
96 /* Define to 1 if `fork' works. */
97 #cmakedefine LWS_HAVE_WORKING_FORK
98
99 /* Define to 1 if `vfork' works. */
100 #cmakedefine LWS_HAVE_WORKING_VFORK
101
102 /* Define to 1 if execvpe() exists */
103 #cmakedefine LWS_HAVE_EXECVPE
104
105 /* Define to 1 if you have the <zlib.h> header file. */
106 #cmakedefine LWS_HAVE_ZLIB_H
107
108 #cmakedefine LWS_HAVE_GETLOADAVG
109
110 /* Define to the sub-directory in which libtool stores uninstalled libraries.
111    */
112 #undef LT_OBJDIR // We're not using libtool
113
114 /* Define to rpl_malloc if the replacement function should be used. */
115 #cmakedefine malloc
116
117 /* Define to rpl_realloc if the replacement function should be used. */
118 #cmakedefine realloc
119
120 /* Define to 1 if we have getifaddrs */
121 #cmakedefine LWS_HAVE_GETIFADDRS
122
123 /* Define if the inline keyword doesn't exist. */
124 #cmakedefine inline ${inline}
125
126