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 <tcl.h> is found */
99 #undef HAVE_TCL_H
100
101 /* Define to 1 if <tk.h> is found */
102 #undef HAVE_TK_H
103
104 /* Define to 1 if you have the <unistd.h> header file. */
105 #undef HAVE_UNISTD_H
106
107 /* Define to 1 if you have the <varargs.h> header file. */
108 #undef HAVE_VARARGS_H
109
110 /* Define if we have va_copy */
111 #undef HAVE_VA_COPY
112
113 /* Define if we have va_copy */
114 #undef HAVE_VA_LIST_AS_ARRAY
115
116 /* Define to 1 if you have the `vprintf' function. */
117 #undef HAVE_VPRINTF
118
119 /* Define if we have __va_copy */
120 #undef HAVE___VA_COPY
121
122 /* Define to 1 on a little-endian system. */
123 #undef LITTLE_ENDIAN_ARCHITECTURE
124
125 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
126 slash. */
127 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
128
129 /* Define to 1 if MINGW32 */
130 #undef MINGW
131
132 /* Name of package */
133 #undef PACKAGE
134
135 /* Define to the address where bug reports for this package should be sent. */
136 #undef PACKAGE_BUGREPORT
137
138 /* Define to the full name of this package. */
139 #undef PACKAGE_NAME
140
141 /* Define to the full name and version of this package. */
142 #undef PACKAGE_STRING
143
144 /* Define to the one symbol short name of this package. */
145 #undef PACKAGE_TARNAME
146
147 /* Define to the version of this package. */
148 #undef PACKAGE_VERSION
149
150 /* Define as the return type of signal handlers (`int' or `void'). */
151 #undef RETSIGTYPE
152
153 /* Define to 1 if you have the ANSI C header files. */
154 #undef STDC_HEADERS
155
156 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
157 #undef TIME_WITH_SYS_TIME
158
159 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
160 #undef TM_IN_SYS_TIME
161
162 /* Version number of package */
163 #undef VERSION
164
165 /* Define to 1 if the X Window System is missing or not being used. */
166 #undef X_DISPLAY_MISSING
167
168 /* Enable GNU extensions on systems that have them. */
169 #ifndef _GNU_SOURCE
170 # undef _GNU_SOURCE
171 #endif
172
173 /* Define to 1 if MINGW32 */
174 #undef _PCC
175
176 /* Define to get various extensions in headers on Solaris, for instance */
177 #undef __EXTENSIONS__
178
179 /* Define to empty if `const' does not conform to ANSI C. */
180 #undef const
181
182 /* Define to `int' if <sys/types.h> doesn't define. */
183 #undef gid_t
184
185 /* Define to rpl_malloc if the replacement function should be used. */
186 #undef malloc
187
188 /* Define to `int' if <sys/types.h> does not define. */
189 #undef mode_t
190
191 /* Define to `unsigned int' if <sys/types.h> does not define. */
192 #undef size_t
193
194 /* Define to `int' if <sys/types.h> doesn't define. */
195 #undef uid_t
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.