Add a new variable: MAKE_RESTARTS, to count how many times make has re-exec'd.
[make.git] / config.ami.template
blobdf00075f0f2c9252986b0216b26d44094fe162b4
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
3 /* Define if on AIX 3.
4    System headers sometimes define this.
5    We just want to avoid a redefinition error message.  */
6 #ifndef _ALL_SOURCE
7 /* #undef _ALL_SOURCE */
8 #endif
10 /* Define if using alloca.c.  */
11 #define C_ALLOCA
13 /* Define if the closedir function returns void instead of int.  */
14 /* #undef CLOSEDIR_VOID */
16 /* Define to empty if the keyword does not work.  */
17 /* #undef const */
19 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
20    This function is required for alloca.c support on those systems.  */
21 /* #undef CRAY_STACKSEG_END */
23 /* Define for DGUX with <sys/dg_sys_info.h>.  */
24 /* #undef DGUX */
26 /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
27 /* #undef GETLOADAVG_PRIVILEGED */
29 /* Define to `unsigned long' or `unsigned long long'
30    if <inttypes.h> doesn't define.  */
31 #define uintmax_t unsigned long
33 /* Define to `int' if <sys/types.h> doesn't define.  */
34 #define gid_t int
36 /* Define if you have alloca, as a function or macro.  */
37 /* #undef HAVE_ALLOCA */
39 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
40 /* #undef HAVE_ALLOCA_H */
42 /* Define if you don't have vprintf but do have _doprnt.  */
43 /* #undef HAVE_DOPRNT */
45 /* Define if your system has a working fnmatch function.  */
46 /* #undef HAVE_FNMATCH */
48 /* Define if your system has its own `getloadavg' function.  */
49 /* #undef HAVE_GETLOADAVG */
51 /* Define if you have the getmntent function.  */
52 /* #undef HAVE_GETMNTENT */
54 /* Define if the `long double' type works.  */
55 /* #undef HAVE_LONG_DOUBLE */
57 /* Define if you support file names longer than 14 characters.  */
58 #define HAVE_LONG_FILE_NAMES 1
60 /* Define if you have a working `mmap' system call.  */
61 /* #undef HAVE_MMAP */
63 /* Define if system calls automatically restart after interruption
64    by a signal.  */
65 /* #undef HAVE_RESTARTABLE_SYSCALLS */
67 /* Define if your struct stat has st_blksize.  */
68 /* #undef HAVE_ST_BLKSIZE */
70 /* Define if your struct stat has st_blocks.  */
71 /* #undef HAVE_ST_BLOCKS */
73 /* Define if you have the strcoll function and it is properly defined.  */
74 #define HAVE_STRCOLL 1
76 /* Define if your struct stat has st_rdev.  */
77 #define HAVE_ST_RDEV 1
79 /* Define if you have the strftime function.  */
80 #define HAVE_STRFTIME 1
82 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
83 /* #undef HAVE_SYS_WAIT_H */
85 /* Define if your struct tm has tm_zone.  */
86 /* #undef HAVE_TM_ZONE */
88 /* Define if you don't have tm_zone but do have the external array
89    tzname.  */
90 #define HAVE_TZNAME 1
92 /* Define if you have <unistd.h>.  */
93 #define HAVE_UNISTD_H 1
95 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
96 /* #undef HAVE_UTIME_NULL */
98 /* Define if you have <vfork.h>.  */
99 /* #undef HAVE_VFORK_H */
101 /* Define if you have the vprintf function.  */
102 #define HAVE_VPRINTF 1
104 /* Define if you have the wait3 system call.  */
105 /* #undef HAVE_WAIT3 */
107 /* Define if on MINIX.  */
108 /* #undef _MINIX */
110 /* Define if your struct nlist has an n_un member.  */
111 /* #undef NLIST_NAME_UNION */
113 /* Define if you have <nlist.h>.  */
114 /* #undef NLIST_STRUCT */
116 /* Define if your C compiler doesn't accept -c and -o together.  */
117 /* #undef NO_MINUS_C_MINUS_O */
119 /* Define to `int' if <sys/types.h> doesn't define.  */
120 #define pid_t int
122 /* Define if the system does not provide POSIX.1 features except
123    with this defined.  */
124 /* #undef _POSIX_1_SOURCE */
126 /* Define if you need to in order for stat and other things to work.  */
127 /* #undef _POSIX_SOURCE */
129 /* Define as the return type of signal handlers (int or void).  */
130 #define RETSIGTYPE void
132 /* Define if the setvbuf function takes the buffering type as its second
133    argument and the buffer pointer as the third, as on System V
134    before release 3.  */
135 /* #undef SETVBUF_REVERSED */
137 /* If using the C implementation of alloca, define if you know the
138    direction of stack growth for your system; otherwise it will be
139    automatically deduced at run-time.
140         STACK_DIRECTION > 0 => grows toward higher addresses
141         STACK_DIRECTION < 0 => grows toward lower addresses
142         STACK_DIRECTION = 0 => direction of growth unknown
143  */
144 #define STACK_DIRECTION -1
146 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
147 /* #undef STAT_MACROS_BROKEN */
149 /* Define if your compiler conforms to the ANSI C standard. */
150 #define HAVE_ANSI_COMPILER 1
152 /* Define if you have the ANSI C header files.  */
153 #define STDC_HEADERS
155 /* Define on System V Release 4.  */
156 /* #undef SVR4 */
158 /* Define if `sys_siglist' is declared by <signal.h>.  */
159 /* #undef SYS_SIGLIST_DECLARED */
161 /* Define to `int' if <sys/types.h> doesn't define.  */
162 #define uid_t int
164 /* Define for Encore UMAX.  */
165 /* #undef UMAX */
167 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
168    instead of <sys/cpustats.h>.  */
169 /* #undef UMAX4_3 */
171 /* Define vfork as fork if vfork does not work.  */
172 /* #undef vfork */
174 /* Name of this package (needed by automake) */
175 #define PACKAGE "%PACKAGE%"
177 /* Version of this package (needed by automake) */
178 #define VERSION "%VERSION%"
180 /* Define to the name of the SCCS `get' command.  */
181 #define SCCS_GET "get"
183 /* Define this if the SCCS `get' command understands the `-G<file>' option.  */
184 /* #undef SCCS_GET_MINUS_G */
186 /* Define this to enable job server support in GNU make.  */
187 /* #undef MAKE_JOBSERVER */
189 /* Define to be the nanoseconds member of struct stat's st_mtim,
190    if it exists.  */
191 /* #undef ST_MTIM_NSEC */
193 /* Define this if the C library defines the variable `sys_siglist'.  */
194 /* #undef HAVE_SYS_SIGLIST */
196 /* Define this if the C library defines the variable `_sys_siglist'.  */
197 /* #undef HAVE__SYS_SIGLIST */
199 /* Define this if you have the `union wait' type in <sys/wait.h>.  */
200 /* #undef HAVE_UNION_WAIT */
202 /* Define if you have the dup2 function.  */
203 /* #undef HAVE_DUP2 */
205 /* Define if you have the getcwd function.  */
206 #define HAVE_GETCWD 1
208 /* Define if you have the getgroups function.  */
209 /* #undef HAVE_GETGROUPS */
211 /* Define if you have the gethostbyname function.  */
212 /* #undef HAVE_GETHOSTBYNAME */
214 /* Define if you have the gethostname function.  */
215 /* #undef HAVE_GETHOSTNAME */
217 /* Define if you have the memmove function.  */
218 #define HAVE_MEMMOVE 1
220 /* Define if you have the mktemp function.  */
221 #define HAVE_MKTEMP 1
223 /* Define if you have the psignal function.  */
224 /* #undef HAVE_PSIGNAL */
226 /* Define if you have the pstat_getdynamic function.  */
227 /* #undef HAVE_PSTAT_GETDYNAMIC */
229 /* Define if you have the setegid function.  */
230 /* #undef HAVE_SETEGID */
232 /* Define if you have the seteuid function.  */
233 /* #undef HAVE_SETEUID */
235 /* Define if you have the setlinebuf function.  */
236 /* #undef HAVE_SETLINEBUF */
238 /* Define if you have the setregid function.  */
239 /* #undef HAVE_SETREGID */
241 /* Define if you have the setreuid function.  */
242 /* #undef HAVE_SETREUID */
244 /* Define if you have the sigsetmask function.  */
245 /* #undef HAVE_SIGSETMASK */
247 /* Define if you have the socket function.  */
248 /* #undef HAVE_SOCKET */
250 /* Define if you have the strcasecmp function.  */
251 /* #undef HAVE_STRCASECMP */
253 /* Define if you have the strerror function.  */
254 #define HAVE_STRERROR 1
256 /* Define if you have the strsignal function.  */
257 /* #undef HAVE_STRSIGNAL */
259 /* Define if you have the wait3 function.  */
260 /* #undef HAVE_WAIT3 */
262 /* Define if you have the waitpid function.  */
263 /* #undef HAVE_WAITPID */
265 /* Define if you have the <dirent.h> header file.  */
266 #define HAVE_DIRENT_H 1
268 /* Define if you have the <fcntl.h> header file.  */
269 #define HAVE_FCNTL_H 1
271 /* Define if you have the <limits.h> header file.  */
272 #define HAVE_LIMITS_H 1
274 /* Define if you have the <mach/mach.h> header file.  */
275 /* #undef HAVE_MACH_MACH_H */
277 /* Define if you have the <memory.h> header file.  */
278 /* #undef HAVE_MEMORY_H */
280 /* Define if you have the <ndir.h> header file.  */
281 /* #undef HAVE_NDIR_H */
283 /* Define to 1 if you have the <stdarg.h> header file. */
284 #define HAVE_STDARG_H 1
286 /* Define if you have the <stdlib.h> header file.  */
287 /* #undef HAVE_STDLIB_H */
289 /* Define if you have the <string.h> header file.  */
290 #define HAVE_STRING_H 1
292 /* Define if you have the <sys/dir.h> header file.  */
293 #define HAVE_SYS_DIR_H 1
295 /* Define if you have the <sys/ndir.h> header file.  */
296 /* #undef HAVE_SYS_NDIR_H */
298 /* Define if you have the <sys/param.h> header file.  */
299 /* #undef HAVE_SYS_PARAM_H */
301 /* Define if you have the <sys/timeb.h> header file.  */
302 /* #undef HAVE_SYS_TIMEB_H */
304 /* Define if you have the <sys/wait.h> header file.  */
305 /* #undef HAVE_SYS_WAIT_H */
307 /* Define if you have the <unistd.h> header file.  */
308 #define HAVE_UNISTD_H 1
310 /* Define if you have the dgc library (-ldgc).  */
311 /* #undef HAVE_LIBDGC */
313 /* Define if you have the kstat library (-lkstat).  */
314 /* #undef HAVE_LIBKSTAT */
316 /* Define if you have the sun library (-lsun).  */
317 /* #undef HAVE_LIBSUN */
319 /* Define for Case Insensitve behavior */
320 #define HAVE_CASE_INSENSITIVE_FS
322 /* Build host information. */
323 #define MAKE_HOST "Amiga"