Teonet library  0.4.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
config.h
Go to the documentation of this file.
1 /* src/config/config.h. Generated from config.h.in by configure. */
2 /* src/config/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Teonet library copyright */
5 #define COPYRIGHT "(c) Teonet co., 1996-2020"
6 
7 /* always defined to indicate that i18n is enabled */
8 #define ENABLE_NLS 1
9 
10 /* Support for tunemu */
11 /* #undef ENABLE_TUNEMU */
12 
13 /* Support for UML */
14 /* #undef ENABLE_UML */
15 
16 /* Support for VDE */
17 /* #undef ENABLE_VDE */
18 
19 /* GETTEXT package name */
20 #define GETTEXT_PACKAGE "teousr"
21 
22 /* Define to 1 if you have the <arpa/inet.h> header file. */
23 #define HAVE_ARPA_INET_H 1
24 
25 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
26 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
27 
28 /* Unknown BSD variant */
29 /* #undef HAVE_BSD */
30 
31 /* Define to 1 if you have the `bzero' function. */
32 #define HAVE_BZERO 1
33 
34 /* Define to 1 if you have the `clock_gettime' function. */
35 #define HAVE_CLOCK_GETTIME 1
36 
37 /* Define to 1 to use the syscall interface for clock_gettime */
38 /* #undef HAVE_CLOCK_SYSCALL */
39 
40 /* Cygwin */
41 /* #undef HAVE_CYGWIN */
42 
43 /* Darwin (MacOS/X) */
44 /* #undef HAVE_DARWIN */
45 
46 /* Define to 1 if you have the `dcgettext' function. */
47 #define HAVE_DCGETTEXT 1
48 
49 /* Define to 1 if you have the <dlfcn.h> header file. */
50 #define HAVE_DLFCN_H 1
51 
52 /* DragonFly */
53 /* #undef HAVE_DRAGONFLY */
54 
55 /* Define to 1 if you have the `dup2' function. */
56 #define HAVE_DUP2 1
57 
58 /* Define to 1 if you have the `epoll_ctl' function. */
59 #define HAVE_EPOLL_CTL 1
60 
61 /* Define to 1 if you have the `eventfd' function. */
62 #define HAVE_EVENTFD 1
63 
64 /* Define to 1 if you have the <fcntl.h> header file. */
65 #define HAVE_FCNTL_H 1
66 
67 /* Define to 1 if the floor function is available */
68 #define HAVE_FLOOR 1
69 
70 /* Define to 1 if you have the `fork' function. */
71 #define HAVE_FORK 1
72 
73 /* FreeBSD */
74 /* #undef HAVE_FREEBSD */
75 
76 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
77 #define HAVE_FSEEKO 1
78 
79 /* Define to 1 if you have the `ftime' function. */
80 #define HAVE_FTIME 1
81 
82 /* Define to 1 if you have the `getcwd' function. */
83 #define HAVE_GETCWD 1
84 
85 /* Define to 1 if you have the `gethostbyname' function. */
86 #define HAVE_GETHOSTBYNAME 1
87 
88 /* Define if the GNU gettext() function is already present or preinstalled. */
89 #define HAVE_GETTEXT 1
90 
91 /* Define to 1 if you have the `gettimeofday' function. */
92 #define HAVE_GETTIMEOFDAY 1
93 
94 /* Define to 1 if you have the `inet_ntoa' function. */
95 #define HAVE_INET_NTOA 1
96 
97 /* Define to 1 if you have the `inotify_init' function. */
98 #define HAVE_INOTIFY_INIT 1
99 
100 /* Define to 1 if you have the <inttypes.h> header file. */
101 #define HAVE_INTTYPES_H 1
102 
103 /* Define to 1 if you have the `kqueue' function. */
104 /* #undef HAVE_KQUEUE */
105 
106 /* Define if your <locale.h> file defines LC_MESSAGES. */
107 #define HAVE_LC_MESSAGES 1
108 
109 /* Define to 1 if you have the `confuse' library (-lconfuse). */
110 #define HAVE_LIBCONFUSE 1
111 
112 /* Define to 1 if you have the `crypt' library (-lcrypt). */
113 #define HAVE_LIBCRYPT 1
114 
115 /* Define to 1 if you have the `cunit' library (-lcunit). */
116 #define HAVE_LIBCUNIT 1
117 
118 /* Define to 1 if you have the `curl' library (-lcurl). */
119 #define HAVE_LIBCURL 1
120 
121 /* Define to 1 if you have the `ev' library (-lev). */
122 #define HAVE_LIBEV 1
123 
124 /* Define to 1 if you have the `rt' library (-lrt). */
125 /* #undef HAVE_LIBRT */
126 
127 /* Define to 1 if you have the `tuntap' library (-ltuntap). */
128 /* #undef HAVE_LIBTUNTAP */
129 
130 /* Define to 1 if you have the `uuid' library (-luuid). */
131 #define HAVE_LIBUUID 1
132 
133 /* Define to 1 if you have the <libvdeplug_dyn.h> header file. */
134 /* #undef HAVE_LIBVDEPLUG_DYN_H */
135 
136 /* Define to 1 if you have the <limits.h> header file. */
137 #define HAVE_LIMITS_H 1
138 
139 /* Linux */
140 #define HAVE_LINUX 1
141 
142 /* Define to 1 if you have the <locale.h> header file. */
143 #define HAVE_LOCALE_H 1
144 
145 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
146  to 0 otherwise. */
147 #define HAVE_MALLOC 1
148 
149 /* Define to 1 if you have the <malloc.h> header file. */
150 #define HAVE_MALLOC_H 1
151 
152 /* Define to 1 if you have the `memchr' function. */
153 #define HAVE_MEMCHR 1
154 
155 /* Define to 1 if you have the `memmove' function. */
156 #define HAVE_MEMMOVE 1
157 
158 /* Define to 1 if you have the <memory.h> header file. */
159 #define HAVE_MEMORY_H 1
160 
161 /* Define to 1 if you have the `memset' function. */
162 #define HAVE_MEMSET 1
163 
164 /* MinGW */
165 /* #undef HAVE_MINGW */
166 
167 /* Define to 1 if you have the `mkdir' function. */
168 #define HAVE_MKDIR 1
169 
170 /* Define to 1 if you have the `nanosleep' function. */
171 #define HAVE_NANOSLEEP 1
172 
173 /* NetBSD */
174 /* #undef HAVE_NETBSD */
175 
176 /* Define to 1 if you have the <netdb.h> header file. */
177 #define HAVE_NETDB_H 1
178 
179 /* Define to 1 if you have the <netinet/in.h> header file. */
180 #define HAVE_NETINET_IN_H 1
181 
182 /* OpenBSD */
183 /* #undef HAVE_OPENBSD */
184 
185 /* Define to 1 if you have the `poll' function. */
186 #define HAVE_POLL 1
187 
188 /* Define to 1 if you have the <poll.h> header file. */
189 #define HAVE_POLL_H 1
190 
191 /* Define to 1 if you have the `port_create' function. */
192 /* #undef HAVE_PORT_CREATE */
193 
194 /* Define to 1 if you have the <port.h> header file. */
195 /* #undef HAVE_PORT_H */
196 
197 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
198  and to 0 otherwise. */
199 #define HAVE_REALLOC 1
200 
201 /* Define to 1 if you have the `realpath' function. */
202 #define HAVE_REALPATH 1
203 
204 /* Define to 1 if you have the `regcomp' function. */
205 #define HAVE_REGCOMP 1
206 
207 /* Define to 1 if you have the `rmdir' function. */
208 #define HAVE_RMDIR 1
209 
210 /* Define to 1 if you have the `select' function. */
211 #define HAVE_SELECT 1
212 
213 /* Define to 1 if you have the `signalfd' function. */
214 #define HAVE_SIGNALFD 1
215 
216 /* Define to 1 if you have the `socket' function. */
217 #define HAVE_SOCKET 1
218 
219 /* Solaris/SunOS */
220 /* #undef HAVE_SOLARIS */
221 
222 /* Define to 1 if you have the <stddef.h> header file. */
223 #define HAVE_STDDEF_H 1
224 
225 /* Define to 1 if you have the <stdint.h> header file. */
226 #define HAVE_STDINT_H 1
227 
228 /* Define to 1 if you have the <stdlib.h> header file. */
229 #define HAVE_STDLIB_H 1
230 
231 /* Define to 1 if you have the `strcasecmp' function. */
232 #define HAVE_STRCASECMP 1
233 
234 /* Define to 1 if you have the `strchr' function. */
235 #define HAVE_STRCHR 1
236 
237 /* Define to 1 if you have the `strcspn' function. */
238 #define HAVE_STRCSPN 1
239 
240 /* Define to 1 if you have the `strdup' function. */
241 #define HAVE_STRDUP 1
242 
243 /* Define to 1 if you have the `strerror' function. */
244 #define HAVE_STRERROR 1
245 
246 /* Define to 1 if you have the <strings.h> header file. */
247 #define HAVE_STRINGS_H 1
248 
249 /* Define to 1 if you have the <string.h> header file. */
250 #define HAVE_STRING_H 1
251 
252 /* Define to 1 if you have the `strncasecmp' function. */
253 #define HAVE_STRNCASECMP 1
254 
255 /* Define to 1 if you have the `strndup' function. */
256 #define HAVE_STRNDUP 1
257 
258 /* Define to 1 if you have the `strpbrk' function. */
259 #define HAVE_STRPBRK 1
260 
261 /* Define to 1 if you have the `strrchr' function. */
262 #define HAVE_STRRCHR 1
263 
264 /* Define to 1 if you have the `strspn' function. */
265 #define HAVE_STRSPN 1
266 
267 /* Define to 1 if you have the `strstr' function. */
268 #define HAVE_STRSTR 1
269 
270 /* Define to 1 if you have the `strtoul' function. */
271 #define HAVE_STRTOUL 1
272 
273 /* Define to 1 if you have the <syslog.h> header file. */
274 #define HAVE_SYSLOG_H 1
275 
276 /* Define to 1 if you have the <sys/epoll.h> header file. */
277 #define HAVE_SYS_EPOLL_H 1
278 
279 /* Define to 1 if you have the <sys/eventfd.h> header file. */
280 #define HAVE_SYS_EVENTFD_H 1
281 
282 /* Define to 1 if you have the <sys/event.h> header file. */
283 /* #undef HAVE_SYS_EVENT_H */
284 
285 /* Define to 1 if you have the <sys/inotify.h> header file. */
286 #define HAVE_SYS_INOTIFY_H 1
287 
288 /* Define to 1 if you have the <sys/ioctl.h> header file. */
289 #define HAVE_SYS_IOCTL_H 1
290 
291 /* Define to 1 if you have the <sys/select.h> header file. */
292 #define HAVE_SYS_SELECT_H 1
293 
294 /* Define to 1 if you have the <sys/signalfd.h> header file. */
295 #define HAVE_SYS_SIGNALFD_H 1
296 
297 /* Define to 1 if you have the <sys/socket.h> header file. */
298 #define HAVE_SYS_SOCKET_H 1
299 
300 /* Define to 1 if you have the <sys/stat.h> header file. */
301 #define HAVE_SYS_STAT_H 1
302 
303 /* Define to 1 if you have the <sys/timeb.h> header file. */
304 #define HAVE_SYS_TIMEB_H 1
305 
306 /* Define to 1 if you have the <sys/time.h> header file. */
307 #define HAVE_SYS_TIME_H 1
308 
309 /* Define to 1 if you have the <sys/types.h> header file. */
310 #define HAVE_SYS_TYPES_H 1
311 
312 /* Define to 1 if you have the <termios.h> header file. */
313 #define HAVE_TERMIOS_H 1
314 
315 /* Define to 1 if you have the <unistd.h> header file. */
316 #define HAVE_UNISTD_H 1
317 
318 /* Define to 1 if you have the `vfork' function. */
319 #define HAVE_VFORK 1
320 
321 /* Define to 1 if you have the <vfork.h> header file. */
322 /* #undef HAVE_VFORK_H */
323 
324 /* Define to 1 if `fork' works. */
325 #define HAVE_WORKING_FORK 1
326 
327 /* Define to 1 if `vfork' works. */
328 #define HAVE_WORKING_VFORK 1
329 
330 /* Define to 1 if the system has the type `_Bool'. */
331 #define HAVE__BOOL 1
332 
333 /* teonet dynamic library version */
334 #define LIBRARY_AGE 0
335 
336 /* teonet dynamic library version */
337 #define LIBRARY_CURRENT 3
338 
339 /* teonet dynamic library version */
340 #define LIBRARY_REVISION 7
341 
342 /* Define to the sub-directory in which libtool stores uninstalled libraries.
343  */
344 #define LT_OBJDIR ".libs/"
345 
346 /* Name of package */
347 #define PACKAGE "teonet"
348 
349 /* Define to the address where bug reports for this package should be sent. */
350 #define PACKAGE_BUGREPORT "Kirill Scherba <kirill@scherba.ru>, Max Ponka <mpano91@gmail.com>"
351 
352 /* pack ver */
353 #define PACKAGE_MAJOR_VERSION 0
354 
355 /* pack ver */
356 #define PACKAGE_MINOR_VERSION 4
357 
358 /* Define to the full name of this package. */
359 #define PACKAGE_NAME "teonet"
360 
361 /* pack ver */
362 #define PACKAGE_PATCH_VERSION 7
363 
364 /* Define to the full name and version of this package. */
365 #define PACKAGE_STRING "teonet 0.4.7"
366 
367 /* Define to the one symbol short name of this package. */
368 #define PACKAGE_TARNAME "teonet"
369 
370 /* Define to the home page for this package. */
371 #define PACKAGE_URL ""
372 
373 /* Define to the version of this package. */
374 #define PACKAGE_VERSION "0.4.7"
375 
376 /* Define to 1 if you have the ANSI C header files. */
377 #define STDC_HEADERS 1
378 
379 /* Enable extensions on AIX 3, Interix. */
380 #ifndef _ALL_SOURCE
381 # define _ALL_SOURCE 1
382 #endif
383 /* Enable GNU extensions on systems that have them. */
384 #ifndef _GNU_SOURCE
385 # define _GNU_SOURCE 1
386 #endif
387 /* Enable threading extensions on Solaris. */
388 #ifndef _POSIX_PTHREAD_SEMANTICS
389 # define _POSIX_PTHREAD_SEMANTICS 1
390 #endif
391 /* Enable extensions on HP NonStop. */
392 #ifndef _TANDEM_SOURCE
393 # define _TANDEM_SOURCE 1
394 #endif
395 /* Enable general extensions on Solaris. */
396 #ifndef __EXTENSIONS__
397 # define __EXTENSIONS__ 1
398 #endif
399 
400 
401 /* Version number of package */
402 #define VERSION "0.4.7"
403 
404 /* Compile with support for Windows 2000 */
405 /* #undef WITH_WINDOWS2000 */
406 
407 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
408 /* #undef _LARGEFILE_SOURCE */
409 
410 /* Define to 1 if on MINIX. */
411 /* #undef _MINIX */
412 
413 /* Define to 2 if the system does not provide POSIX.1 features except with
414  this defined. */
415 /* #undef _POSIX_1_SOURCE */
416 
417 /* Define to 1 if you need to in order for `stat' and other things to work. */
418 /* #undef _POSIX_SOURCE */
419 
420 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
421  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
422  #define below would cause a syntax error. */
423 /* #undef _UINT32_T */
424 
425 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
426  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
427  #define below would cause a syntax error. */
428 /* #undef _UINT64_T */
429 
430 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
431  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
432  #define below would cause a syntax error. */
433 /* #undef _UINT8_T */
434 
435 /* Define to `__inline__' or `__inline' if that's what the C compiler
436  calls it, or to nothing if 'inline' is not supported under any name. */
437 #ifndef __cplusplus
438 /* #undef inline */
439 #endif
440 
441 /* Define to the type of a signed integer type of width exactly 16 bits if
442  such a type exists and the standard includes do not define it. */
443 /* #undef int16_t */
444 
445 /* Define to the type of a signed integer type of width exactly 32 bits if
446  such a type exists and the standard includes do not define it. */
447 /* #undef int32_t */
448 
449 /* Define to the type of a signed integer type of width exactly 64 bits if
450  such a type exists and the standard includes do not define it. */
451 /* #undef int64_t */
452 
453 /* Define to the type of a signed integer type of width exactly 8 bits if such
454  a type exists and the standard includes do not define it. */
455 /* #undef int8_t */
456 
457 /* Define to rpl_malloc if the replacement function should be used. */
458 /* #undef malloc */
459 
460 /* Define to `int' if <sys/types.h> does not define. */
461 /* #undef pid_t */
462 
463 /* Define to rpl_realloc if the replacement function should be used. */
464 /* #undef realloc */
465 
466 /* Define to `unsigned int' if <sys/types.h> does not define. */
467 /* #undef size_t */
468 
469 /* Define to `int' if <sys/types.h> does not define. */
470 /* #undef ssize_t */
471 
472 /* Define to the type of an unsigned integer type of width exactly 16 bits if
473  such a type exists and the standard includes do not define it. */
474 /* #undef uint16_t */
475 
476 /* Define to the type of an unsigned integer type of width exactly 32 bits if
477  such a type exists and the standard includes do not define it. */
478 /* #undef uint32_t */
479 
480 /* Define to the type of an unsigned integer type of width exactly 64 bits if
481  such a type exists and the standard includes do not define it. */
482 /* #undef uint64_t */
483 
484 /* Define to the type of an unsigned integer type of width exactly 8 bits if
485  such a type exists and the standard includes do not define it. */
486 /* #undef uint8_t */
487 
488 /* Define as `fork' if `vfork' does not work. */
489 /* #undef vfork */