1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
4   */
5#undef HAVE_DIRENT_H
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 `gettimeofday' function. */
14#undef HAVE_GETTIMEOFDAY
15
16/* Define to 1 if you have the <inttypes.h> header file. */
17#undef HAVE_INTTYPES_H
18
19/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
20   to 0 otherwise. */
21#undef HAVE_MALLOC
22
23/* Define to 1 if you have the <memory.h> header file. */
24#undef HAVE_MEMORY_H
25
26/* Define to 1 if you have the `memset' function. */
27#undef HAVE_MEMSET
28
29/* Define to 1 if you have the `nanosleep' function. */
30#undef HAVE_NANOSLEEP
31
32/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
33#undef HAVE_NDIR_H
34
35/* Define to 1 if your system has a GNU libc compatible `realloc' function,
36   and to 0 otherwise. */
37#undef HAVE_REALLOC
38
39/* Define to 1 if you have the `select' function. */
40#undef HAVE_SELECT
41
42/* Define to 1 if you have the `sqrt' function. */
43#undef HAVE_SQRT
44
45/* Define to 1 if you have the <stdint.h> header file. */
46#undef HAVE_STDINT_H
47
48/* Define to 1 if you have the <stdlib.h> header file. */
49#undef HAVE_STDLIB_H
50
51/* Define to 1 if you have the `strdup' function. */
52#undef HAVE_STRDUP
53
54/* Define to 1 if you have the <strings.h> header file. */
55#undef HAVE_STRINGS_H
56
57/* Define to 1 if you have the <string.h> header file. */
58#undef HAVE_STRING_H
59
60/* Define to 1 if you have the `strndup' function. */
61#undef HAVE_STRNDUP
62
63/* Define to 1 if you have the `sysconf' function. */
64#undef HAVE_SYSCONF
65
66/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
67   */
68#undef HAVE_SYS_DIR_H
69
70/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
71   */
72#undef HAVE_SYS_NDIR_H
73
74/* Define to 1 if you have the <sys/select.h> header file. */
75#undef HAVE_SYS_SELECT_H
76
77/* Define to 1 if you have the <sys/socket.h> header file. */
78#undef HAVE_SYS_SOCKET_H
79
80/* Define to 1 if you have the <sys/stat.h> header file. */
81#undef HAVE_SYS_STAT_H
82
83/* Define to 1 if you have the <sys/time.h> header file. */
84#undef HAVE_SYS_TIME_H
85
86/* Define to 1 if you have the <sys/types.h> header file. */
87#undef HAVE_SYS_TYPES_H
88
89/* Define to 1 if you have the <unistd.h> header file. */
90#undef HAVE_UNISTD_H
91
92/* Define to 1 if you have the `usleep' function. */
93#undef HAVE_USLEEP
94
95/* Name of package */
96#undef PACKAGE
97
98/* Define to the address where bug reports for this package should be sent. */
99#undef PACKAGE_BUGREPORT
100
101/* Define to the full name of this package. */
102#undef PACKAGE_NAME
103
104/* Define to the full name and version of this package. */
105#undef PACKAGE_STRING
106
107/* Define to the one symbol short name of this package. */
108#undef PACKAGE_TARNAME
109
110/* Define to the version of this package. */
111#undef PACKAGE_VERSION
112
113/* Define to the type of arg 1 for `select'. */
114#undef SELECT_TYPE_ARG1
115
116/* Define to the type of args 2, 3 and 4 for `select'. */
117#undef SELECT_TYPE_ARG234
118
119/* Define to the type of arg 5 for `select'. */
120#undef SELECT_TYPE_ARG5
121
122/* The size of a `int', as computed by sizeof. */
123#undef SIZEOF_INT
124
125/* The size of a `long', as computed by sizeof. */
126#undef SIZEOF_LONG
127
128/* The size of a `short', as computed by sizeof. */
129#undef SIZEOF_SHORT
130
131/* The size of a `size_t', as computed by sizeof. */
132#undef SIZEOF_SIZE_T
133
134/* Define to 1 if you have the ANSI C header files. */
135#undef STDC_HEADERS
136
137/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
138#undef TIME_WITH_SYS_TIME
139
140/* Version number of package */
141#undef VERSION
142
143/* Define to empty if `const' does not conform to ANSI C. */
144#undef const
145
146/* Define to `__inline__' or `__inline' if that's what the C compiler
147   calls it, or to nothing if 'inline' is not supported under any name.  */
148#ifndef __cplusplus
149#undef inline
150#endif
151
152/* Define to rpl_malloc if the replacement function should be used. */
153#undef malloc
154
155/* Define to rpl_realloc if the replacement function should be used. */
156#undef realloc
157
158/* Define to `unsigned' if <sys/types.h> does not define. */
159#undef size_t
160