CMake support + fixed windows build.
[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 /* Define to 1 if you have the `bzero' function. */
17 #cmakedefine HAVE_BZERO
18
19 /* Define to 1 if you have the <dlfcn.h> header file. */
20 #cmakedefine HAVE_DLFCN_H
21
22 /* Define to 1 if you have the <fcntl.h> header file. */
23 #cmakedefine HAVE_FCNTL_H
24
25 /* Define to 1 if you have the `fork' function. */
26 #cmakedefine HAVE_FORK
27
28 /* Define to 1 if you have the <inttypes.h> header file. */
29 #cmakedefine HAVE_INTTYPES_H
30
31 /* Define to 1 if you have the `ssl' library (-lssl). */
32 //#cmakedefine HAVE_LIBSSL
33
34 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
35    to 0 otherwise. */
36 #cmakedefine HAVE_MALLOC
37
38 /* Define to 1 if you have the <memory.h> header file. */
39 #cmakedefine HAVE_MEMORY_H
40
41 /* Define to 1 if you have the `memset' function. */
42 #cmakedefine HAVE_MEMSET
43
44 /* Define to 1 if you have the <netinet/in.h> header file. */
45 #cmakedefine HAVE_NETINET_IN_H
46
47 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
48    and to 0 otherwise. */
49 #cmakedefine HAVE_REALLOC
50
51 /* Define to 1 if you have the `socket' function. */
52 #cmakedefine HAVE_SOCKET
53
54 /* Define to 1 if you have the <stdint.h> header file. */
55 #cmakedefine HAVE_STDINT_H
56
57 /* Define to 1 if you have the <stdlib.h> header file. */
58 #cmakedefine HAVE_STDLIB_H
59
60 /* Define to 1 if you have the `strerror' function. */
61 #cmakedefine HAVE_STRERROR
62
63 /* Define to 1 if you have the <strings.h> header file. */
64 #cmakedefine HAVE_STRINGS_H
65
66 /* Define to 1 if you have the <string.h> header file. */
67 #cmakedefine HAVE_STRING_H
68
69 /* Define to 1 if you have the <sys/prctl.h> header file. */
70 #cmakedefine HAVE_SYS_PRCTL_H
71
72 /* Define to 1 if you have the <sys/socket.h> header file. */
73 #cmakedefine HAVE_SYS_SOCKET_H
74
75 /* Define to 1 if you have the <sys/stat.h> header file. */
76 #cmakedefine HAVE_SYS_STAT_H
77
78 /* Define to 1 if you have the <sys/types.h> header file. */
79 #cmakedefine HAVE_SYS_TYPES_H
80
81 /* Define to 1 if you have the <unistd.h> header file. */
82 #cmakedefine HAVE_UNISTD_H
83
84 /* Define to 1 if you have the `vfork' function. */
85 #cmakedefine HAVE_VFORK
86
87 /* Define to 1 if you have the <vfork.h> header file. */
88 #cmakedefine HAVE_VFORK_H
89
90 /* Define to 1 if `fork' works. */
91 #cmakedefine HAVE_WORKING_FORK
92
93 /* Define to 1 if `vfork' works. */
94 #cmakedefine HAVE_WORKING_VFORK
95
96 /* Define to 1 if you have the <zlib.h> header file. */
97 #cmakedefine HAVE_ZLIB_H
98
99 /* Define to the sub-directory in which libtool stores uninstalled libraries.
100    */
101 #undef LT_OBJDIR // We're not using libtool
102
103 /* Name of package */
104 #cmakedefine PACKAGE
105
106 /* Define to the address where bug reports for this package should be sent. */
107 #cmakedefine PACKAGE_BUGREPORT
108
109 /* Define to the full name of this package. */
110 #cmakedefine PACKAGE_NAME
111
112 /* Define to the full name and version of this package. */
113 #cmakedefine PACKAGE_STRING
114
115 /* Define to the one symbol short name of this package. */
116 #cmakedefine PACKAGE_TARNAME
117
118 /* Define to the home page for this package. */
119 #cmakedefine PACKAGE_URL
120
121 /* Define to the version of this package. */
122 #cmakedefine PACKAGE_VERSION
123
124 /* Define to 1 if you have the ANSI C header files. */
125 #cmakedefine STDC_HEADERS
126
127 /* Version number of package */
128 #cmakedefine VERSION
129
130 /* Define to rpl_malloc if the replacement function should be used. */
131 #cmakedefine malloc
132
133 /* Define to `int' if <sys/types.h> does not define. */
134 #cmakedefine pid_t
135
136 /* Define to rpl_realloc if the replacement function should be used. */
137 #cmakedefine realloc
138
139 /* Define to `unsigned int' if <sys/types.h> does not define. */
140 #cmakedefine size_t
141
142 /* Define to 1 if we have getifaddrs */
143 #cmakedefine HAVE_GETIFADDRS
144
145 /* Define as `fork' if `vfork' does not work. */
146 //#cmakedefine vfork