1 /* config.h.in. Generated from configure.ac by autoheader. */
2
3 /* Define to 1 on a big-endian system. */
4 #undef BIG_ENDIAN_ARCHITECTURE
5
6 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
7 */
8 #undef HAVE_DIRENT_H
9
10 /* Define to 1 if you have the <dlfcn.h> header file. */
11 #undef HAVE_DLFCN_H
12
13 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
14 #undef HAVE_DOPRNT
15
16 /* Define to 1 if you have the <errno.h> header file. */
17 #undef HAVE_ERRNO_H
18
19 /* Define to 1 if you have the `floor' function. */
20 #undef HAVE_FLOOR
21
22 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
23 #undef HAVE_FNMATCH
24
25 /* Define to 1 if you have the <inttypes.h> header file. */
26 #undef HAVE_INTTYPES_H
27
28 /* Define to 1 if you have the `m' library (-lm). */
29 #undef HAVE_LIBM
30
31 /* Define to 1 if you have the <limits.h> header file. */
32 #undef HAVE_LIMITS_H
33
34 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
35 to 0 otherwise. */
36 #undef HAVE_MALLOC
37
38 /* Define to 1 if you have the `memcpy' function. */
39 #undef HAVE_MEMCPY
40
41 /* Define to 1 if you have the <memory.h> header file. */
42 #undef HAVE_MEMORY_H
43
44 /* Define to 1 if you have the `memset' function. */
45 #undef HAVE_MEMSET
46
47 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
48 #undef HAVE_NDIR_H
49
50 /* Define to 1 if you have the `pow' function. */
51 #undef HAVE_POW
52
53 /* Define to 1 if you have the `scandir' function. */
54 #undef HAVE_SCANDIR
55
56 /* Define to 1 if you have the `sqrt' function. */
57 #undef HAVE_SQRT
58
59 /* Define to 1 if `stat' has the bug that it succeeds when given the
60 zero-length file name argument. */
61 #undef HAVE_STAT_EMPTY_STRING_BUG
62
63 /* Define to 1 if you have the <stdarg.h> header file. */
64 #undef HAVE_STDARG_H
65
66 /* Define to 1 if you have the <stdint.h> header file. */
67 #undef HAVE_STDINT_H
68
69 /* Define to 1 if you have the <stdlib.h> header file. */
70 #undef HAVE_STDLIB_H
71
72 /* Define to 1 if you have the `strchr' function. */
73 #undef HAVE_STRCHR
74
75 /* Define to 1 if you have the <strings.h> header file. */
76 #undef HAVE_STRINGS_H
77
78 /* Define to 1 if you have the <string.h> header file. */
79 #undef HAVE_STRING_H
80
81 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
82 */
83 #undef HAVE_SYS_DIR_H
84
85 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
86 */
87 #undef HAVE_SYS_NDIR_H
88
89 /* Define to 1 if you have the <sys/param.h> header file. */
90 #undef HAVE_SYS_PARAM_H
91
92 /* Define to 1 if you have the <sys/stat.h> header file. */
93 #undef HAVE_SYS_STAT_H
94
95 /* Define to 1 if you have the <sys/types.h> header file. */
96 #undef HAVE_SYS_TYPES_H
97
98 /* Define to 1 if you have the <unistd.h> header file. */
99 #undef HAVE_UNISTD_H
100
101 /* Define to 1 if you have the <varargs.h> header file. */
102 #undef HAVE_VARARGS_H
103
104 /* Define to 1 if you have the `vprintf' function. */
105 #undef HAVE_VPRINTF
106
107 /* Define to 1 on a little-endian system. */
108 #undef LITTLE_ENDIAN_ARCHITECTURE
109
110 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
111 slash. */
112 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
113
114 /* Name of package */
115 #undef PACKAGE
116
117 /* Define to the address where bug reports for this package should be sent. */
118 #undef PACKAGE_BUGREPORT
119
120 /* Define to the full name of this package. */
121 #undef PACKAGE_NAME
122
123 /* Define to the full name and version of this package. */
124 #undef PACKAGE_STRING
125
126 /* Define to the one symbol short name of this package. */
127 #undef PACKAGE_TARNAME
128
129 /* Define to the version of this package. */
130 #undef PACKAGE_VERSION
131
132 /* Define as the return type of signal handlers (`int' or `void'). */
133 #undef RETSIGTYPE
134
135 /* Define to 1 if you have the ANSI C header files. */
136 #undef STDC_HEADERS
137
138 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
139 #undef TIME_WITH_SYS_TIME
140
141 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
142 #undef TM_IN_SYS_TIME
143
144 /* Version number of package */
145 #undef VERSION
146
147 /* Enable GNU extensions on systems that have them. */
148 #ifndef _GNU_SOURCE
149 # undef _GNU_SOURCE
150 #endif
151
152 /* Define to get various extensions in headers on Solaris, for instance */
153 #undef __EXTENSIONS__
154
155 /* Define to empty if `const' does not conform to ANSI C. */
156 #undef const
157
158 /* Define to `int' if <sys/types.h> doesn't define. */
159 #undef gid_t
160
161 /* Define to rpl_malloc if the replacement function should be used. */
162 #undef malloc
163
164 /* Define to `int' if <sys/types.h> does not define. */
165 #undef mode_t
166
167 /* Define to `unsigned' if <sys/types.h> does not define. */
168 #undef size_t
169
170 /* Define to `int' if <sys/types.h> doesn't define. */
171 #undef uid_t
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.