1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* compile w/o dynamic update support */
4#undef DYNUPDATE
5
6/* Define to 1 if you have the `alarm' function. */
7#undef HAVE_ALARM
8
9/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
10#undef HAVE_DOPRNT
11
12/* Define to 1 if you have the <getopt.h> header file. */
13#undef HAVE_GETOPT_H
14
15/* Define to 1 if you have the `getopt_long' function. */
16#undef HAVE_GETOPT_LONG
17
18/* Define to 1 if you have the `getrlimit' function. */
19#undef HAVE_GETRLIMIT
20
21/* Define to 1 if you have the <inttypes.h> header file. */
22#undef HAVE_INTTYPES_H
23
24/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
25   to 0 otherwise. */
26#undef HAVE_MALLOC
27
28/* Define to 1 if you have the <memory.h> header file. */
29#undef HAVE_MEMORY_H
30
31/* Define to 1 if you have the `snprintf' function. */
32#undef HAVE_SNPRINTF
33
34/* Define to 1 if `stat' has the bug that it succeeds when given the
35   zero-length file name argument. */
36#undef HAVE_STAT_EMPTY_STRING_BUG
37
38/* Define to 1 if you have the <stdint.h> header file. */
39#undef HAVE_STDINT_H
40
41/* Define to 1 if you have the <stdlib.h> header file. */
42#undef HAVE_STDLIB_H
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 <sys/stat.h> header file. */
51#undef HAVE_SYS_STAT_H
52
53/* Define to 1 if you have the <sys/time.h> header file. */
54#undef HAVE_SYS_TIME_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 to 1 if you have the `vprintf' function. */
63#undef HAVE_VPRINTF
64
65/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
66   slash. */
67#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
68
69/* Define to the address where bug reports for this package should be sent. */
70#undef PACKAGE_BUGREPORT
71
72/* Define to the full name of this package. */
73#undef PACKAGE_NAME
74
75/* Define to the full name and version of this package. */
76#undef PACKAGE_STRING
77
78/* Define to the one symbol short name of this package. */
79#undef PACKAGE_TARNAME
80
81/* Define to the home page for this package. */
82#undef PACKAGE_URL
83
84/* Define to the version of this package. */
85#undef PACKAGE_VERSION
86
87/* Define to 1 if you have the ANSI C header files. */
88#undef STDC_HEADERS
89
90/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
91#undef TIME_WITH_SYS_TIME
92
93/* Define to 1 if your <sys/time.h> declares `struct tm'. */
94#undef TM_IN_SYS_TIME
95
96/* version string */
97#undef VERSION
98
99/* Define to empty if `const' does not conform to ANSI C. */
100#undef const
101
102/* Define to rpl_malloc if the replacement function should be used. */
103#undef malloc
104
105/* Define to `unsigned int' if <sys/types.h> does not define. */
106#undef size_t
107