Imported Upstream version 4.4
[platform/upstream/make.git] / src / config.ami
1 /* config.h -- hand-massaged for Amiga                                  -*-C-*-
2 Copyright (C) 1995-2022 Free Software Foundation, Inc.
3 This file is part of GNU Make.
4
5 GNU Make is free software; you can redistribute it and/or modify it under the
6 terms of the GNU General Public License as published by the Free Software
7 Foundation; either version 3 of the License, or (at your option) any later
8 version.
9
10 GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
11 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12 A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License along with
15 this program.  If not, see <https://www.gnu.org/licenses/>.  */
16
17 #include "mkconfig.h"
18
19 #define MK_AMIGAOS 1
20
21 /* Define if on AIX 3.
22    System headers sometimes define this.
23    We just want to avoid a redefinition error message.  */
24 #ifndef _ALL_SOURCE
25 /* #undef _ALL_SOURCE */
26 #endif
27
28 /* Define if using alloca.c.  */
29 #define C_ALLOCA
30
31 /* Define if the closedir function returns void instead of int.  */
32 /* #undef CLOSEDIR_VOID */
33
34 /* Define to empty if the keyword does not work.  */
35 /* #undef const */
36
37 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
38    This function is required for alloca.c support on those systems.  */
39 /* #undef CRAY_STACKSEG_END */
40
41 /* Define for DGUX with <sys/dg_sys_info.h>.  */
42 /* #undef DGUX */
43
44 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
45    not define. */
46 #define intmax_t long
47
48 /* Define to 'unsigned long' or 'unsigned long long'
49    if <inttypes.h> doesn't define.  */
50 #define uintmax_t unsigned long
51
52 /* Define to 'int' if <sys/types.h> doesn't define.  */
53 #define gid_t int
54
55 /* Define if you have alloca, as a function or macro.  */
56 /* #undef HAVE_ALLOCA */
57
58 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
59 /* #undef HAVE_ALLOCA_H */
60
61 /* Define to 1 if you have the declaration of 'getloadavg'. */
62 /* #undef HAVE_DECL_GETLOADAVG */
63
64 /* Define if your system has a working fnmatch function.  */
65 /* #undef HAVE_FNMATCH */
66
67 /* Define if you have the getmntent function.  */
68 /* #undef HAVE_GETMNTENT */
69
70 /* Embed GNU Guile support */
71 /* #undef HAVE_GUILE */
72
73 /* Define if the 'long double' type works.  */
74 /* #undef HAVE_LONG_DOUBLE */
75
76 /* Define if you support file names longer than 14 characters.  */
77 #define HAVE_LONG_FILE_NAMES 1
78
79 /* Define if you have a working 'mmap' system call.  */
80 /* #undef HAVE_MMAP */
81
82 /* Define if system calls automatically restart after interruption
83    by a signal.  */
84 /* #undef HAVE_RESTARTABLE_SYSCALLS */
85
86 /* Define if your struct stat has st_blksize.  */
87 /* #undef HAVE_ST_BLKSIZE */
88
89 /* Define if your struct stat has st_blocks.  */
90 /* #undef HAVE_ST_BLOCKS */
91
92 /* Define if you have the strcoll function and it is properly defined.  */
93 #define HAVE_STRCOLL 1
94
95 /* Define if your struct stat has st_rdev.  */
96 #define HAVE_ST_RDEV 1
97
98 /* Define if you have the strftime function.  */
99 #define HAVE_STRFTIME 1
100
101 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
102 /* #undef HAVE_SYS_WAIT_H */
103
104 /* Define if your struct tm has tm_zone.  */
105 /* #undef HAVE_TM_ZONE */
106
107 /* Define if you don't have tm_zone but do have the external array
108    tzname.  */
109 #define HAVE_TZNAME 1
110
111 /* Define if you have <unistd.h>.  */
112 #define HAVE_UNISTD_H 1
113
114 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
115 /* #undef HAVE_UTIME_NULL */
116
117 /* Define if you have the wait3 system call.  */
118 /* #undef HAVE_WAIT3 */
119
120 /* Define if on MINIX.  */
121 /* #undef _MINIX */
122
123 /* Define if your struct nlist has an n_un member.  */
124 /* #undef NLIST_NAME_UNION */
125
126 /* Define if you have <nlist.h>.  */
127 /* #undef NLIST_STRUCT */
128
129 /* Define if your C compiler doesn't accept -c and -o together.  */
130 /* #undef NO_MINUS_C_MINUS_O */
131
132 /* Define to 'int' if <sys/types.h> doesn't define.  */
133 #define pid_t int
134
135 /* Define if the system does not provide POSIX.1 features except
136    with this defined.  */
137 /* #undef _POSIX_1_SOURCE */
138
139 /* Define if you need to in order for stat and other things to work.  */
140 /* #undef _POSIX_SOURCE */
141
142 /* If using the C implementation of alloca, define if you know the
143    direction of stack growth for your system; otherwise it will be
144    automatically deduced at run-time.
145         STACK_DIRECTION > 0 => grows toward higher addresses
146         STACK_DIRECTION < 0 => grows toward lower addresses
147         STACK_DIRECTION = 0 => direction of growth unknown
148  */
149 #define STACK_DIRECTION -1
150
151 /* Define if the 'S_IS*' macros in <sys/stat.h> do not work properly.  */
152 /* #undef STAT_MACROS_BROKEN */
153
154 /* Define if you have the ANSI C header files.  */
155 #define STDC_HEADERS
156
157 /* Define on System V Release 4.  */
158 /* #undef SVR4 */
159
160 /* Define if 'sys_siglist' is declared by <signal.h>.  */
161 /* #undef SYS_SIGLIST_DECLARED */
162
163 /* Define to 'int' if <sys/types.h> doesn't define.  */
164 #define uid_t int
165
166 /* Define for Encore UMAX.  */
167 /* #undef UMAX */
168
169 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
170    instead of <sys/cpustats.h>.  */
171 /* #undef UMAX4_3 */
172
173 /* Define to the name of the SCCS 'get' command.  */
174 #define SCCS_GET "get"
175
176 /* Define this if the SCCS 'get' command understands the '-G<file>' option.  */
177 /* #undef SCCS_GET_MINUS_G */
178
179 /* Define this to enable job server support in GNU make.  */
180 /* #undef MAKE_JOBSERVER */
181
182 /* Define to be the nanoseconds member of struct stat's st_mtim,
183    if it exists.  */
184 /* #undef ST_MTIM_NSEC */
185
186 /* Define this if the C library defines the variable 'sys_siglist'.  */
187 /* #undef HAVE_SYS_SIGLIST */
188
189 /* Define this if the C library defines the variable '_sys_siglist'.  */
190 /* #undef HAVE__SYS_SIGLIST */
191
192 /* Define this if you have the 'union wait' type in <sys/wait.h>.  */
193 /* #undef HAVE_UNION_WAIT */
194
195 /* Define if you have the dup2 function.  */
196 /* #undef HAVE_DUP2 */
197
198 /* Define if you have the getcwd function.  */
199 #define HAVE_GETCWD 1
200
201 /* Define if you have the getgroups function.  */
202 /* #undef HAVE_GETGROUPS */
203
204 /* Define if you have the gethostbyname function.  */
205 /* #undef HAVE_GETHOSTBYNAME */
206
207 /* Define if you have the gethostname function.  */
208 /* #undef HAVE_GETHOSTNAME */
209
210 /* Define if you have the memmove function.  */
211 #define HAVE_MEMMOVE 1
212
213 /* Define if you have the mktemp function.  */
214 #define HAVE_MKTEMP 1
215
216 /* Define if you have the psignal function.  */
217 /* #undef HAVE_PSIGNAL */
218
219 /* Define if you have the pstat_getdynamic function.  */
220 /* #undef HAVE_PSTAT_GETDYNAMIC */
221
222 /* Define if you have the setegid function.  */
223 /* #undef HAVE_SETEGID */
224
225 /* Define if you have the seteuid function.  */
226 /* #undef HAVE_SETEUID */
227
228 /* Define if you have the setlinebuf function.  */
229 /* #undef HAVE_SETLINEBUF */
230
231 /* Define if you have the setregid function.  */
232 /* #undef HAVE_SETREGID */
233
234 /* Define if you have the setreuid function.  */
235 /* #undef HAVE_SETREUID */
236
237 /* Define if you have the sigsetmask function.  */
238 /* #undef HAVE_SIGSETMASK */
239
240 /* Define if you have the socket function.  */
241 /* #undef HAVE_SOCKET */
242
243 /* Define to 1 if you have the strcasecmp function.  */
244 /* #undef HAVE_STRCASECMP */
245
246 /* Define to 1 if you have the strcmpi function.  */
247 /* #undef HAVE_STRCMPI */
248
249 /* Define to 1 if you have the stricmp function.  */
250 /* #undef HAVE_STRICMP */
251
252 /* Define if you have the strsignal function.  */
253 /* #undef HAVE_STRSIGNAL */
254
255 /* Define if you have the strtoll function.  */
256 /* #undef HAVE_STRTOLL */
257
258 /* Define if you have the wait3 function.  */
259 /* #undef HAVE_WAIT3 */
260
261 /* Define if you have the waitpid function.  */
262 /* #undef HAVE_WAITPID */
263
264 /* Define if you have the <dirent.h> header file.  */
265 #define HAVE_DIRENT_H 1
266
267 /* Define if you have the <fcntl.h> header file.  */
268 #define HAVE_FCNTL_H 1
269
270 /* Define if you have the <limits.h> header file.  */
271 #define HAVE_LIMITS_H 1
272
273 /* Define if you have the <mach/mach.h> header file.  */
274 /* #undef HAVE_MACH_MACH_H */
275
276 /* Define if you have the <memory.h> header file.  */
277 /* #undef HAVE_MEMORY_H */
278
279 /* Define if you have the <ndir.h> header file.  */
280 /* #undef HAVE_NDIR_H */
281
282 /* Define if you have the <stdlib.h> header file.  */
283 /* #undef HAVE_STDLIB_H */
284
285 /* Define if you have the <string.h> header file.  */
286 #define HAVE_STRING_H 1
287
288 /* Define if you have the <sys/dir.h> header file.  */
289 #define HAVE_SYS_DIR_H 1
290
291 /* Define if you have the <sys/ndir.h> header file.  */
292 /* #undef HAVE_SYS_NDIR_H */
293
294 /* Define if you have the <sys/param.h> header file.  */
295 /* #undef HAVE_SYS_PARAM_H */
296
297 /* Define if you have the <sys/timeb.h> header file.  */
298 /* #undef HAVE_SYS_TIMEB_H */
299
300 /* Define if you have the <sys/wait.h> header file.  */
301 /* #undef HAVE_SYS_WAIT_H */
302
303 /* Define if you have the <unistd.h> header file.  */
304 #define HAVE_UNISTD_H 1
305
306 /* Define if you have the dgc library (-ldgc).  */
307 /* #undef HAVE_LIBDGC */
308
309 /* Define if you have the kstat library (-lkstat).  */
310 /* #undef HAVE_LIBKSTAT */
311
312 /* Define to 1 if you have the `isatty' function. */
313 /* #undef HAVE_ISATTY */
314
315 /* Define to 1 if you have the `ttyname' function. */
316 /* #undef HAVE_TTYNAME */
317
318 /* Define if you have the sun library (-lsun).  */
319 /* #undef HAVE_LIBSUN */
320
321 /* Output sync support */
322 #define NO_OUTPUT_SYNC
323
324 /* Define for Case Insensitive behavior */
325 #define HAVE_CASE_INSENSITIVE_FS
326
327 /* Build host information. */
328 #define MAKE_HOST "Amiga"
329
330 /* Define to `int' if <sys/types.h> does not define. */
331 #define ssize_t int