1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the `atexit' function. */
4#undef HAVE_ATEXIT
5
6/* Define to 1 if you have the <inttypes.h> header file. */
7#undef HAVE_INTTYPES_H
8
9/* Define to 1 if you have the `m' library (-lm). */
10#undef HAVE_LIBM
11
12/* Define to 1 if you have the <limits.h> header file. */
13#undef HAVE_LIMITS_H
14
15/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
16   to 0 otherwise. */
17#undef HAVE_MALLOC
18
19/* Define to 1 if you have the <memory.h> header file. */
20#undef HAVE_MEMORY_H
21
22/* Define to 1 if you have the `memset' function. */
23#undef HAVE_MEMSET
24
25/* Define to 1 if your system has a GNU libc compatible `realloc' function,
26   and to 0 otherwise. */
27#undef HAVE_REALLOC
28
29/* Define to 1 if you have the `sqrt' function. */
30#undef HAVE_SQRT
31
32/* Define to 1 if you have the <stddef.h> header file. */
33#undef HAVE_STDDEF_H
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 `strdup' function. */
42#undef HAVE_STRDUP
43
44/* Define to 1 if you have the <strings.h> header file. */
45#undef HAVE_STRINGS_H
46
47/* Define to 1 if you have the <string.h> header file. */
48#undef HAVE_STRING_H
49
50/* Define to 1 if you have the `strtol' function. */
51#undef HAVE_STRTOL
52
53/* Define to 1 if you have the <sys/stat.h> header file. */
54#undef HAVE_SYS_STAT_H
55
56/* Define to 1 if you have the <sys/types.h> header file. */
57#undef HAVE_SYS_TYPES_H
58
59/* Define to 1 if you have the <unistd.h> header file. */
60#undef HAVE_UNISTD_H
61
62/* Define if your system does not have POSIX features. */
63#undef NOT_HAVE_POSIX
64
65/* Name of package */
66#undef PACKAGE
67
68/* Define to the address where bug reports for this package should be sent. */
69#undef PACKAGE_BUGREPORT
70
71/* Define to the full name of this package. */
72#undef PACKAGE_NAME
73
74/* Define to the full name and version of this package. */
75#undef PACKAGE_STRING
76
77/* Define to the one symbol short name of this package. */
78#undef PACKAGE_TARNAME
79
80/* Define to the home page for this package. */
81#undef PACKAGE_URL
82
83/* Define to the version of this package. */
84#undef PACKAGE_VERSION
85
86/* Define to 1 if you have the ANSI C header files. */
87#undef STDC_HEADERS
88
89/* Define to 1 if your <sys/time.h> declares `struct tm'. */
90#undef TM_IN_SYS_TIME
91
92/* Version number of package */
93#undef VERSION
94
95/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
96   `char[]'. */
97#undef YYTEXT_POINTER
98
99/* Define to empty if `const' does not conform to ANSI C. */
100#undef const
101
102/* Define to `int' if <sys/types.h> doesn't define. */
103#undef gid_t
104
105/* Define to rpl_malloc if the replacement function should be used. */
106#undef malloc
107
108/* Define to rpl_realloc if the replacement function should be used. */
109#undef realloc
110
111/* Define to `unsigned int' if <sys/types.h> does not define. */
112#undef size_t
113
114/* Define to `int' if <sys/types.h> doesn't define. */
115#undef uid_t
116