Fix stupid wrong-pointer error handling target vars containing semicolons.
[make.git] / config.ami.template
blobaa3a57e6307a1016e6fd14f65d5a94f12c70ec6d
1 /* config.h -- hand-massaged for Amiga                                  -*-C-*-
2 Copyright (C) 1995-2012 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 you don't have vprintf but do have _doprnt.  */
57 /* #undef HAVE_DOPRNT */
59 /* Define if your system has a working fnmatch function.  */
60 /* #undef HAVE_FNMATCH */
62 /* Define if your system has its own 'getloadavg' function.  */
63 /* #undef HAVE_GETLOADAVG */
65 /* Define if you have the getmntent function.  */
66 /* #undef HAVE_GETMNTENT */
68 /* Embed GNU Guile support */
69 /* #undef HAVE_GUILE */
71 /* Define if the 'long double' type works.  */
72 /* #undef HAVE_LONG_DOUBLE */
74 /* Define if you support file names longer than 14 characters.  */
75 #define HAVE_LONG_FILE_NAMES 1
77 /* Define if you have a working 'mmap' system call.  */
78 /* #undef HAVE_MMAP */
80 /* Define if system calls automatically restart after interruption
81    by a signal.  */
82 /* #undef HAVE_RESTARTABLE_SYSCALLS */
84 /* Define if your struct stat has st_blksize.  */
85 /* #undef HAVE_ST_BLKSIZE */
87 /* Define if your struct stat has st_blocks.  */
88 /* #undef HAVE_ST_BLOCKS */
90 /* Define if you have the strcoll function and it is properly defined.  */
91 #define HAVE_STRCOLL 1
93 /* Define if your struct stat has st_rdev.  */
94 #define HAVE_ST_RDEV 1
96 /* Define if you have the strftime function.  */
97 #define HAVE_STRFTIME 1
99 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
100 /* #undef HAVE_SYS_WAIT_H */
102 /* Define if your struct tm has tm_zone.  */
103 /* #undef HAVE_TM_ZONE */
105 /* Define if you don't have tm_zone but do have the external array
106    tzname.  */
107 #define HAVE_TZNAME 1
109 /* Define if you have <unistd.h>.  */
110 #define HAVE_UNISTD_H 1
112 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
113 /* #undef HAVE_UTIME_NULL */
115 /* Define if you have <vfork.h>.  */
116 /* #undef HAVE_VFORK_H */
118 /* Define if you have the vprintf function.  */
119 #define HAVE_VPRINTF 1
121 /* Define if you have the wait3 system call.  */
122 /* #undef HAVE_WAIT3 */
124 /* Define if on MINIX.  */
125 /* #undef _MINIX */
127 /* Define if your struct nlist has an n_un member.  */
128 /* #undef NLIST_NAME_UNION */
130 /* Define if you have <nlist.h>.  */
131 /* #undef NLIST_STRUCT */
133 /* Define if your C compiler doesn't accept -c and -o together.  */
134 /* #undef NO_MINUS_C_MINUS_O */
136 /* Define to 'int' if <sys/types.h> doesn't define.  */
137 #define pid_t int
139 /* Define if the system does not provide POSIX.1 features except
140    with this defined.  */
141 /* #undef _POSIX_1_SOURCE */
143 /* Define if you need to in order for stat and other things to work.  */
144 /* #undef _POSIX_SOURCE */
146 /* Define as the return type of signal handlers (int or void).  */
147 #define RETSIGTYPE void
149 /* Define if the setvbuf function takes the buffering type as its second
150    argument and the buffer pointer as the third, as on System V
151    before release 3.  */
152 /* #undef SETVBUF_REVERSED */
154 /* If using the C implementation of alloca, define if you know the
155    direction of stack growth for your system; otherwise it will be
156    automatically deduced at run-time.
157         STACK_DIRECTION > 0 => grows toward higher addresses
158         STACK_DIRECTION < 0 => grows toward lower addresses
159         STACK_DIRECTION = 0 => direction of growth unknown
160  */
161 #define STACK_DIRECTION -1
163 /* Define if the 'S_IS*' macros in <sys/stat.h> do not work properly.  */
164 /* #undef STAT_MACROS_BROKEN */
166 /* Define if your compiler conforms to the ANSI C standard. */
167 #define HAVE_ANSI_COMPILER 1
169 /* Define if you have the ANSI C header files.  */
170 #define STDC_HEADERS
172 /* Define on System V Release 4.  */
173 /* #undef SVR4 */
175 /* Define if 'sys_siglist' is declared by <signal.h>.  */
176 /* #undef SYS_SIGLIST_DECLARED */
178 /* Define to 'int' if <sys/types.h> doesn't define.  */
179 #define uid_t int
181 /* Define for Encore UMAX.  */
182 /* #undef UMAX */
184 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
185    instead of <sys/cpustats.h>.  */
186 /* #undef UMAX4_3 */
188 /* Define vfork as fork if vfork does not work.  */
189 /* #undef vfork */
191 /* Name of this package (needed by automake) */
192 #define PACKAGE "%PACKAGE%"
194 /* Version of this package (needed by automake) */
195 #define VERSION "%VERSION%"
197 /* Define to the name of the SCCS 'get' command.  */
198 #define SCCS_GET "get"
200 /* Define this if the SCCS 'get' command understands the '-G<file>' option.  */
201 /* #undef SCCS_GET_MINUS_G */
203 /* Define this to enable job server support in GNU make.  */
204 /* #undef MAKE_JOBSERVER */
206 /* Define to be the nanoseconds member of struct stat's st_mtim,
207    if it exists.  */
208 /* #undef ST_MTIM_NSEC */
210 /* Define this if the C library defines the variable 'sys_siglist'.  */
211 /* #undef HAVE_SYS_SIGLIST */
213 /* Define this if the C library defines the variable '_sys_siglist'.  */
214 /* #undef HAVE__SYS_SIGLIST */
216 /* Define this if you have the 'union wait' type in <sys/wait.h>.  */
217 /* #undef HAVE_UNION_WAIT */
219 /* Define if you have the dup2 function.  */
220 /* #undef HAVE_DUP2 */
222 /* Define if you have the getcwd function.  */
223 #define HAVE_GETCWD 1
225 /* Define if you have the getgroups function.  */
226 /* #undef HAVE_GETGROUPS */
228 /* Define if you have the gethostbyname function.  */
229 /* #undef HAVE_GETHOSTBYNAME */
231 /* Define if you have the gethostname function.  */
232 /* #undef HAVE_GETHOSTNAME */
234 /* Define if you have the memmove function.  */
235 #define HAVE_MEMMOVE 1
237 /* Define if you have the mktemp function.  */
238 #define HAVE_MKTEMP 1
240 /* Define if you have the psignal function.  */
241 /* #undef HAVE_PSIGNAL */
243 /* Define if you have the pstat_getdynamic function.  */
244 /* #undef HAVE_PSTAT_GETDYNAMIC */
246 /* Define if you have the setegid function.  */
247 /* #undef HAVE_SETEGID */
249 /* Define if you have the seteuid function.  */
250 /* #undef HAVE_SETEUID */
252 /* Define if you have the setlinebuf function.  */
253 /* #undef HAVE_SETLINEBUF */
255 /* Define if you have the setregid function.  */
256 /* #undef HAVE_SETREGID */
258 /* Define if you have the setreuid function.  */
259 /* #undef HAVE_SETREUID */
261 /* Define if you have the sigsetmask function.  */
262 /* #undef HAVE_SIGSETMASK */
264 /* Define if you have the socket function.  */
265 /* #undef HAVE_SOCKET */
267 /* Define to 1 if you have the strcasecmp function.  */
268 /* #undef HAVE_STRCASECMP */
270 /* Define to 1 if you have the strcmpi function.  */
271 /* #undef HAVE_STRCMPI */
273 /* Define to 1 if you have the stricmp function.  */
274 /* #undef HAVE_STRICMP */
276 /* Define if you have the strerror function.  */
277 #define HAVE_STRERROR 1
279 /* Define if you have the strsignal function.  */
280 /* #undef HAVE_STRSIGNAL */
282 /* Define if you have the wait3 function.  */
283 /* #undef HAVE_WAIT3 */
285 /* Define if you have the waitpid function.  */
286 /* #undef HAVE_WAITPID */
288 /* Define if you have the <dirent.h> header file.  */
289 #define HAVE_DIRENT_H 1
291 /* Define if you have the <fcntl.h> header file.  */
292 #define HAVE_FCNTL_H 1
294 /* Define if you have the <limits.h> header file.  */
295 #define HAVE_LIMITS_H 1
297 /* Define if you have the <mach/mach.h> header file.  */
298 /* #undef HAVE_MACH_MACH_H */
300 /* Define if you have the <memory.h> header file.  */
301 /* #undef HAVE_MEMORY_H */
303 /* Define if you have the <ndir.h> header file.  */
304 /* #undef HAVE_NDIR_H */
306 /* Define to 1 if you have the <stdarg.h> header file. */
307 #define HAVE_STDARG_H 1
309 /* Define if you have the <stdlib.h> header file.  */
310 /* #undef HAVE_STDLIB_H */
312 /* Define if you have the <string.h> header file.  */
313 #define HAVE_STRING_H 1
315 /* Define if you have the <sys/dir.h> header file.  */
316 #define HAVE_SYS_DIR_H 1
318 /* Define if you have the <sys/ndir.h> header file.  */
319 /* #undef HAVE_SYS_NDIR_H */
321 /* Define if you have the <sys/param.h> header file.  */
322 /* #undef HAVE_SYS_PARAM_H */
324 /* Define if you have the <sys/timeb.h> header file.  */
325 /* #undef HAVE_SYS_TIMEB_H */
327 /* Define if you have the <sys/wait.h> header file.  */
328 /* #undef HAVE_SYS_WAIT_H */
330 /* Define if you have the <unistd.h> header file.  */
331 #define HAVE_UNISTD_H 1
333 /* Define if you have the dgc library (-ldgc).  */
334 /* #undef HAVE_LIBDGC */
336 /* Define if you have the kstat library (-lkstat).  */
337 /* #undef HAVE_LIBKSTAT */
339 /* Define if you have the sun library (-lsun).  */
340 /* #undef HAVE_LIBSUN */
342 /* Define for Case Insensitve behavior */
343 #define HAVE_CASE_INSENSITIVE_FS
345 /* Build host information. */
346 #define MAKE_HOST "Amiga"