optimize-random-device-open.patch
[profile/ivi/libwebsockets.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the `bzero' function. */
4 #undef HAVE_BZERO
5
6 /* Define to 1 if you have the <dlfcn.h> header file. */
7 #undef HAVE_DLFCN_H
8
9 /* Define to 1 if you have the <fcntl.h> header file. */
10 #undef HAVE_FCNTL_H
11
12 /* Define to 1 if you have the `fork' function. */
13 #undef HAVE_FORK
14
15 /* Define to 1 if you have the <inttypes.h> header file. */
16 #undef HAVE_INTTYPES_H
17
18 /* Define to 1 if you have the `ssl' library (-lssl). */
19 #undef HAVE_LIBSSL
20
21 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
22    to 0 otherwise. */
23 #undef HAVE_MALLOC
24
25 /* Define to 1 if you have the <memory.h> header file. */
26 #undef HAVE_MEMORY_H
27
28 /* Define to 1 if you have the `memset' function. */
29 #undef HAVE_MEMSET
30
31 /* Define to 1 if you have the <netinet/in.h> header file. */
32 #undef HAVE_NETINET_IN_H
33
34 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
35    and to 0 otherwise. */
36 #undef HAVE_REALLOC
37
38 /* Define to 1 if you have the `socket' function. */
39 #undef HAVE_SOCKET
40
41 /* Define to 1 if you have the <stdint.h> header file. */
42 #undef HAVE_STDINT_H
43
44 /* Define to 1 if you have the <stdlib.h> header file. */
45 #undef HAVE_STDLIB_H
46
47 /* Define to 1 if you have the `strerror' function. */
48 #undef HAVE_STRERROR
49
50 /* Define to 1 if you have the <strings.h> header file. */
51 #undef HAVE_STRINGS_H
52
53 /* Define to 1 if you have the <string.h> header file. */
54 #undef HAVE_STRING_H
55
56 /* Define to 1 if you have the <sys/socket.h> header file. */
57 #undef HAVE_SYS_SOCKET_H
58
59 /* Define to 1 if you have the <sys/stat.h> header file. */
60 #undef HAVE_SYS_STAT_H
61
62 /* Define to 1 if you have the <sys/types.h> header file. */
63 #undef HAVE_SYS_TYPES_H
64
65 /* Define to 1 if you have the <unistd.h> header file. */
66 #undef HAVE_UNISTD_H
67
68 /* Define to 1 if you have the `vfork' function. */
69 #undef HAVE_VFORK
70
71 /* Define to 1 if you have the <vfork.h> header file. */
72 #undef HAVE_VFORK_H
73
74 /* Define to 1 if `fork' works. */
75 #undef HAVE_WORKING_FORK
76
77 /* Define to 1 if `vfork' works. */
78 #undef HAVE_WORKING_VFORK
79
80 /* Define to the sub-directory in which libtool stores uninstalled libraries.
81    */
82 #undef LT_OBJDIR
83
84 /* Name of package */
85 #undef PACKAGE
86
87 /* Define to the address where bug reports for this package should be sent. */
88 #undef PACKAGE_BUGREPORT
89
90 /* Define to the full name of this package. */
91 #undef PACKAGE_NAME
92
93 /* Define to the full name and version of this package. */
94 #undef PACKAGE_STRING
95
96 /* Define to the one symbol short name of this package. */
97 #undef PACKAGE_TARNAME
98
99 /* Define to the home page for this package. */
100 #undef PACKAGE_URL
101
102 /* Define to the version of this package. */
103 #undef PACKAGE_VERSION
104
105 /* Define to 1 if you have the ANSI C header files. */
106 #undef STDC_HEADERS
107
108 /* Version number of package */
109 #undef VERSION
110
111 /* Define to rpl_malloc if the replacement function should be used. */
112 #undef malloc
113
114 /* Define to `int' if <sys/types.h> does not define. */
115 #undef pid_t
116
117 /* Define to rpl_realloc if the replacement function should be used. */
118 #undef realloc
119
120 /* Define to `unsigned int' if <sys/types.h> does not define. */
121 #undef size_t
122
123 /* Define as `fork' if `vfork' does not work. */
124 #undef vfork