Added icon for MadMatrix.
[AROS-Contrib.git] / gnu / make / config.h
blobbd2bc531af64e28e34a019de22698b40e3a4184c
1 /* config.h. Generated by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */
4 /* Define to 1 if the `closedir' function returns void instead of `int'. */
5 #define CLOSEDIR_VOID 1
7 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
8 systems. This function is required for `alloca.c' support on those systems.
9 */
10 /* #undef CRAY_STACKSEG_END */
12 /* Define to 1 if using `alloca.c'. */
13 /* #undef C_ALLOCA */
15 /* Define to 1 if using `getloadavg.c'. */
16 /* #undef C_GETLOADAVG */
18 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
19 /* #undef DGUX */
21 /* Define to 1 if translation of program messages to the user's native
22 language is requested. */
23 /* #undef ENABLE_NLS */
25 /* Use high resolution file timestamps if nonzero. */
26 /* #undef FILE_TIMESTAMP_HI_RES */
28 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
30 /* #undef GETLOADAVG_PRIVILEGED */
32 /* Define to 1 if you have `alloca', as a function or macro. */
33 #define HAVE_ALLOCA 1
35 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
37 #define HAVE_ALLOCA_H 1
39 /* Define if your compiler conforms to the ANSI C standard. */
40 /* #undef HAVE_ANSI_COMPILER */
42 /* Define to 1 if you have the `bsd_signal' function. */
43 /* #undef HAVE_BSD_SIGNAL */
45 /* Define if you have the clock_gettime function. */
46 /* #undef HAVE_CLOCK_GETTIME */
48 /* Define if the GNU dcgettext() function is already present or preinstalled.
50 /* #undef HAVE_DCGETTEXT */
52 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
53 don't. */
54 #define HAVE_DECL_SYS_SIGLIST 0
56 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
58 #define HAVE_DIRENT_H 1
60 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
61 /* #undef HAVE_DOPRNT */
63 /* Define this if your system requires backslashes or drive specs in
64 pathnames. */
65 /* #undef HAVE_DOS_PATHS */
67 /* Define to 1 if you have the `dup2' function. */
68 #define HAVE_DUP2 1
70 /* Define to 1 if you have the <fcntl.h> header file. */
71 #define HAVE_FCNTL_H 1
73 /* Define to 1 if you have the `fdopen' function. */
74 /* #undef HAVE_FDOPEN */
76 /* Define to 1 if you have the `fork' function. */
77 #define HAVE_FORK 1
79 /* Define to 1 if you have the `getcwd' function. */
80 #define HAVE_GETCWD 1
82 /* Define to 1 if you have the `getgroups' function. */
83 /* #undef HAVE_GETGROUPS */
85 /* Define to 1 if you have the `gethostbyname' function. */
86 /* #undef HAVE_GETHOSTBYNAME */
88 /* Define to 1 if you have the `gethostname' function. */
89 /* #undef HAVE_GETHOSTNAME */
91 /* Define to 1 if you have the `getloadavg' function. */
92 #define HAVE_GETLOADAVG 1
94 /* Define if the GNU gettext() function is already present or preinstalled. */
95 /* #undef HAVE_GETTEXT */
97 /* Define if you have a standard gettimeofday function */
98 #define HAVE_GETTIMEOFDAY 1
100 /* Define if you have the iconv() function. */
101 /* #undef HAVE_ICONV */
103 /* Define to 1 if you have the <inttypes.h> header file. */
104 #define HAVE_INTTYPES_H 1
106 /* Define to 1 if you have the `dgc' library (-ldgc). */
107 /* #undef HAVE_LIBDGC */
109 /* Define to 1 if you have the `kstat' library (-lkstat). */
110 /* #undef HAVE_LIBKSTAT */
112 /* Define to 1 if you have the <limits.h> header file. */
113 #define HAVE_LIMITS_H 1
115 /* Define to 1 if you have the <locale.h> header file. */
116 #define HAVE_LOCALE_H 1
118 /* Define to 1 if you have the <mach/mach.h> header file. */
119 /* #undef HAVE_MACH_MACH_H */
121 /* Define to 1 if you have the `memcpy' function. */
122 /* #undef HAVE_MEMCPY */
124 /* Define to 1 if you have the `memmove' function. */
125 #define HAVE_MEMMOVE 1
127 /* Define to 1 if you have the <memory.h> header file. */
128 #define HAVE_MEMORY_H 1
130 /* Define to 1 if you have the `mkstemp' function. */
131 /* #undef HAVE_MKSTEMP */
133 /* Define to 1 if you have the `mktemp' function. */
134 /* #undef HAVE_MKTEMP */
136 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
137 /* #undef HAVE_NDIR_H */
139 /* Define to 1 if you have the <nlist.h> header file. */
140 /* #undef HAVE_NLIST_H */
142 /* Define to 1 if you have the `pipe' function. */
143 /* #undef HAVE_PIPE */
145 /* Define to 1 if you have the `pstat_getdynamic' function. */
146 /* #undef HAVE_PSTAT_GETDYNAMIC */
148 /* Define if <signal.h> defines the SA_RESTART constant. */
149 #define HAVE_SA_RESTART 1
151 /* Define to 1 if you have the `setegid' function. */
152 /* #undef HAVE_SETEGID */
154 /* Define to 1 if you have the `seteuid' function. */
155 /* #undef HAVE_SETEUID */
157 /* Define to 1 if you have the `setlinebuf' function. */
158 /* #undef HAVE_SETLINEBUF */
160 /* Define to 1 if you have the `setlocale' function. */
161 #define HAVE_SETLOCALE 1
163 /* Define to 1 if you have the `setregid' function. */
164 /* #undef HAVE_SETREGID */
166 /* Define to 1 if you have the `setreuid' function. */
167 /* #undef HAVE_SETREUID */
169 /* Define to 1 if you have the `setvbuf' function. */
170 /* #undef HAVE_SETVBUF */
172 /* Define to 1 if you have the `sigaction' function. */
173 /* #undef HAVE_SIGACTION */
175 /* Define to 1 if you have the `sigsetmask' function. */
176 /* #undef HAVE_SIGSETMASK */
178 /* Define to 1 if you have the `socket' function. */
179 /* #undef HAVE_SOCKET */
181 /* Define to 1 if you have the <stdarg.h> header file. */
182 /* #undef HAVE_STDARG_H */
184 /* Define to 1 if you have the <stdint.h> header file. */
185 #define HAVE_STDINT_H 1
187 /* Define to 1 if you have the <stdlib.h> header file. */
188 #define HAVE_STDLIB_H 1
190 /* Define to 1 if you have the `strcasecmp' function. */
191 #define HAVE_STRCASECMP 1
193 /* Define to 1 if you have the `strchr' function. */
194 #define HAVE_STRCHR 1
196 /* Define to 1 if you have the `strcoll' function and it is properly defined.
198 /* #undef HAVE_STRCOLL */
200 /* Define to 1 if you have the `strdup' function. */
201 #define HAVE_STRDUP 1
203 /* Define to 1 if you have the `strerror' function. */
204 #define HAVE_STRERROR 1
206 /* Define to 1 if you have the <strings.h> header file. */
207 #define HAVE_STRINGS_H 1
209 /* Define to 1 if you have the <string.h> header file. */
210 #define HAVE_STRING_H 1
212 /* Define to 1 if you have the `strsignal' function. */
213 /* #undef HAVE_STRSIGNAL */
215 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
216 /* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */
218 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
220 /* #undef HAVE_SYS_DIR_H */
222 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
224 /* #undef HAVE_SYS_NDIR_H */
226 /* Define to 1 if you have the <sys/param.h> header file. */
227 #define HAVE_SYS_PARAM_H 1
229 /* Define to 1 if you have the <sys/stat.h> header file. */
230 #define HAVE_SYS_STAT_H 1
232 /* Define to 1 if you have the <sys/timeb.h> header file. */
233 #define HAVE_SYS_TIMEB_H 1
235 /* Define to 1 if you have the <sys/time.h> header file. */
236 #define HAVE_SYS_TIME_H 1
238 /* Define to 1 if you have the <sys/types.h> header file. */
239 #define HAVE_SYS_TYPES_H 1
241 /* Define to 1 if you have the <sys/wait.h> header file. */
242 #define HAVE_SYS_WAIT_H 1
244 /* Define this if you have the \`union wait' type in <sys/wait.h>. */
245 /* #undef HAVE_UNION_WAIT */
247 /* Define to 1 if you have the <unistd.h> header file. */
248 #define HAVE_UNISTD_H 1
250 /* Define to 1 if you have the <varargs.h> header file. */
251 /* #undef HAVE_VARARGS_H */
253 /* Define to 1 if you have the `vfork' function. */
254 /* #undef HAVE_VFORK */
256 /* Define to 1 if you have the <vfork.h> header file. */
257 /* #undef HAVE_VFORK_H */
259 /* Define to 1 if you have the `vprintf' function. */
260 /* #undef HAVE_VPRINTF */
262 /* Define to 1 if you have the `wait3' function. */
263 /* #undef HAVE_WAIT3 */
265 /* Define to 1 if you have the `waitpid' function. */
266 /* #undef HAVE_WAITPID */
268 /* Define to 1 if `fork' works. */
269 #define HAVE_WORKING_FORK 1
271 /* Define to 1 if `vfork' works. */
272 /* #undef HAVE_WORKING_VFORK */
274 /* Build host information. */
275 /* #undef MAKE_HOST */
277 /* Define this to enable job server support in GNU make. */
278 /* #undef MAKE_JOBSERVER */
280 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
281 on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
282 /* #undef NLIST_NAME_UNION */
284 /* Define if struct nlist.n_name is a pointer rather than an array. */
285 /* #undef NLIST_STRUCT */
287 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
288 /* #undef NO_MINUS_C_MINUS_O */
290 /* Name of package */
291 /* #undef PACKAGE */
293 /* Define to the address where bug reports for this package should be sent. */
294 #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
296 /* Define to the full name of this package. */
297 #define PACKAGE_NAME "FULL-PACKAGE-NAME"
299 /* Define to the full name and version of this package. */
300 #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
302 /* Define to the one symbol short name of this package. */
303 #define PACKAGE_TARNAME "full-package-name"
305 /* Define to the version of this package. */
306 #define PACKAGE_VERSION "VERSION"
308 /* Define to 1 if the C compiler supports function prototypes. */
309 #define PROTOTYPES 1
311 /* Define as the return type of signal handlers (`int' or `void'). */
312 #define RETSIGTYPE void
314 /* Define to the name of the SCCS 'get' command. */
315 /* #undef SCCS_GET */
317 /* Define this if the SCCS 'get' command understands the '-G<file>' option. */
318 /* #undef SCCS_GET_MINUS_G */
320 /* Define to 1 if the `setvbuf' function takes the buffering type as its
321 second argument and the buffer pointer as the third, as on System V before
322 release 3. */
323 /* #undef SETVBUF_REVERSED */
325 /* If using the C implementation of alloca, define if you know the
326 direction of stack growth for your system; otherwise it will be
327 automatically deduced at run-time.
328 STACK_DIRECTION > 0 => grows toward higher addresses
329 STACK_DIRECTION < 0 => grows toward lower addresses
330 STACK_DIRECTION = 0 => direction of growth unknown */
331 /* #undef STACK_DIRECTION */
333 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
334 /* #undef STAT_MACROS_BROKEN */
336 /* Define to 1 if you have the ANSI C header files. */
337 #define STDC_HEADERS 1
339 /* Define if struct stat contains a nanoseconds field */
340 /* #undef ST_MTIM_NSEC */
342 /* Define to 1 on System V Release 4. */
343 /* #undef SVR4 */
345 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
346 #define TIME_WITH_SYS_TIME 1
348 /* Define to 1 for Encore UMAX. */
349 /* #undef UMAX */
351 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
352 <sys/cpustats.h>. */
353 /* #undef UMAX4_3 */
355 /* Version number of package */
356 /* #undef VERSION */
358 /* Define if using the dmalloc debugging malloc package */
359 /* #undef WITH_DMALLOC */
361 /* Define to 1 if on AIX 3.
362 System headers sometimes define this.
363 We just want to avoid a redefinition error message. */
364 #ifndef _ALL_SOURCE
365 /* # undef _ALL_SOURCE */
366 #endif
368 /* Number of bits in a file offset, on hosts where this is settable. */
369 /* #undef _FILE_OFFSET_BITS */
371 /* Define for large files, on AIX-style hosts. */
372 /* #undef _LARGE_FILES */
374 /* Define to 1 if on MINIX. */
375 /* #undef _MINIX */
377 /* Define to 2 if the system does not provide POSIX.1 features except with
378 this defined. */
379 /* #undef _POSIX_1_SOURCE */
381 /* Define to 1 if you need to in order for `stat' and other things to work. */
382 /* #undef _POSIX_SOURCE */
384 /* Define like PROTOTYPES; this can be used by system headers. */
385 #define __PROTOTYPES 1
387 /* Define to empty if `const' does not conform to ANSI C. */
388 /* #undef const */
390 /* Define to `int' if <sys/types.h> doesn't define. */
391 /* #undef gid_t */
393 /* Define to `int' if <sys/types.h> does not define. */
394 /* #undef pid_t */
396 /* Define to `int' if <sys/types.h> doesn't define. */
397 /* #undef uid_t */
399 /* Define uintmax_t if not defined in <stdint.h> or <inttypes.h>. */
400 /* #undef uintmax_t */
402 /* Define as `fork' if `vfork' does not work. */
403 #define vfork fork
405 #define HAVE_CASE_INSENSITIVE_FS