Commit | Line | Data |
---|---|---|
c906108c SS |
1 | /* config.in. Generated automatically from configure.in by autoheader. */ |
2 | ||
3 | /* Define if using alloca.c. */ | |
4 | #undef C_ALLOCA | |
5 | ||
6 | /* Define to empty if the keyword does not work. */ | |
7 | #undef const | |
8 | ||
9 | /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. | |
10 | This function is required for alloca.c support on those systems. */ | |
11 | #undef CRAY_STACKSEG_END | |
12 | ||
13 | /* Define to the type of elements in the array set by `getgroups'. | |
14 | Usually this is either `int' or `gid_t'. */ | |
15 | #undef GETGROUPS_T | |
16 | ||
17 | /* Define to `int' if <sys/types.h> doesn't define. */ | |
18 | #undef gid_t | |
19 | ||
20 | /* Define if you have alloca, as a function or macro. */ | |
21 | #undef HAVE_ALLOCA | |
22 | ||
23 | /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ | |
24 | #undef HAVE_ALLOCA_H | |
25 | ||
26 | /* Define if you have a working `mmap' system call. */ | |
27 | #undef HAVE_MMAP | |
28 | ||
29 | /* Define if your struct stat has st_blksize. */ | |
30 | #undef HAVE_ST_BLKSIZE | |
31 | ||
32 | /* Define if your struct stat has st_blocks. */ | |
33 | #undef HAVE_ST_BLOCKS | |
34 | ||
35 | /* Define if your struct stat has st_rdev. */ | |
36 | #undef HAVE_ST_RDEV | |
37 | ||
38 | /* Define if your struct tm has tm_zone. */ | |
39 | #undef HAVE_TM_ZONE | |
40 | ||
41 | /* Define if you don't have tm_zone but do have the external array | |
42 | tzname. */ | |
43 | #undef HAVE_TZNAME | |
44 | ||
45 | /* Define as __inline if that's what the C compiler calls it. */ | |
46 | #undef inline | |
47 | ||
48 | /* Define to `int' if <sys/types.h> doesn't define. */ | |
49 | #undef mode_t | |
50 | ||
51 | /* Define to `long' if <sys/types.h> doesn't define. */ | |
52 | #undef off_t | |
53 | ||
54 | /* Define to `int' if <sys/types.h> doesn't define. */ | |
55 | #undef pid_t | |
56 | ||
57 | /* Define if you need to in order for stat and other things to work. */ | |
58 | #undef _POSIX_SOURCE | |
59 | ||
60 | /* Define as the return type of signal handlers (int or void). */ | |
61 | #undef RETSIGTYPE | |
62 | ||
63 | /* Define to `unsigned' if <sys/types.h> doesn't define. */ | |
64 | #undef size_t | |
65 | ||
66 | /* If using the C implementation of alloca, define if you know the | |
67 | direction of stack growth for your system; otherwise it will be | |
68 | automatically deduced at run-time. | |
69 | STACK_DIRECTION > 0 => grows toward higher addresses | |
70 | STACK_DIRECTION < 0 => grows toward lower addresses | |
71 | STACK_DIRECTION = 0 => direction of growth unknown | |
72 | */ | |
73 | #undef STACK_DIRECTION | |
74 | ||
75 | /* Define if you have the ANSI C header files. */ | |
76 | #undef STDC_HEADERS | |
77 | ||
78 | /* Define if your <sys/time.h> declares struct tm. */ | |
79 | #undef TM_IN_SYS_TIME | |
80 | ||
81 | /* Define to `int' if <sys/types.h> doesn't define. */ | |
82 | #undef uid_t | |
83 | ||
84 | /* Define if your processor stores words with the most significant | |
85 | byte first (like Motorola and SPARC, unlike Intel and VAX). */ | |
86 | #undef WORDS_BIGENDIAN | |
87 | ||
88 | /* Define to 1 if NLS is requested. */ | |
89 | #undef ENABLE_NLS | |
90 | ||
91 | /* Define as 1 if you have gettext and don't want to use GNU gettext. */ | |
92 | #undef HAVE_GETTEXT | |
93 | ||
94 | /* Define as 1 if you have the stpcpy function. */ | |
95 | #undef HAVE_STPCPY | |
96 | ||
97 | /* Define if your locale.h file contains LC_MESSAGES. */ | |
98 | #undef HAVE_LC_MESSAGES | |
99 | ||
100 | /* Define if you have the __argz_count function. */ | |
101 | #undef HAVE___ARGZ_COUNT | |
102 | ||
103 | /* Define if you have the __argz_next function. */ | |
104 | #undef HAVE___ARGZ_NEXT | |
105 | ||
106 | /* Define if you have the __argz_stringify function. */ | |
107 | #undef HAVE___ARGZ_STRINGIFY | |
108 | ||
109 | /* Define if you have the access function. */ | |
110 | #undef HAVE_ACCESS | |
111 | ||
112 | /* Define if you have the cfgetispeed function. */ | |
113 | #undef HAVE_CFGETISPEED | |
114 | ||
115 | /* Define if you have the cfgetospeed function. */ | |
116 | #undef HAVE_CFGETOSPEED | |
117 | ||
118 | /* Define if you have the cfsetispeed function. */ | |
119 | #undef HAVE_CFSETISPEED | |
120 | ||
121 | /* Define if you have the cfsetospeed function. */ | |
122 | #undef HAVE_CFSETOSPEED | |
123 | ||
124 | /* Define if you have the chdir function. */ | |
125 | #undef HAVE_CHDIR | |
126 | ||
127 | /* Define if you have the chmod function. */ | |
128 | #undef HAVE_CHMOD | |
129 | ||
130 | /* Define if you have the chown function. */ | |
131 | #undef HAVE_CHOWN | |
132 | ||
133 | /* Define if you have the dcgettext function. */ | |
134 | #undef HAVE_DCGETTEXT | |
135 | ||
136 | /* Define if you have the dup function. */ | |
137 | #undef HAVE_DUP | |
138 | ||
139 | /* Define if you have the dup2 function. */ | |
140 | #undef HAVE_DUP2 | |
141 | ||
142 | /* Define if you have the fchmod function. */ | |
143 | #undef HAVE_FCHMOD | |
144 | ||
145 | /* Define if you have the fchown function. */ | |
146 | #undef HAVE_FCHOWN | |
147 | ||
148 | /* Define if you have the fcntl function. */ | |
149 | #undef HAVE_FCNTL | |
150 | ||
151 | /* Define if you have the fstat function. */ | |
152 | #undef HAVE_FSTAT | |
153 | ||
154 | /* Define if you have the fstatfs function. */ | |
155 | #undef HAVE_FSTATFS | |
156 | ||
157 | /* Define if you have the getcwd function. */ | |
158 | #undef HAVE_GETCWD | |
159 | ||
160 | /* Define if you have the getdirentries function. */ | |
161 | #undef HAVE_GETDIRENTRIES | |
162 | ||
163 | /* Define if you have the getegid function. */ | |
164 | #undef HAVE_GETEGID | |
165 | ||
166 | /* Define if you have the geteuid function. */ | |
167 | #undef HAVE_GETEUID | |
168 | ||
169 | /* Define if you have the getgid function. */ | |
170 | #undef HAVE_GETGID | |
171 | ||
172 | /* Define if you have the getpagesize function. */ | |
173 | #undef HAVE_GETPAGESIZE | |
174 | ||
175 | /* Define if you have the getpid function. */ | |
176 | #undef HAVE_GETPID | |
177 | ||
178 | /* Define if you have the getppid function. */ | |
179 | #undef HAVE_GETPPID | |
180 | ||
181 | /* Define if you have the getrusage function. */ | |
182 | #undef HAVE_GETRUSAGE | |
183 | ||
184 | /* Define if you have the gettimeofday function. */ | |
185 | #undef HAVE_GETTIMEOFDAY | |
186 | ||
187 | /* Define if you have the getuid function. */ | |
188 | #undef HAVE_GETUID | |
189 | ||
190 | /* Define if you have the ioctl function. */ | |
191 | #undef HAVE_IOCTL | |
192 | ||
193 | /* Define if you have the kill function. */ | |
194 | #undef HAVE_KILL | |
195 | ||
196 | /* Define if you have the link function. */ | |
197 | #undef HAVE_LINK | |
198 | ||
199 | /* Define if you have the lseek function. */ | |
200 | #undef HAVE_LSEEK | |
201 | ||
202 | /* Define if you have the lstat function. */ | |
203 | #undef HAVE_LSTAT | |
204 | ||
205 | /* Define if you have the mkdir function. */ | |
206 | #undef HAVE_MKDIR | |
207 | ||
208 | /* Define if you have the munmap function. */ | |
209 | #undef HAVE_MUNMAP | |
210 | ||
211 | /* Define if you have the pipe function. */ | |
212 | #undef HAVE_PIPE | |
213 | ||
214 | /* Define if you have the putenv function. */ | |
215 | #undef HAVE_PUTENV | |
216 | ||
217 | /* Define if you have the readlink function. */ | |
218 | #undef HAVE_READLINK | |
219 | ||
220 | /* Define if you have the rmdir function. */ | |
221 | #undef HAVE_RMDIR | |
222 | ||
223 | /* Define if you have the setenv function. */ | |
224 | #undef HAVE_SETENV | |
225 | ||
226 | /* Define if you have the setlocale function. */ | |
227 | #undef HAVE_SETLOCALE | |
228 | ||
229 | /* Define if you have the setregid function. */ | |
230 | #undef HAVE_SETREGID | |
231 | ||
232 | /* Define if you have the setreuid function. */ | |
233 | #undef HAVE_SETREUID | |
234 | ||
235 | /* Define if you have the sigprocmask function. */ | |
236 | #undef HAVE_SIGPROCMASK | |
237 | ||
238 | /* Define if you have the stat function. */ | |
239 | #undef HAVE_STAT | |
240 | ||
241 | /* Define if you have the stpcpy function. */ | |
242 | #undef HAVE_STPCPY | |
243 | ||
244 | /* Define if you have the strcasecmp function. */ | |
245 | #undef HAVE_STRCASECMP | |
246 | ||
247 | /* Define if you have the strchr function. */ | |
248 | #undef HAVE_STRCHR | |
249 | ||
250 | /* Define if you have the symlink function. */ | |
251 | #undef HAVE_SYMLINK | |
252 | ||
253 | /* Define if you have the tcdrain function. */ | |
254 | #undef HAVE_TCDRAIN | |
255 | ||
256 | /* Define if you have the tcflow function. */ | |
257 | #undef HAVE_TCFLOW | |
258 | ||
259 | /* Define if you have the tcflush function. */ | |
260 | #undef HAVE_TCFLUSH | |
261 | ||
262 | /* Define if you have the tcgetattr function. */ | |
263 | #undef HAVE_TCGETATTR | |
264 | ||
265 | /* Define if you have the tcgetpgrp function. */ | |
266 | #undef HAVE_TCGETPGRP | |
267 | ||
268 | /* Define if you have the tcsendbreak function. */ | |
269 | #undef HAVE_TCSENDBREAK | |
270 | ||
271 | /* Define if you have the tcsetattr function. */ | |
272 | #undef HAVE_TCSETATTR | |
273 | ||
274 | /* Define if you have the tcsetpgrp function. */ | |
275 | #undef HAVE_TCSETPGRP | |
276 | ||
277 | /* Define if you have the time function. */ | |
278 | #undef HAVE_TIME | |
279 | ||
280 | /* Define if you have the umask function. */ | |
281 | #undef HAVE_UMASK | |
282 | ||
283 | /* Define if you have the unlink function. */ | |
284 | #undef HAVE_UNLINK | |
285 | ||
286 | /* Define if you have the <argz.h> header file. */ | |
287 | #undef HAVE_ARGZ_H | |
288 | ||
289 | /* Define if you have the <dirent.h> header file. */ | |
290 | #undef HAVE_DIRENT_H | |
291 | ||
292 | /* Define if you have the <fcntl.h> header file. */ | |
293 | #undef HAVE_FCNTL_H | |
294 | ||
295 | /* Define if you have the <limits.h> header file. */ | |
296 | #undef HAVE_LIMITS_H | |
297 | ||
298 | /* Define if you have the <locale.h> header file. */ | |
299 | #undef HAVE_LOCALE_H | |
300 | ||
301 | /* Define if you have the <malloc.h> header file. */ | |
302 | #undef HAVE_MALLOC_H | |
303 | ||
304 | /* Define if you have the <ndir.h> header file. */ | |
305 | #undef HAVE_NDIR_H | |
306 | ||
307 | /* Define if you have the <nl_types.h> header file. */ | |
308 | #undef HAVE_NL_TYPES_H | |
309 | ||
310 | /* Define if you have the <stdlib.h> header file. */ | |
311 | #undef HAVE_STDLIB_H | |
312 | ||
313 | /* Define if you have the <string.h> header file. */ | |
314 | #undef HAVE_STRING_H | |
315 | ||
316 | /* Define if you have the <strings.h> header file. */ | |
317 | #undef HAVE_STRINGS_H | |
318 | ||
319 | /* Define if you have the <sys/dir.h> header file. */ | |
320 | #undef HAVE_SYS_DIR_H | |
321 | ||
322 | /* Define if you have the <sys/ioctl.h> header file. */ | |
323 | #undef HAVE_SYS_IOCTL_H | |
324 | ||
325 | /* Define if you have the <sys/mount.h> header file. */ | |
326 | #undef HAVE_SYS_MOUNT_H | |
327 | ||
328 | /* Define if you have the <sys/ndir.h> header file. */ | |
329 | #undef HAVE_SYS_NDIR_H | |
330 | ||
331 | /* Define if you have the <sys/param.h> header file. */ | |
332 | #undef HAVE_SYS_PARAM_H | |
333 | ||
334 | /* Define if you have the <sys/resource.h> header file. */ | |
335 | #undef HAVE_SYS_RESOURCE_H | |
336 | ||
337 | /* Define if you have the <sys/stat.h> header file. */ | |
338 | #undef HAVE_SYS_STAT_H | |
339 | ||
340 | /* Define if you have the <sys/termio.h> header file. */ | |
341 | #undef HAVE_SYS_TERMIO_H | |
342 | ||
343 | /* Define if you have the <sys/termios.h> header file. */ | |
344 | #undef HAVE_SYS_TERMIOS_H | |
345 | ||
346 | /* Define if you have the <sys/time.h> header file. */ | |
347 | #undef HAVE_SYS_TIME_H | |
348 | ||
349 | /* Define if you have the <sys/times.h> header file. */ | |
350 | #undef HAVE_SYS_TIMES_H | |
351 | ||
352 | /* Define if you have the <sys/types.h> header file. */ | |
353 | #undef HAVE_SYS_TYPES_H | |
354 | ||
355 | /* Define if you have the <time.h> header file. */ | |
356 | #undef HAVE_TIME_H | |
357 | ||
358 | /* Define if you have the <unistd.h> header file. */ | |
359 | #undef HAVE_UNISTD_H | |
360 | ||
361 | /* Define if you have the <values.h> header file. */ | |
362 | #undef HAVE_VALUES_H |