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