1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* debugging */
4#undef DEBUG
5
6/* Define to 1 if you have the <inttypes.h> header file. */
7#undef HAVE_INTTYPES_H
8
9/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
10   to 0 otherwise. */
11#undef HAVE_MALLOC
12
13/* Define to 1 if you have the `memmove' function. */
14#undef HAVE_MEMMOVE
15
16/* Define to 1 if you have the <memory.h> header file. */
17#undef HAVE_MEMORY_H
18
19/* Define to 1 if you have the `memset' function. */
20#undef HAVE_MEMSET
21
22/* Define to 1 if stdbool.h conforms to C99. */
23#undef HAVE_STDBOOL_H
24
25/* Define to 1 if you have the <stdint.h> header file. */
26#undef HAVE_STDINT_H
27
28/* Define to 1 if you have the <stdlib.h> header file. */
29#undef HAVE_STDLIB_H
30
31/* Define to 1 if you have the `strcasecmp' function. */
32#undef HAVE_STRCASECMP
33
34/* Define to 1 if you have the `strchr' function. */
35#undef HAVE_STRCHR
36
37/* Define to 1 if you have the `strdup' function. */
38#undef HAVE_STRDUP
39
40/* Define to 1 if you have the <strings.h> header file. */
41#undef HAVE_STRINGS_H
42
43/* Define to 1 if you have the <string.h> header file. */
44#undef HAVE_STRING_H
45
46/* Define to 1 if you have the <sys/param.h> header file. */
47#undef HAVE_SYS_PARAM_H
48
49/* Define to 1 if you have the <sys/stat.h> header file. */
50#undef HAVE_SYS_STAT_H
51
52/* Define to 1 if you have the <sys/types.h> header file. */
53#undef HAVE_SYS_TYPES_H
54
55/* Define to 1 if you have the <unistd.h> header file. */
56#undef HAVE_UNISTD_H
57
58/* Define to 1 if the system has the type `_Bool'. */
59#undef HAVE__BOOL
60
61/* cech */
62#undef LANG_CZ
63
64/* english */
65#undef LANG_EN
66
67/* espanol */
68#undef LANG_ES
69
70/* french */
71#undef LANG_FR
72
73/* italian */
74#undef LANG_IT
75
76/* dutch */
77#undef LANG_NL
78
79/* Name of package */
80#undef PACKAGE
81
82/* Define to the address where bug reports for this package should be sent. */
83#undef PACKAGE_BUGREPORT
84
85/* Define to the full name of this package. */
86#undef PACKAGE_NAME
87
88/* Define to the full name and version of this package. */
89#undef PACKAGE_STRING
90
91/* Define to the one symbol short name of this package. */
92#undef PACKAGE_TARNAME
93
94/* Define to the version of this package. */
95#undef PACKAGE_VERSION
96
97/* Define to 1 if you have the ANSI C header files. */
98#undef STDC_HEADERS
99
100/* use the syslog feature */
101#undef USE_SYSLOG
102
103/* Version number of package */
104#undef VERSION
105
106/* absent */
107#undef __NO_LOG_PERROR__
108
109/* no syslog */
110#undef __NO_SYSLOG__
111
112/* Define to `__inline__' or `__inline' if that's what the C compiler
113   calls it, or to nothing if 'inline' is not supported under any name.  */
114#ifndef __cplusplus
115#undef inline
116#endif
117
118/* Define to rpl_malloc if the replacement function should be used. */
119#undef malloc
120
121/* Define to `unsigned int' if <sys/types.h> does not define. */
122#undef size_t
123