Built win.arm64 against r3658
[kbuild-mirror.git] / src / kmk / config.ami.template
blob4c5bb78baf8da56f8fbc140b6e9d8f478399b791
1 /* config.h -- hand-massaged for Amiga                                  -*-C-*-
2 Copyright (C) 1995-2016 Free Software Foundation, Inc.
3 This file is part of GNU Make.
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.
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.
14 You should have received a copy of the GNU General Public License along with
15 this program.  If not, see <http://www.gnu.org/licenses/>.  */
17 /* Define if on AIX 3.
18    System headers sometimes define this.
19    We just want to avoid a redefinition error message.  */
20 #ifndef _ALL_SOURCE
21 /* #undef _ALL_SOURCE */
22 #endif
24 /* Define if using alloca.c.  */
25 #define C_ALLOCA
27 /* Define if the closedir function returns void instead of int.  */
28 /* #undef CLOSEDIR_VOID */
30 /* Define to empty if the keyword does not work.  */
31 /* #undef const */
33 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
34    This function is required for alloca.c support on those systems.  */
35 /* #undef CRAY_STACKSEG_END */
37 /* Define for DGUX with <sys/dg_sys_info.h>.  */
38 /* #undef DGUX */
40 /* Define if the 'getloadavg' function needs to be run setuid or setgid.  */
41 /* #undef GETLOADAVG_PRIVILEGED */
43 /* Define to 'unsigned long' or 'unsigned long long'
44    if <inttypes.h> doesn't define.  */
45 #define uintmax_t unsigned long
47 /* Define to 'int' if <sys/types.h> doesn't define.  */
48 #define gid_t int
50 /* Define if you have alloca, as a function or macro.  */
51 /* #undef HAVE_ALLOCA */
53 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
54 /* #undef HAVE_ALLOCA_H */
56 /* Define if your system has a working fnmatch function.  */
57 /* #undef HAVE_FNMATCH */
59 /* Define if your system has its own 'getloadavg' function.  */
60 /* #undef HAVE_GETLOADAVG */
62 /* Define if you have the getmntent function.  */
63 /* #undef HAVE_GETMNTENT */
65 /* Embed GNU Guile support */
66 /* #undef HAVE_GUILE */
68 /* Define if the 'long double' type works.  */
69 /* #undef HAVE_LONG_DOUBLE */
71 /* Define if you support file names longer than 14 characters.  */
72 #define HAVE_LONG_FILE_NAMES 1
74 /* Define if you have a working 'mmap' system call.  */
75 /* #undef HAVE_MMAP */
77 /* Define if system calls automatically restart after interruption
78    by a signal.  */
79 /* #undef HAVE_RESTARTABLE_SYSCALLS */
81 /* Define if your struct stat has st_blksize.  */
82 /* #undef HAVE_ST_BLKSIZE */
84 /* Define if your struct stat has st_blocks.  */
85 /* #undef HAVE_ST_BLOCKS */
87 /* Define if you have the strcoll function and it is properly defined.  */
88 #define HAVE_STRCOLL 1
90 /* Define if your struct stat has st_rdev.  */
91 #define HAVE_ST_RDEV 1
93 /* Define if you have the strftime function.  */
94 #define HAVE_STRFTIME 1
96 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
97 /* #undef HAVE_SYS_WAIT_H */
99 /* Define if your struct tm has tm_zone.  */
100 /* #undef HAVE_TM_ZONE */
102 /* Define if you don't have tm_zone but do have the external array
103    tzname.  */
104 #define HAVE_TZNAME 1
106 /* Define if you have <unistd.h>.  */
107 #define HAVE_UNISTD_H 1
109 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
110 /* #undef HAVE_UTIME_NULL */
112 /* Define if you have the wait3 system call.  */
113 /* #undef HAVE_WAIT3 */
115 /* Define if on MINIX.  */
116 /* #undef _MINIX */
118 /* Define if your struct nlist has an n_un member.  */
119 /* #undef NLIST_NAME_UNION */
121 /* Define if you have <nlist.h>.  */
122 /* #undef NLIST_STRUCT */
124 /* Define if your C compiler doesn't accept -c and -o together.  */
125 /* #undef NO_MINUS_C_MINUS_O */
127 /* Define to 'int' if <sys/types.h> doesn't define.  */
128 #define pid_t int
130 /* Define if the system does not provide POSIX.1 features except
131    with this defined.  */
132 /* #undef _POSIX_1_SOURCE */
134 /* Define if you need to in order for stat and other things to work.  */
135 /* #undef _POSIX_SOURCE */
137 /* Define as the return type of signal handlers (int or void).  */
138 #define RETSIGTYPE void
140 /* Define if the setvbuf function takes the buffering type as its second
141    argument and the buffer pointer as the third, as on System V
142    before release 3.  */
143 /* #undef SETVBUF_REVERSED */
145 /* If using the C implementation of alloca, define if you know the
146    direction of stack growth for your system; otherwise it will be
147    automatically deduced at run-time.
148         STACK_DIRECTION > 0 => grows toward higher addresses
149         STACK_DIRECTION < 0 => grows toward lower addresses
150         STACK_DIRECTION = 0 => direction of growth unknown
151  */
152 #define STACK_DIRECTION -1
154 /* Define if the 'S_IS*' macros in <sys/stat.h> do not work properly.  */
155 /* #undef STAT_MACROS_BROKEN */
157 /* Define if you have the ANSI C header files.  */
158 #define STDC_HEADERS
160 /* Define on System V Release 4.  */
161 /* #undef SVR4 */
163 /* Define if 'sys_siglist' is declared by <signal.h>.  */
164 /* #undef SYS_SIGLIST_DECLARED */
166 /* Define to 'int' if <sys/types.h> doesn't define.  */
167 #define uid_t int
169 /* Define for Encore UMAX.  */
170 /* #undef UMAX */
172 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
173    instead of <sys/cpustats.h>.  */
174 /* #undef UMAX4_3 */
176 /* Name of this package (needed by automake) */
177 #define PACKAGE "%PACKAGE%"
179 /* Version of this package (needed by automake) */
180 #define VERSION "%VERSION%"
182 /* Define to the name of the SCCS 'get' command.  */
183 #define SCCS_GET "get"
185 /* Define this if the SCCS 'get' command understands the '-G<file>' option.  */
186 /* #undef SCCS_GET_MINUS_G */
188 /* Define this to enable job server support in GNU make.  */
189 /* #undef MAKE_JOBSERVER */
191 /* Define to be the nanoseconds member of struct stat's st_mtim,
192    if it exists.  */
193 /* #undef ST_MTIM_NSEC */
195 /* Define this if the C library defines the variable 'sys_siglist'.  */
196 /* #undef HAVE_SYS_SIGLIST */
198 /* Define this if the C library defines the variable '_sys_siglist'.  */
199 /* #undef HAVE__SYS_SIGLIST */
201 /* Define this if you have the 'union wait' type in <sys/wait.h>.  */
202 /* #undef HAVE_UNION_WAIT */
204 /* Define if you have the dup2 function.  */
205 /* #undef HAVE_DUP2 */
207 /* Define if you have the getcwd function.  */
208 #define HAVE_GETCWD 1
210 /* Define if you have the getgroups function.  */
211 /* #undef HAVE_GETGROUPS */
213 /* Define if you have the gethostbyname function.  */
214 /* #undef HAVE_GETHOSTBYNAME */
216 /* Define if you have the gethostname function.  */
217 /* #undef HAVE_GETHOSTNAME */
219 /* Define if you have the memmove function.  */
220 #define HAVE_MEMMOVE 1
222 /* Define if you have the mktemp function.  */
223 #define HAVE_MKTEMP 1
225 /* Define if you have the psignal function.  */
226 /* #undef HAVE_PSIGNAL */
228 /* Define if you have the pstat_getdynamic function.  */
229 /* #undef HAVE_PSTAT_GETDYNAMIC */
231 /* Define if you have the setegid function.  */
232 /* #undef HAVE_SETEGID */
234 /* Define if you have the seteuid function.  */
235 /* #undef HAVE_SETEUID */
237 /* Define if you have the setlinebuf function.  */
238 /* #undef HAVE_SETLINEBUF */
240 /* Define if you have the setregid function.  */
241 /* #undef HAVE_SETREGID */
243 /* Define if you have the setreuid function.  */
244 /* #undef HAVE_SETREUID */
246 /* Define if you have the sigsetmask function.  */
247 /* #undef HAVE_SIGSETMASK */
249 /* Define if you have the socket function.  */
250 /* #undef HAVE_SOCKET */
252 /* Define to 1 if you have the strcasecmp function.  */
253 /* #undef HAVE_STRCASECMP */
255 /* Define to 1 if you have the strcmpi function.  */
256 /* #undef HAVE_STRCMPI */
258 /* Define to 1 if you have the stricmp function.  */
259 /* #undef HAVE_STRICMP */
261 /* Define if you have the strerror function.  */
262 #define HAVE_STRERROR 1
264 /* Define if you have the strsignal function.  */
265 /* #undef HAVE_STRSIGNAL */
267 /* Define if you have the wait3 function.  */
268 /* #undef HAVE_WAIT3 */
270 /* Define if you have the waitpid function.  */
271 /* #undef HAVE_WAITPID */
273 /* Define if you have the <dirent.h> header file.  */
274 #define HAVE_DIRENT_H 1
276 /* Define if you have the <fcntl.h> header file.  */
277 #define HAVE_FCNTL_H 1
279 /* Define if you have the <limits.h> header file.  */
280 #define HAVE_LIMITS_H 1
282 /* Define if you have the <mach/mach.h> header file.  */
283 /* #undef HAVE_MACH_MACH_H */
285 /* Define if you have the <memory.h> header file.  */
286 /* #undef HAVE_MEMORY_H */
288 /* Define if you have the <ndir.h> header file.  */
289 /* #undef HAVE_NDIR_H */
291 /* Define if you have the <stdlib.h> header file.  */
292 /* #undef HAVE_STDLIB_H */
294 /* Define if you have the <string.h> header file.  */
295 #define HAVE_STRING_H 1
297 /* Define if you have the <sys/dir.h> header file.  */
298 #define HAVE_SYS_DIR_H 1
300 /* Define if you have the <sys/ndir.h> header file.  */
301 /* #undef HAVE_SYS_NDIR_H */
303 /* Define if you have the <sys/param.h> header file.  */
304 /* #undef HAVE_SYS_PARAM_H */
306 /* Define if you have the <sys/timeb.h> header file.  */
307 /* #undef HAVE_SYS_TIMEB_H */
309 /* Define if you have the <sys/wait.h> header file.  */
310 /* #undef HAVE_SYS_WAIT_H */
312 /* Define if you have the <unistd.h> header file.  */
313 #define HAVE_UNISTD_H 1
315 /* Define if you have the dgc library (-ldgc).  */
316 /* #undef HAVE_LIBDGC */
318 /* Define if you have the kstat library (-lkstat).  */
319 /* #undef HAVE_LIBKSTAT */
321 /* Define to 1 if you have the `isatty' function. */
322 /* #undef HAVE_ISATTY */
324 /* Define to 1 if you have the `ttyname' function. */
325 /* #undef HAVE_TTYNAME */
327 /* Define if you have the sun library (-lsun).  */
328 /* #undef HAVE_LIBSUN */
330 /* Output sync sypport */
331 #define NO_OUTPUT_SYNC
333 /* Define for Case Insensitve behavior */
334 #define HAVE_CASE_INSENSITIVE_FS
336 /* Build host information. */
337 #define MAKE_HOST "Amiga"