blob: 5139ae8c5c311edc53e452b36ed363b9fbdae52e [file] [log] [blame]
Michael Clark4504df72007-03-13 08:26:20 +00001/* config.h.in. Generated from configure.in by autoheader. */
2
3/* Define to 1 if you have the <dlfcn.h> header file. */
4#undef HAVE_DLFCN_H
5
6/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
7#undef HAVE_DOPRNT
8
9/* Define to 1 if you have the <fcntl.h> header file. */
10#undef HAVE_FCNTL_H
11
12/* Define to 1 if you have the <inttypes.h> header file. */
13#undef HAVE_INTTYPES_H
14
15/* Define to 1 if you have the <limits.h> header file. */
16#undef HAVE_LIMITS_H
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 `open' function. */
26#undef HAVE_OPEN
27
28/* Define to 1 if your system has a GNU libc compatible `realloc' function,
29 and to 0 otherwise. */
30#undef HAVE_REALLOC
31
32/* Define to 1 if you have the <stdarg.h> header file. */
33#undef HAVE_STDARG_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 `strerror' function. */
42#undef HAVE_STRERROR
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 `strncasecmp' function. */
51#undef HAVE_STRNCASECMP
52
53/* Define to 1 if you have the `strndup' function. */
54#undef HAVE_STRNDUP
55
56/* Define to 1 if you have the <syslog.h> header file. */
57#undef HAVE_SYSLOG_H
58
59/* Define to 1 if you have the <sys/param.h> header file. */
60#undef HAVE_SYS_PARAM_H
61
62/* Define to 1 if you have the <sys/stat.h> header file. */
63#undef HAVE_SYS_STAT_H
64
65/* Define to 1 if you have the <sys/types.h> header file. */
66#undef HAVE_SYS_TYPES_H
67
68/* Define to 1 if you have the <unistd.h> header file. */
69#undef HAVE_UNISTD_H
70
71/* Define to 1 if you have the `vasprintf' function. */
72#undef HAVE_VASPRINTF
73
74/* Define to 1 if you have the `vprintf' function. */
75#undef HAVE_VPRINTF
76
77/* Define to 1 if you have the `vsnprintf' function. */
78#undef HAVE_VSNPRINTF
79
80/* Define to 1 if you have the `vsyslog' function. */
81#undef HAVE_VSYSLOG
82
Michael Clark436aa982009-01-06 22:53:25 +000083/* Define to the sub-directory in which libtool stores uninstalled libraries.
84 */
85#undef LT_OBJDIR
86
Michael Clark4504df72007-03-13 08:26:20 +000087/* Name of package */
88#undef PACKAGE
89
90/* Define to the address where bug reports for this package should be sent. */
91#undef PACKAGE_BUGREPORT
92
93/* Define to the full name of this package. */
94#undef PACKAGE_NAME
95
96/* Define to the full name and version of this package. */
97#undef PACKAGE_STRING
98
99/* Define to the one symbol short name of this package. */
100#undef PACKAGE_TARNAME
101
102/* Define to the version of this package. */
103#undef PACKAGE_VERSION
104
105/* Define to 1 if you have the ANSI C header files. */
106#undef STDC_HEADERS
107
108/* Version number of package */
109#undef VERSION
110
111/* Define to empty if `const' does not conform to ANSI C. */
112#undef const
113
114/* Define to rpl_malloc if the replacement function should be used. */
115#undef malloc
116
117/* Define to rpl_realloc if the replacement function should be used. */
118#undef realloc
119
Michael Clarkdfaf6702007-10-25 02:26:00 +0000120/* Define to `unsigned int' if <sys/types.h> does not define. */
Michael Clark4504df72007-03-13 08:26:20 +0000121#undef size_t