1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the <arpa/inet.h> header file. */
4#undef HAVE_ARPA_INET_H
5
6/* Define to 1 if you have the <dlfcn.h> header file. */
7#undef HAVE_DLFCN_H
8
9/* Define to 1 if you have the <inttypes.h> header file. */
10#undef HAVE_INTTYPES_H
11
12/* Define to 1 if you have the `m' library (-lm). */
13#undef HAVE_LIBM
14
15/* Define if you have libreadline */
16#undef HAVE_LIBREADLINE
17
18/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
19   to 0 otherwise. */
20#undef HAVE_MALLOC
21
22/* Define to 1 if you have the <memory.h> header file. */
23#undef HAVE_MEMORY_H
24
25/* Define to 1 if you have the `memset' function. */
26#undef HAVE_MEMSET
27
28/* Define to 1 if you have the `pow' function. */
29#undef HAVE_POW
30
31/* Define to 1 if your system has a GNU libc compatible `realloc' function,
32   and to 0 otherwise. */
33#undef HAVE_REALLOC
34
35/* Define to 1 if you have the <stdint.h> header file. */
36#undef HAVE_STDINT_H
37
38/* Define to 1 if you have the <stdlib.h> header file. */
39#undef HAVE_STDLIB_H
40
41/* Define to 1 if you have the `strchr' function. */
42#undef HAVE_STRCHR
43
44/* Define to 1 if you have the `strdup' function. */
45#undef HAVE_STRDUP
46
47/* Define to 1 if you have the `strerror' function. */
48#undef HAVE_STRERROR
49
50/* Define to 1 if you have the <strings.h> header file. */
51#undef HAVE_STRINGS_H
52
53/* Define to 1 if you have the <string.h> header file. */
54#undef HAVE_STRING_H
55
56/* Define to 1 if you have the `strtol' function. */
57#undef HAVE_STRTOL
58
59/* Define to 1 if you have the <sys/stat.h> header file. */
60#undef HAVE_SYS_STAT_H
61
62/* Define to 1 if you have the <sys/types.h> header file. */
63#undef HAVE_SYS_TYPES_H
64
65/* Define to 1 if you have the <unistd.h> header file. */
66#undef HAVE_UNISTD_H
67
68/* Define to the sub-directory in which libtool stores uninstalled libraries.
69   */
70#undef LT_OBJDIR
71
72/* Name of package */
73#undef PACKAGE
74
75/* Define to the address where bug reports for this package should be sent. */
76#undef PACKAGE_BUGREPORT
77
78/* Define to the full name of this package. */
79#undef PACKAGE_NAME
80
81/* Define to the full name and version of this package. */
82#undef PACKAGE_STRING
83
84/* Define to the one symbol short name of this package. */
85#undef PACKAGE_TARNAME
86
87/* Define to the version of this package. */
88#undef PACKAGE_VERSION
89
90/* Define to 1 if you have the ANSI C header files. */
91#undef STDC_HEADERS
92
93/* Version number of package */
94#undef VERSION
95
96/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
97   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
98   #define below would cause a syntax error. */
99#undef _UINT32_T
100
101/* Define to empty if `const' does not conform to ANSI C. */
102#undef const
103
104/* Define to the type of a signed integer type of width exactly 8 bits if such
105   a type exists and the standard includes do not define it. */
106#undef int8_t
107
108/* Define to rpl_malloc if the replacement function should be used. */
109#undef malloc
110
111/* Define to rpl_realloc if the replacement function should be used. */
112#undef realloc
113
114/* Define to the type of an unsigned integer type of width exactly 16 bits if
115   such a type exists and the standard includes do not define it. */
116#undef uint16_t
117
118/* Define to the type of an unsigned integer type of width exactly 32 bits if
119   such a type exists and the standard includes do not define it. */
120#undef uint32_t
121