1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
4   don't. */
5#undef HAVE_DECL_STRERROR_R
6
7/* Define to 1 if you have the <dlfcn.h> header file. */
8#undef HAVE_DLFCN_H
9
10/* Define to 1 if you have the <fcntl.h> header file. */
11#undef HAVE_FCNTL_H
12
13/* Define to 1 if you have the <inttypes.h> header file. */
14#undef HAVE_INTTYPES_H
15
16/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
17   to 0 otherwise. */
18#undef HAVE_MALLOC
19
20/* Define to 1 if you have the <memory.h> header file. */
21#undef HAVE_MEMORY_H
22
23/* Define to 1 if you have the `memset' function. */
24#undef HAVE_MEMSET
25
26/* Define to 1 if you have the `select' function. */
27#undef HAVE_SELECT
28
29/* Define to 1 if you have the <stdint.h> header file. */
30#undef HAVE_STDINT_H
31
32/* Define to 1 if you have the <stdlib.h> header file. */
33#undef HAVE_STDLIB_H
34
35/* Define to 1 if you have the `strerror_r' function. */
36#undef HAVE_STRERROR_R
37
38/* Define to 1 if you have the <strings.h> header file. */
39#undef HAVE_STRINGS_H
40
41/* Define to 1 if you have the <string.h> header file. */
42#undef HAVE_STRING_H
43
44/* Define to 1 if you have the <sys/select.h> header file. */
45#undef HAVE_SYS_SELECT_H
46
47/* Define to 1 if you have the <sys/socket.h> header file. */
48#undef HAVE_SYS_SOCKET_H
49
50/* Define to 1 if you have the <sys/stat.h> header file. */
51#undef HAVE_SYS_STAT_H
52
53/* Define to 1 if you have the <sys/types.h> header file. */
54#undef HAVE_SYS_TYPES_H
55
56/* Define to 1 if you have the <unistd.h> header file. */
57#undef HAVE_UNISTD_H
58
59/* Name of package */
60#undef PACKAGE
61
62/* Define to the address where bug reports for this package should be sent. */
63#undef PACKAGE_BUGREPORT
64
65/* Define to the full name of this package. */
66#undef PACKAGE_NAME
67
68/* Define to the full name and version of this package. */
69#undef PACKAGE_STRING
70
71/* Define to the one symbol short name of this package. */
72#undef PACKAGE_TARNAME
73
74/* Define to the version of this package. */
75#undef PACKAGE_VERSION
76
77/* Define as the return type of signal handlers (`int' or `void'). */
78#undef RETSIGTYPE
79
80/* Define to the type of arg 1 for `select'. */
81#undef SELECT_TYPE_ARG1
82
83/* Define to the type of args 2, 3 and 4 for `select'. */
84#undef SELECT_TYPE_ARG234
85
86/* Define to the type of arg 5 for `select'. */
87#undef SELECT_TYPE_ARG5
88
89/* Define to 1 if you have the ANSI C header files. */
90#undef STDC_HEADERS
91
92/* Define to 1 if strerror_r returns char *. */
93#undef STRERROR_R_CHAR_P
94
95/* Version number of package */
96#undef VERSION
97
98/* Define to empty if `const' does not conform to ANSI C. */
99#undef const
100
101/* Define to rpl_malloc if the replacement function should be used. */
102#undef malloc
103
104/* Define to empty if the keyword `volatile' does not work. Warning: valid
105   code using `volatile' can become incorrect without. Disable with care. */
106#undef volatile
107