EHS Embedded HTTP Server
1.5.1.0
config.h
1
/* config.h. Generated from config.h.in by configure. */
2
/* config.h.in. Generated from configure.ac by autoheader. */
3
4
/* Whether to compile with SSL support or not */
5
/* #undef COMPILE_WITH_SSL */
6
7
/* Whether to compile with debugging information */
8
/* #undef EHS_DEBUG */
9
10
/* Define to 1 if you have the <arpa/inet.h> header file. */
11
#define HAVE_ARPA_INET_H 1
12
13
/* Define to 1 if you have the `bfd_demangle' function. */
14
#define HAVE_BFD_DEMANGLE 1
15
16
/* Defined if the requested minimum BOOST version is satisfied */
17
#define HAVE_BOOST 1
18
19
/* Define if boost::lock_guard is available */
20
#define HAVE_BOOST_LOCK_GUARD 1
21
22
/* Defined if the Boost regex library is available */
23
#define HAVE_BOOST_REGEX 1
24
25
/* Define to 1 if you have <boost/regex.hpp> */
26
#define HAVE_BOOST_REGEX_HPP 1
27
28
/* Defined if the Boost system library is available */
29
#define HAVE_BOOST_SYSTEM 1
30
31
/* Define to 1 if you have <boost/system/error_code.hpp> */
32
#define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1
33
34
/* Define to 1 if you have the <conio.h> header file. */
35
/* #undef HAVE_CONIO_H */
36
37
/* Define to 1 if you have the <demangle.h> header file. */
38
/* #undef HAVE_DEMANGLE_H */
39
40
/* Define to 1 if you have the <dlfcn.h> header file. */
41
#define HAVE_DLFCN_H 1
42
43
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
44
/* #undef HAVE_DOPRNT */
45
46
/* Define to 1 if you have the <dwarf.h> header file. */
47
#define HAVE_DWARF_H 1
48
49
/* Define to 1 if you have the <elfutils/libdwfl.h> header file. */
50
#define HAVE_ELFUTILS_LIBDWFL_H 1
51
52
/* Define to 1 if you have the <execinfo.h> header file. */
53
#define HAVE_EXECINFO_H 1
54
55
/* Define to 1 if you have the `fork' function. */
56
#define HAVE_FORK 1
57
58
/* Define if the compiler supports GNU-style __PRETTY_FUNCTION__. */
59
#define HAVE_GNU_PRETTY_FUNCTION 1
60
61
/* Define if the compiler supports GNU-style variadic macros. */
62
#define HAVE_GNU_VAMACROS 1
63
64
/* Define to 1 if you have the `inet_ntoa' function. */
65
#define HAVE_INET_NTOA 1
66
67
/* Define to 1 if you have the <inttypes.h> header file. */
68
#define HAVE_INTTYPES_H 1
69
70
/* Define to 1 if you have the `crypto' library (-lcrypto). */
71
/* #undef HAVE_LIBCRYPTO */
72
73
/* Define to 1 if you have the `dl' library (-ldl). */
74
#define HAVE_LIBDL 1
75
76
/* Define to 1 if you have the <libdwfl.h> header file. */
77
/* #undef HAVE_LIBDWFL_H */
78
79
/* Define, if libiberty is available */
80
#define HAVE_LIBIBERTY 1
81
82
/* Define to 1 if you have the `pthread' library (-lpthread). */
83
#define HAVE_LIBPTHREAD 1
84
85
/* Define to 1 if you have the `sokt' library (-lsokt). */
86
/* #undef HAVE_LIBSOKT */
87
88
/* Define to 1 if you have the `ssl' library (-lssl). */
89
/* #undef HAVE_LIBSSL */
90
91
/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
92
/* #undef HAVE_LIBWS2_32 */
93
94
/* Define to 1 if you have the `z' library (-lz). */
95
#define HAVE_LIBZ 1
96
97
/* Define to 1 if you have the <memory.h> header file. */
98
#define HAVE_MEMORY_H 1
99
100
/* Define to 1 if you have the `memset' function. */
101
#define HAVE_MEMSET 1
102
103
/* Define to 1 if you have the <netinet/in.h> header file. */
104
#define HAVE_NETINET_IN_H 1
105
106
/* Define to 1 if you have the <openssl/err.h> header file. */
107
#define HAVE_OPENSSL_ERR_H 1
108
109
/* Define to 1 if you have the <openssl/ssl.h> header file. */
110
#define HAVE_OPENSSL_SSL_H 1
111
112
/* Define to 1 if you have the `pthread_getw32threadhandle_np' function. */
113
/* #undef HAVE_PTHREAD_GETW32THREADHANDLE_NP */
114
115
/* Define to 1 if you have the `pthread_getw32threadid_np' function. */
116
/* #undef HAVE_PTHREAD_GETW32THREADID_NP */
117
118
/* Define to 1 if you have the `select' function. */
119
#define HAVE_SELECT 1
120
121
/* Define to 1 if you have the `setlocale' function. */
122
#define HAVE_SETLOCALE 1
123
124
/* Define to 1 if you have the `socket' function. */
125
#define HAVE_SOCKET 1
126
127
/* Define to 1 if stdbool.h conforms to C99. */
128
#define HAVE_STDBOOL_H 1
129
130
/* Define to 1 if you have the <stdint.h> header file. */
131
#define HAVE_STDINT_H 1
132
133
/* Define to 1 if you have the <stdlib.h> header file. */
134
#define HAVE_STDLIB_H 1
135
136
/* Define to 1 if you have the `strcasecmp' function. */
137
#define HAVE_STRCASECMP 1
138
139
/* Define to 1 if you have the `strerror' function. */
140
#define HAVE_STRERROR 1
141
142
/* Define to 1 if you have the <strings.h> header file. */
143
#define HAVE_STRINGS_H 1
144
145
/* Define to 1 if you have the <string.h> header file. */
146
#define HAVE_STRING_H 1
147
148
/* Define to 1 if you have the `strtoul' function. */
149
#define HAVE_STRTOUL 1
150
151
/* Define to 1 if you have the <sys/ioctl.h> header file. */
152
#define HAVE_SYS_IOCTL_H 1
153
154
/* Define to 1 if you have the <sys/socket.h> header file. */
155
#define HAVE_SYS_SOCKET_H 1
156
157
/* Define to 1 if you have the <sys/stat.h> header file. */
158
#define HAVE_SYS_STAT_H 1
159
160
/* Define to 1 if you have the <sys/time.h> header file. */
161
#define HAVE_SYS_TIME_H 1
162
163
/* Define to 1 if you have the <sys/types.h> header file. */
164
#define HAVE_SYS_TYPES_H 1
165
166
/* Define to 1 if you have the <sys/wait.h> header file. */
167
#define HAVE_SYS_WAIT_H 1
168
169
/* Define to 1 if you have the <termios.h> header file. */
170
#define HAVE_TERMIOS_H 1
171
172
/* Define to 1 if you have the <time.h> header file. */
173
#define HAVE_TIME_H 1
174
175
/* Define to 1 if you have the <unistd.h> header file. */
176
#define HAVE_UNISTD_H 1
177
178
/* Define to 1 if you have the `vfork' function. */
179
#define HAVE_VFORK 1
180
181
/* Define to 1 if you have the <vfork.h> header file. */
182
/* #undef HAVE_VFORK_H */
183
184
/* Define to 1 if you have the `vprintf' function. */
185
#define HAVE_VPRINTF 1
186
187
/* Define to 1 if you have the <windows.h> header file. */
188
/* #undef HAVE_WINDOWS_H */
189
190
/* Define to 1 if you have the <winsock2.h> header file. */
191
/* #undef HAVE_WINSOCK2_H */
192
193
/* Define to 1 if `fork' works. */
194
#define HAVE_WORKING_FORK 1
195
196
/* Define to 1 if `vfork' works. */
197
#define HAVE_WORKING_VFORK 1
198
199
/* Define to 1 if the system has the type `_Bool'. */
200
#define HAVE__BOOL 1
201
202
/* Define to the sub-directory where libtool stores uninstalled libraries. */
203
#define LT_OBJDIR ".libs/"
204
205
/* Name of package */
206
#define PACKAGE "ehs"
207
208
/* Define to the address where bug reports for this package should be sent. */
209
#define PACKAGE_BUGREPORT "ehsdev@fritz-elfert.de"
210
211
/* Define to the full name of this package. */
212
#define PACKAGE_NAME "ehs"
213
214
/* Define to the full name and version of this package. */
215
#define PACKAGE_STRING "ehs 1.5.1"
216
217
/* Define to the one symbol short name of this package. */
218
#define PACKAGE_TARNAME "ehs"
219
220
/* Define to the home page for this package. */
221
#define PACKAGE_URL ""
222
223
/* Define to the version of this package. */
224
#define PACKAGE_VERSION "1.5.1"
225
226
/* Define to 1 if you have the ANSI C header files. */
227
#define STDC_HEADERS 1
228
229
/* SVN revision */
230
#define SVNREV "0"
231
232
/* Define, if using bfd for resolving symbols */
233
/* #undef USE_BFD */
234
235
/* Define, if using libdw for resolving symbols */
236
#define USE_DWARF 1
237
238
/* Version number of package */
239
#define VERSION "1.5.1"
240
241
/* Define to empty if `const' does not conform to ANSI C. */
242
/* #undef const */
243
244
/* Define to `__inline__' or `__inline' if that's what the C compiler
245
calls it, or to nothing if 'inline' is not supported under any name. */
246
#ifndef __cplusplus
247
/* #undef inline */
248
#endif
249
250
/* Define to `int' if <sys/types.h> does not define. */
251
/* #undef pid_t */
252
253
/* Define to `unsigned int' if <sys/types.h> does not define. */
254
/* #undef size_t */
255
256
/* Define as `fork' if `vfork' does not work. */
257
/* #undef vfork */
config.h
Generated on Tue Mar 19 2019 09:11:33 for EHS Embedded HTTP Server by
1.8.17