Update copyright notices.
[make.git] / config.ami.template
blob947d5a175328893be77a4ac4429543cb02dce201
1 /* config.h -- hand-massaged for Amiga                                  -*-C-*-
2 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
3 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
4 This file is part of GNU Make.
6 GNU Make is free software; you can redistribute it and/or modify it under the
7 terms of the GNU General Public License as published by the Free Software
8 Foundation; either version 3 of the License, or (at your option) any later
9 version.
11 GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
12 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13 A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License along with
16 this program.  If not, see <http://www.gnu.org/licenses/>.  */
18 /* Define if on AIX 3.
19    System headers sometimes define this.
20    We just want to avoid a redefinition error message.  */
21 #ifndef _ALL_SOURCE
22 /* #undef _ALL_SOURCE */
23 #endif
25 /* Define if using alloca.c.  */
26 #define C_ALLOCA
28 /* Define if the closedir function returns void instead of int.  */
29 /* #undef CLOSEDIR_VOID */
31 /* Define to empty if the keyword does not work.  */
32 /* #undef const */
34 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
35    This function is required for alloca.c support on those systems.  */
36 /* #undef CRAY_STACKSEG_END */
38 /* Define for DGUX with <sys/dg_sys_info.h>.  */
39 /* #undef DGUX */
41 /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
42 /* #undef GETLOADAVG_PRIVILEGED */
44 /* Define to `unsigned long' or `unsigned long long'
45    if <inttypes.h> doesn't define.  */
46 #define uintmax_t unsigned long
48 /* Define to `int' if <sys/types.h> doesn't define.  */
49 #define gid_t int
51 /* Define if you have alloca, as a function or macro.  */
52 /* #undef HAVE_ALLOCA */
54 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
55 /* #undef HAVE_ALLOCA_H */
57 /* Define if you don't have vprintf but do have _doprnt.  */
58 /* #undef HAVE_DOPRNT */
60 /* Define if your system has a working fnmatch function.  */
61 /* #undef HAVE_FNMATCH */
63 /* Define if your system has its own `getloadavg' function.  */
64 /* #undef HAVE_GETLOADAVG */
66 /* Define if you have the getmntent function.  */
67 /* #undef HAVE_GETMNTENT */
69 /* Embed GNU Guile support */
70 /* #undef HAVE_GUILE */
72 /* Define if the `long double' type works.  */
73 /* #undef HAVE_LONG_DOUBLE */
75 /* Define if you support file names longer than 14 characters.  */
76 #define HAVE_LONG_FILE_NAMES 1
78 /* Define if you have a working `mmap' system call.  */
79 /* #undef HAVE_MMAP */
81 /* Define if system calls automatically restart after interruption
82    by a signal.  */
83 /* #undef HAVE_RESTARTABLE_SYSCALLS */
85 /* Define if your struct stat has st_blksize.  */
86 /* #undef HAVE_ST_BLKSIZE */
88 /* Define if your struct stat has st_blocks.  */
89 /* #undef HAVE_ST_BLOCKS */
91 /* Define if you have the strcoll function and it is properly defined.  */
92 #define HAVE_STRCOLL 1
94 /* Define if your struct stat has st_rdev.  */
95 #define HAVE_ST_RDEV 1
97 /* Define if you have the strftime function.  */
98 #define HAVE_STRFTIME 1
100 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
101 /* #undef HAVE_SYS_WAIT_H */
103 /* Define if your struct tm has tm_zone.  */
104 /* #undef HAVE_TM_ZONE */
106 /* Define if you don't have tm_zone but do have the external array
107    tzname.  */
108 #define HAVE_TZNAME 1
110 /* Define if you have <unistd.h>.  */
111 #define HAVE_UNISTD_H 1
113 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
114 /* #undef HAVE_UTIME_NULL */
116 /* Define if you have <vfork.h>.  */
117 /* #undef HAVE_VFORK_H */
119 /* Define if you have the vprintf function.  */
120 #define HAVE_VPRINTF 1
122 /* Define if you have the wait3 system call.  */
123 /* #undef HAVE_WAIT3 */
125 /* Define if on MINIX.  */
126 /* #undef _MINIX */
128 /* Define if your struct nlist has an n_un member.  */
129 /* #undef NLIST_NAME_UNION */
131 /* Define if you have <nlist.h>.  */
132 /* #undef NLIST_STRUCT */
134 /* Define if your C compiler doesn't accept -c and -o together.  */
135 /* #undef NO_MINUS_C_MINUS_O */
137 /* Define to `int' if <sys/types.h> doesn't define.  */
138 #define pid_t int
140 /* Define if the system does not provide POSIX.1 features except
141    with this defined.  */
142 /* #undef _POSIX_1_SOURCE */
144 /* Define if you need to in order for stat and other things to work.  */
145 /* #undef _POSIX_SOURCE */
147 /* Define as the return type of signal handlers (int or void).  */
148 #define RETSIGTYPE void
150 /* Define if the setvbuf function takes the buffering type as its second
151    argument and the buffer pointer as the third, as on System V
152    before release 3.  */
153 /* #undef SETVBUF_REVERSED */
155 /* If using the C implementation of alloca, define if you know the
156    direction of stack growth for your system; otherwise it will be
157    automatically deduced at run-time.
158         STACK_DIRECTION > 0 => grows toward higher addresses
159         STACK_DIRECTION < 0 => grows toward lower addresses
160         STACK_DIRECTION = 0 => direction of growth unknown
161  */
162 #define STACK_DIRECTION -1
164 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
165 /* #undef STAT_MACROS_BROKEN */
167 /* Define if your compiler conforms to the ANSI C standard. */
168 #define HAVE_ANSI_COMPILER 1
170 /* Define if you have the ANSI C header files.  */
171 #define STDC_HEADERS
173 /* Define on System V Release 4.  */
174 /* #undef SVR4 */
176 /* Define if `sys_siglist' is declared by <signal.h>.  */
177 /* #undef SYS_SIGLIST_DECLARED */
179 /* Define to `int' if <sys/types.h> doesn't define.  */
180 #define uid_t int
182 /* Define for Encore UMAX.  */
183 /* #undef UMAX */
185 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
186    instead of <sys/cpustats.h>.  */
187 /* #undef UMAX4_3 */
189 /* Define vfork as fork if vfork does not work.  */
190 /* #undef vfork */
192 /* Name of this package (needed by automake) */
193 #define PACKAGE "%PACKAGE%"
195 /* Version of this package (needed by automake) */
196 #define VERSION "%VERSION%"
198 /* Define to the name of the SCCS `get' command.  */
199 #define SCCS_GET "get"
201 /* Define this if the SCCS `get' command understands the `-G<file>' option.  */
202 /* #undef SCCS_GET_MINUS_G */
204 /* Define this to enable job server support in GNU make.  */
205 /* #undef MAKE_JOBSERVER */
207 /* Define to be the nanoseconds member of struct stat's st_mtim,
208    if it exists.  */
209 /* #undef ST_MTIM_NSEC */
211 /* Define this if the C library defines the variable `sys_siglist'.  */
212 /* #undef HAVE_SYS_SIGLIST */
214 /* Define this if the C library defines the variable `_sys_siglist'.  */
215 /* #undef HAVE__SYS_SIGLIST */
217 /* Define this if you have the `union wait' type in <sys/wait.h>.  */
218 /* #undef HAVE_UNION_WAIT */
220 /* Define if you have the dup2 function.  */
221 /* #undef HAVE_DUP2 */
223 /* Define if you have the getcwd function.  */
224 #define HAVE_GETCWD 1
226 /* Define if you have the getgroups function.  */
227 /* #undef HAVE_GETGROUPS */
229 /* Define if you have the gethostbyname function.  */
230 /* #undef HAVE_GETHOSTBYNAME */
232 /* Define if you have the gethostname function.  */
233 /* #undef HAVE_GETHOSTNAME */
235 /* Define if you have the memmove function.  */
236 #define HAVE_MEMMOVE 1
238 /* Define if you have the mktemp function.  */
239 #define HAVE_MKTEMP 1
241 /* Define if you have the psignal function.  */
242 /* #undef HAVE_PSIGNAL */
244 /* Define if you have the pstat_getdynamic function.  */
245 /* #undef HAVE_PSTAT_GETDYNAMIC */
247 /* Define if you have the setegid function.  */
248 /* #undef HAVE_SETEGID */
250 /* Define if you have the seteuid function.  */
251 /* #undef HAVE_SETEUID */
253 /* Define if you have the setlinebuf function.  */
254 /* #undef HAVE_SETLINEBUF */
256 /* Define if you have the setregid function.  */
257 /* #undef HAVE_SETREGID */
259 /* Define if you have the setreuid function.  */
260 /* #undef HAVE_SETREUID */
262 /* Define if you have the sigsetmask function.  */
263 /* #undef HAVE_SIGSETMASK */
265 /* Define if you have the socket function.  */
266 /* #undef HAVE_SOCKET */
268 /* Define to 1 if you have the strcasecmp function.  */
269 /* #undef HAVE_STRCASECMP */
271 /* Define to 1 if you have the strcmpi function.  */
272 /* #undef HAVE_STRCMPI */
274 /* Define to 1 if you have the stricmp function.  */
275 /* #undef HAVE_STRICMP */
277 /* Define if you have the strerror function.  */
278 #define HAVE_STRERROR 1
280 /* Define if you have the strsignal function.  */
281 /* #undef HAVE_STRSIGNAL */
283 /* Define if you have the wait3 function.  */
284 /* #undef HAVE_WAIT3 */
286 /* Define if you have the waitpid function.  */
287 /* #undef HAVE_WAITPID */
289 /* Define if you have the <dirent.h> header file.  */
290 #define HAVE_DIRENT_H 1
292 /* Define if you have the <fcntl.h> header file.  */
293 #define HAVE_FCNTL_H 1
295 /* Define if you have the <limits.h> header file.  */
296 #define HAVE_LIMITS_H 1
298 /* Define if you have the <mach/mach.h> header file.  */
299 /* #undef HAVE_MACH_MACH_H */
301 /* Define if you have the <memory.h> header file.  */
302 /* #undef HAVE_MEMORY_H */
304 /* Define if you have the <ndir.h> header file.  */
305 /* #undef HAVE_NDIR_H */
307 /* Define to 1 if you have the <stdarg.h> header file. */
308 #define HAVE_STDARG_H 1
310 /* Define if you have the <stdlib.h> header file.  */
311 /* #undef HAVE_STDLIB_H */
313 /* Define if you have the <string.h> header file.  */
314 #define HAVE_STRING_H 1
316 /* Define if you have the <sys/dir.h> header file.  */
317 #define HAVE_SYS_DIR_H 1
319 /* Define if you have the <sys/ndir.h> header file.  */
320 /* #undef HAVE_SYS_NDIR_H */
322 /* Define if you have the <sys/param.h> header file.  */
323 /* #undef HAVE_SYS_PARAM_H */
325 /* Define if you have the <sys/timeb.h> header file.  */
326 /* #undef HAVE_SYS_TIMEB_H */
328 /* Define if you have the <sys/wait.h> header file.  */
329 /* #undef HAVE_SYS_WAIT_H */
331 /* Define if you have the <unistd.h> header file.  */
332 #define HAVE_UNISTD_H 1
334 /* Define if you have the dgc library (-ldgc).  */
335 /* #undef HAVE_LIBDGC */
337 /* Define if you have the kstat library (-lkstat).  */
338 /* #undef HAVE_LIBKSTAT */
340 /* Define if you have the sun library (-lsun).  */
341 /* #undef HAVE_LIBSUN */
343 /* Define for Case Insensitve behavior */
344 #define HAVE_CASE_INSENSITIVE_FS
346 /* Build host information. */
347 #define MAKE_HOST "Amiga"