[997] | 1 | /* config.h. Generated from config.h.in by configure. */
|
---|
[3600] | 2 | /* config.h.in. Generated from configure.ac by autoheader. */
|
---|
[161] | 3 |
|
---|
[3141] | 4 | /*
|
---|
| 5 | * bird: Move up this bunch so we can include features.h early.
|
---|
| 6 | */
|
---|
| 7 |
|
---|
| 8 | /* Enable extensions on AIX 3, Interix. */
|
---|
| 9 | #ifndef _ALL_SOURCE
|
---|
| 10 | # define _ALL_SOURCE 1
|
---|
| 11 | #endif
|
---|
| 12 | /* Enable GNU extensions on systems that have them. */
|
---|
| 13 | #ifndef _GNU_SOURCE
|
---|
| 14 | # define _GNU_SOURCE 1
|
---|
| 15 | #endif
|
---|
| 16 | /* Enable threading extensions on Solaris. */
|
---|
| 17 | #ifndef _POSIX_PTHREAD_SEMANTICS
|
---|
| 18 | # define _POSIX_PTHREAD_SEMANTICS 1
|
---|
| 19 | #endif
|
---|
| 20 | /* Enable extensions on HP NonStop. */
|
---|
| 21 | #ifndef _TANDEM_SOURCE
|
---|
| 22 | # define _TANDEM_SOURCE 1
|
---|
| 23 | #endif
|
---|
| 24 | /* Enable general extensions on Solaris. */
|
---|
| 25 | #ifndef __EXTENSIONS__
|
---|
| 26 | # define __EXTENSIONS__ 1
|
---|
| 27 | #endif
|
---|
| 28 |
|
---|
| 29 | #include <features.h> /* bird */
|
---|
| 30 |
|
---|
| 31 |
|
---|
[161] | 32 | /* Define to 1 if the `closedir' function returns void instead of `int'. */
|
---|
| 33 | /* #undef CLOSEDIR_VOID */
|
---|
| 34 |
|
---|
| 35 | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
|
---|
| 36 | systems. This function is required for `alloca.c' support on those systems.
|
---|
| 37 | */
|
---|
| 38 | /* #undef CRAY_STACKSEG_END */
|
---|
| 39 |
|
---|
| 40 | /* Define to 1 if using `alloca.c'. */
|
---|
| 41 | /* #undef C_ALLOCA */
|
---|
| 42 |
|
---|
| 43 | /* Define to 1 if using `getloadavg.c'. */
|
---|
| 44 | /* #undef C_GETLOADAVG */
|
---|
| 45 |
|
---|
| 46 | /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
|
---|
| 47 | /* #undef DGUX */
|
---|
| 48 |
|
---|
| 49 | /* Use high resolution file timestamps if nonzero. */
|
---|
| 50 | #define FILE_TIMESTAMP_HI_RES 1
|
---|
| 51 |
|
---|
| 52 | /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
|
---|
| 53 | */
|
---|
| 54 | /* #undef GETLOADAVG_PRIVILEGED */
|
---|
| 55 |
|
---|
| 56 | /* Define to 1 if you have `alloca', as a function or macro. */
|
---|
| 57 | #define HAVE_ALLOCA 1
|
---|
| 58 |
|
---|
| 59 | /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
|
---|
| 60 | */
|
---|
| 61 | #define HAVE_ALLOCA_H 1
|
---|
| 62 |
|
---|
[511] | 63 | /* Define to 1 if you have the `atexit' function. */
|
---|
| 64 | #define HAVE_ATEXIT 1
|
---|
| 65 |
|
---|
| 66 | /* Use case insensitive file names */
|
---|
| 67 | /* #undef HAVE_CASE_INSENSITIVE_FS */
|
---|
| 68 |
|
---|
[913] | 69 | /* Define to 1 if you have the clock_gettime function. */
|
---|
[161] | 70 | #define HAVE_CLOCK_GETTIME 1
|
---|
| 71 |
|
---|
[2671] | 72 | /* Define to 1 if you have the declaration of `bsd_signal', and to 0 if you
|
---|
| 73 | don't. */
|
---|
[3600] | 74 | #if !defined(KBUILD_ARCH_X86) && !defined(KBUILD_ARCH_AMD64)
|
---|
| 75 | # define HAVE_DECL_BSD_SIGNAL 1
|
---|
| 76 | #endif
|
---|
[2671] | 77 |
|
---|
[3144] | 78 | /* Define to 1 if you have the declaration of `dlerror', and to 0 if you
|
---|
| 79 | don't. */
|
---|
| 80 | #define HAVE_DECL_DLERROR 1
|
---|
| 81 |
|
---|
| 82 | /* Define to 1 if you have the declaration of `dlopen', and to 0 if you don't.
|
---|
| 83 | */
|
---|
| 84 | #define HAVE_DECL_DLOPEN 1
|
---|
| 85 |
|
---|
| 86 | /* Define to 1 if you have the declaration of `dlsym', and to 0 if you don't.
|
---|
| 87 | */
|
---|
| 88 | #define HAVE_DECL_DLSYM 1
|
---|
| 89 |
|
---|
[161] | 90 | /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
|
---|
| 91 | don't. */
|
---|
[511] | 92 | #define HAVE_DECL_SYS_SIGLIST 1
|
---|
[161] | 93 |
|
---|
[511] | 94 | /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
|
---|
| 95 | don't. */
|
---|
| 96 | #define HAVE_DECL__SYS_SIGLIST 1
|
---|
| 97 |
|
---|
| 98 | /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
|
---|
| 99 | don't. */
|
---|
| 100 | #define HAVE_DECL___SYS_SIGLIST 0
|
---|
| 101 |
|
---|
[161] | 102 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
---|
| 103 | */
|
---|
| 104 | #define HAVE_DIRENT_H 1
|
---|
| 105 |
|
---|
[511] | 106 | /* Use platform specific coding */
|
---|
[161] | 107 | /* #undef HAVE_DOS_PATHS */
|
---|
| 108 |
|
---|
[3144] | 109 | /* Define to 1 if you have the `dup' function. */
|
---|
| 110 | #define HAVE_DUP 1
|
---|
| 111 |
|
---|
[161] | 112 | /* Define to 1 if you have the `dup2' function. */
|
---|
| 113 | #define HAVE_DUP2 1
|
---|
| 114 |
|
---|
| 115 | /* Define to 1 if you have the <fcntl.h> header file. */
|
---|
| 116 | #define HAVE_FCNTL_H 1
|
---|
| 117 |
|
---|
| 118 | /* Define to 1 if you have the `fdopen' function. */
|
---|
| 119 | #define HAVE_FDOPEN 1
|
---|
| 120 |
|
---|
[2671] | 121 | /* Define to 1 if you have the `fileno' function. */
|
---|
| 122 | #define HAVE_FILENO 1
|
---|
| 123 |
|
---|
[161] | 124 | /* Define to 1 if you have the `fork' function. */
|
---|
| 125 | #define HAVE_FORK 1
|
---|
| 126 |
|
---|
| 127 | /* Define to 1 if you have the `getcwd' function. */
|
---|
| 128 | #define HAVE_GETCWD 1
|
---|
| 129 |
|
---|
| 130 | /* Define to 1 if you have the `getgroups' function. */
|
---|
| 131 | #define HAVE_GETGROUPS 1
|
---|
| 132 |
|
---|
| 133 | /* Define to 1 if you have the `gethostbyname' function. */
|
---|
| 134 | /* #undef HAVE_GETHOSTBYNAME */
|
---|
| 135 |
|
---|
| 136 | /* Define to 1 if you have the `gethostname' function. */
|
---|
| 137 | /* #undef HAVE_GETHOSTNAME */
|
---|
| 138 |
|
---|
| 139 | /* Define to 1 if you have the `getloadavg' function. */
|
---|
| 140 | #define HAVE_GETLOADAVG 1
|
---|
| 141 |
|
---|
[511] | 142 | /* Define to 1 if you have the `getrlimit' function. */
|
---|
| 143 | #define HAVE_GETRLIMIT 1
|
---|
| 144 |
|
---|
[913] | 145 | /* Define to 1 if you have a standard gettimeofday function */
|
---|
[161] | 146 | #define HAVE_GETTIMEOFDAY 1
|
---|
| 147 |
|
---|
| 148 | /* Define to 1 if you have the <inttypes.h> header file. */
|
---|
| 149 | #define HAVE_INTTYPES_H 1
|
---|
| 150 |
|
---|
[3144] | 151 | /* Define to 1 if you have the `isatty' function. */
|
---|
| 152 | #define HAVE_ISATTY 1
|
---|
| 153 |
|
---|
[161] | 154 | /* Define to 1 if you have the `dgc' library (-ldgc). */
|
---|
| 155 | /* #undef HAVE_LIBDGC */
|
---|
| 156 |
|
---|
| 157 | /* Define to 1 if you have the `kstat' library (-lkstat). */
|
---|
| 158 | /* #undef HAVE_LIBKSTAT */
|
---|
| 159 |
|
---|
| 160 | /* Define to 1 if you have the <limits.h> header file. */
|
---|
| 161 | #define HAVE_LIMITS_H 1
|
---|
| 162 |
|
---|
| 163 | /* Define to 1 if you have the <locale.h> header file. */
|
---|
| 164 | #define HAVE_LOCALE_H 1
|
---|
| 165 |
|
---|
[511] | 166 | /* Define to 1 if you have the `lstat' function. */
|
---|
| 167 | #define HAVE_LSTAT 1
|
---|
| 168 |
|
---|
[161] | 169 | /* Define to 1 if you have the <mach/mach.h> header file. */
|
---|
| 170 | /* #undef HAVE_MACH_MACH_H */
|
---|
| 171 |
|
---|
| 172 | /* Define to 1 if you have the <memory.h> header file. */
|
---|
| 173 | #define HAVE_MEMORY_H 1
|
---|
| 174 |
|
---|
| 175 | /* Define to 1 if you have the `mkstemp' function. */
|
---|
| 176 | #define HAVE_MKSTEMP 1
|
---|
| 177 |
|
---|
| 178 | /* Define to 1 if you have the `mktemp' function. */
|
---|
| 179 | #define HAVE_MKTEMP 1
|
---|
| 180 |
|
---|
| 181 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
---|
| 182 | /* #undef HAVE_NDIR_H */
|
---|
| 183 |
|
---|
| 184 | /* Define to 1 if you have the <nlist.h> header file. */
|
---|
| 185 | /* #undef HAVE_NLIST_H */
|
---|
| 186 |
|
---|
| 187 | /* Define to 1 if you have the `pipe' function. */
|
---|
| 188 | #define HAVE_PIPE 1
|
---|
| 189 |
|
---|
[3144] | 190 | /* Define to 1 if you have the `pselect' function. */
|
---|
| 191 | #define HAVE_PSELECT 1
|
---|
| 192 |
|
---|
[161] | 193 | /* Define to 1 if you have the `pstat_getdynamic' function. */
|
---|
| 194 | /* #undef HAVE_PSTAT_GETDYNAMIC */
|
---|
| 195 |
|
---|
[511] | 196 | /* Define to 1 if you have the `readlink' function. */
|
---|
| 197 | #define HAVE_READLINK 1
|
---|
| 198 |
|
---|
| 199 | /* Define to 1 if you have the `realpath' function. */
|
---|
| 200 | #define HAVE_REALPATH 1
|
---|
| 201 |
|
---|
[913] | 202 | /* Define to 1 if <signal.h> defines the SA_RESTART constant. */
|
---|
[161] | 203 | #define HAVE_SA_RESTART 1
|
---|
| 204 |
|
---|
| 205 | /* Define to 1 if you have the `setegid' function. */
|
---|
| 206 | #define HAVE_SETEGID 1
|
---|
| 207 |
|
---|
| 208 | /* Define to 1 if you have the `seteuid' function. */
|
---|
| 209 | #define HAVE_SETEUID 1
|
---|
| 210 |
|
---|
| 211 | /* Define to 1 if you have the `setlinebuf' function. */
|
---|
| 212 | #define HAVE_SETLINEBUF 1
|
---|
| 213 |
|
---|
| 214 | /* Define to 1 if you have the `setlocale' function. */
|
---|
| 215 | /* #undef HAVE_SETLOCALE */
|
---|
| 216 |
|
---|
| 217 | /* Define to 1 if you have the `setregid' function. */
|
---|
| 218 | #define HAVE_SETREGID 1
|
---|
| 219 |
|
---|
| 220 | /* Define to 1 if you have the `setreuid' function. */
|
---|
| 221 | #define HAVE_SETREUID 1
|
---|
| 222 |
|
---|
[511] | 223 | /* Define to 1 if you have the `setrlimit' function. */
|
---|
| 224 | #define HAVE_SETRLIMIT 1
|
---|
| 225 |
|
---|
[161] | 226 | /* Define to 1 if you have the `setvbuf' function. */
|
---|
| 227 | #define HAVE_SETVBUF 1
|
---|
| 228 |
|
---|
| 229 | /* Define to 1 if you have the `sigaction' function. */
|
---|
| 230 | #define HAVE_SIGACTION 1
|
---|
| 231 |
|
---|
| 232 | /* Define to 1 if you have the `sigsetmask' function. */
|
---|
| 233 | #define HAVE_SIGSETMASK 1
|
---|
| 234 |
|
---|
| 235 | /* Define to 1 if you have the `socket' function. */
|
---|
| 236 | /* #undef HAVE_SOCKET */
|
---|
| 237 |
|
---|
| 238 | /* Define to 1 if you have the <stdint.h> header file. */
|
---|
| 239 | #define HAVE_STDINT_H 1
|
---|
| 240 |
|
---|
| 241 | /* Define to 1 if you have the <stdlib.h> header file. */
|
---|
| 242 | #define HAVE_STDLIB_H 1
|
---|
| 243 |
|
---|
| 244 | /* Define to 1 if you have the `strcasecmp' function. */
|
---|
[913] | 245 | #define HAVE_STRCASECMP 1
|
---|
[161] | 246 |
|
---|
[913] | 247 | /* Define to 1 if you have the `strcmpi' function. */
|
---|
| 248 | /* #undef HAVE_STRCMPI */
|
---|
[161] | 249 |
|
---|
| 250 | /* Define to 1 if you have the `strcoll' function and it is properly defined.
|
---|
| 251 | */
|
---|
| 252 | #define HAVE_STRCOLL 1
|
---|
| 253 |
|
---|
| 254 | /* Define to 1 if you have the `strdup' function. */
|
---|
| 255 | #define HAVE_STRDUP 1
|
---|
| 256 |
|
---|
| 257 | /* Define to 1 if you have the `strerror' function. */
|
---|
| 258 | #define HAVE_STRERROR 1
|
---|
| 259 |
|
---|
[913] | 260 | /* Define to 1 if you have the `stricmp' function. */
|
---|
| 261 | /* #undef HAVE_STRICMP */
|
---|
| 262 |
|
---|
[161] | 263 | /* Define to 1 if you have the <strings.h> header file. */
|
---|
| 264 | #define HAVE_STRINGS_H 1
|
---|
| 265 |
|
---|
| 266 | /* Define to 1 if you have the <string.h> header file. */
|
---|
| 267 | #define HAVE_STRING_H 1
|
---|
| 268 |
|
---|
[2671] | 269 | /* Define to 1 if you have the `strncasecmp' function. */
|
---|
| 270 | #define HAVE_STRNCASECMP 1
|
---|
| 271 |
|
---|
| 272 | /* Define to 1 if you have the `strncmpi' function. */
|
---|
| 273 | /* #undef HAVE_STRNCMPI */
|
---|
| 274 |
|
---|
| 275 | /* Define to 1 if you have the `strndup' function. */
|
---|
| 276 | #define HAVE_STRNDUP 1
|
---|
| 277 |
|
---|
| 278 | /* Define to 1 if you have the `strnicmp' function. */
|
---|
| 279 | /* #undef HAVE_STRNICMP */
|
---|
| 280 |
|
---|
[161] | 281 | /* Define to 1 if you have the `strsignal' function. */
|
---|
| 282 | #define HAVE_STRSIGNAL 1
|
---|
| 283 |
|
---|
[2671] | 284 | /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
|
---|
[161] | 285 | /* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */
|
---|
| 286 |
|
---|
| 287 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
---|
| 288 | */
|
---|
| 289 | /* #undef HAVE_SYS_DIR_H */
|
---|
| 290 |
|
---|
| 291 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
---|
| 292 | */
|
---|
| 293 | /* #undef HAVE_SYS_NDIR_H */
|
---|
| 294 |
|
---|
| 295 | /* Define to 1 if you have the <sys/param.h> header file. */
|
---|
| 296 | #define HAVE_SYS_PARAM_H 1
|
---|
| 297 |
|
---|
[511] | 298 | /* Define to 1 if you have the <sys/resource.h> header file. */
|
---|
| 299 | #define HAVE_SYS_RESOURCE_H 1
|
---|
| 300 |
|
---|
[3144] | 301 | /* Define to 1 if you have the <sys/select.h> header file. */
|
---|
| 302 | #define HAVE_SYS_SELECT_H 1
|
---|
| 303 |
|
---|
[161] | 304 | /* Define to 1 if you have the <sys/stat.h> header file. */
|
---|
| 305 | #define HAVE_SYS_STAT_H 1
|
---|
| 306 |
|
---|
| 307 | /* Define to 1 if you have the <sys/timeb.h> header file. */
|
---|
| 308 | #define HAVE_SYS_TIMEB_H 1
|
---|
| 309 |
|
---|
| 310 | /* Define to 1 if you have the <sys/time.h> header file. */
|
---|
| 311 | #define HAVE_SYS_TIME_H 1
|
---|
| 312 |
|
---|
| 313 | /* Define to 1 if you have the <sys/types.h> header file. */
|
---|
| 314 | #define HAVE_SYS_TYPES_H 1
|
---|
| 315 |
|
---|
| 316 | /* Define to 1 if you have the <sys/wait.h> header file. */
|
---|
| 317 | #define HAVE_SYS_WAIT_H 1
|
---|
| 318 |
|
---|
[3144] | 319 | /* Define to 1 if you have the `ttyname' function. */
|
---|
| 320 | #define HAVE_TTYNAME 1
|
---|
| 321 |
|
---|
| 322 | /* Define to 1 if the system has the type `uintmax_t'. */
|
---|
| 323 | #define HAVE_UINTMAX_T 1
|
---|
| 324 |
|
---|
| 325 | /* Define to 1 if you have the 'union wait' type in <sys/wait.h>. */
|
---|
[161] | 326 | /* #undef HAVE_UNION_WAIT */
|
---|
| 327 |
|
---|
| 328 | /* Define to 1 if you have the <unistd.h> header file. */
|
---|
| 329 | #define HAVE_UNISTD_H 1
|
---|
| 330 |
|
---|
[3144] | 331 | /* Define to 1 if the system has the type `unsigned long long int'. */
|
---|
| 332 | #define HAVE_UNSIGNED_LONG_LONG_INT 1
|
---|
[161] | 333 |
|
---|
| 334 | /* Define to 1 if you have the `vfork' function. */
|
---|
| 335 | #define HAVE_VFORK 1
|
---|
| 336 |
|
---|
| 337 | /* Define to 1 if you have the <vfork.h> header file. */
|
---|
| 338 | /* #undef HAVE_VFORK_H */
|
---|
| 339 |
|
---|
| 340 | /* Define to 1 if you have the `wait3' function. */
|
---|
| 341 | #define HAVE_WAIT3 1
|
---|
| 342 |
|
---|
| 343 | /* Define to 1 if you have the `waitpid' function. */
|
---|
| 344 | #define HAVE_WAITPID 1
|
---|
| 345 |
|
---|
| 346 | /* Define to 1 if `fork' works. */
|
---|
| 347 | #define HAVE_WORKING_FORK 1
|
---|
| 348 |
|
---|
| 349 | /* Define to 1 if `vfork' works. */
|
---|
| 350 | #define HAVE_WORKING_VFORK 1
|
---|
| 351 |
|
---|
[2134] | 352 | /* Build host information. (not used by kmk) */
|
---|
[3600] | 353 | #if defined(KBUILD_ARCH_X86)
|
---|
| 354 | # define MAKE_HOST "i686-pc-linux-gnu"
|
---|
| 355 | #elif defined(KBUILD_ARCH_AMD64)
|
---|
| 356 | # define MAKE_HOST "amd64-pc-linux-gnu"
|
---|
| 357 | #else
|
---|
| 358 | # define MAKE_HOST "aarch64-unknown-linux-gnu"
|
---|
| 359 | #endif
|
---|
[161] | 360 |
|
---|
[913] | 361 | /* Define to 1 to enable job server support in GNU make. */
|
---|
[161] | 362 | #define MAKE_JOBSERVER 1
|
---|
| 363 |
|
---|
[3144] | 364 | /* Define to 1 to enable 'load' support in GNU make. */
|
---|
| 365 | /* #undef MAKE_LOAD */
|
---|
| 366 |
|
---|
[913] | 367 | /* Define to 1 to enable symbolic link timestamp checking. */
|
---|
[511] | 368 | #define MAKE_SYMLINKS 1
|
---|
| 369 |
|
---|
[161] | 370 | /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
|
---|
| 371 | on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
|
---|
| 372 | /* #undef NLIST_NAME_UNION */
|
---|
| 373 |
|
---|
[913] | 374 | /* Define to 1 if struct nlist.n_name is a pointer rather than an array. */
|
---|
[161] | 375 | /* #undef NLIST_STRUCT */
|
---|
| 376 |
|
---|
| 377 | /* Name of package */
|
---|
| 378 | #define PACKAGE "make"
|
---|
| 379 |
|
---|
| 380 | /* Define to the address where bug reports for this package should be sent. */
|
---|
| 381 | #define PACKAGE_BUGREPORT "bug-make@gnu.org"
|
---|
| 382 |
|
---|
| 383 | /* Define to the full name of this package. */
|
---|
| 384 | #define PACKAGE_NAME "GNU make"
|
---|
| 385 |
|
---|
| 386 | /* Define to the full name and version of this package. */
|
---|
[3144] | 387 | #define PACKAGE_STRING "GNU make 4.2.1"
|
---|
[161] | 388 |
|
---|
| 389 | /* Define to the one symbol short name of this package. */
|
---|
| 390 | #define PACKAGE_TARNAME "make"
|
---|
| 391 |
|
---|
[2671] | 392 | /* Define to the home page for this package. */
|
---|
| 393 | #define PACKAGE_URL "http://kbuild.org/"
|
---|
| 394 |
|
---|
[161] | 395 | /* Define to the version of this package. */
|
---|
[3144] | 396 | #define PACKAGE_VERSION "4.2.1"
|
---|
[161] | 397 |
|
---|
[913] | 398 | /* Define to the character that separates directories in PATH. */
|
---|
| 399 | #define PATH_SEPARATOR_CHAR ':'
|
---|
| 400 |
|
---|
[161] | 401 | /* Define as the return type of signal handlers (`int' or `void'). */
|
---|
| 402 | #define RETSIGTYPE void
|
---|
| 403 |
|
---|
| 404 | /* Define to the name of the SCCS 'get' command. */
|
---|
| 405 | #define SCCS_GET "get"
|
---|
| 406 |
|
---|
[913] | 407 | /* Define to 1 if the SCCS 'get' command understands the '-G<file>' option. */
|
---|
[161] | 408 | /* #undef SCCS_GET_MINUS_G */
|
---|
| 409 |
|
---|
| 410 | /* If using the C implementation of alloca, define if you know the
|
---|
| 411 | direction of stack growth for your system; otherwise it will be
|
---|
[913] | 412 | automatically deduced at runtime.
|
---|
[161] | 413 | STACK_DIRECTION > 0 => grows toward higher addresses
|
---|
| 414 | STACK_DIRECTION < 0 => grows toward lower addresses
|
---|
| 415 | STACK_DIRECTION = 0 => direction of growth unknown */
|
---|
| 416 | /* #undef STACK_DIRECTION */
|
---|
| 417 |
|
---|
| 418 | /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
|
---|
| 419 | /* #undef STAT_MACROS_BROKEN */
|
---|
| 420 |
|
---|
| 421 | /* Define to 1 if you have the ANSI C header files. */
|
---|
| 422 | #define STDC_HEADERS 1
|
---|
| 423 |
|
---|
| 424 | /* Define if struct stat contains a nanoseconds field */
|
---|
[3265] | 425 | #if defined(__USE_XOPEN2K8) || defined(__USE_MISC)
|
---|
[3140] | 426 | # define ST_MTIM_NSEC st_mtim.tv_nsec
|
---|
[3265] | 427 | # define ST_ATIM_NSEC st_atim.tv_nsec
|
---|
[3140] | 428 | #else
|
---|
| 429 | # define ST_MTIM_NSEC st_mtimensec
|
---|
[3265] | 430 | # define ST_ATIM_NSEC st_atimensec
|
---|
[3140] | 431 | #endif
|
---|
[161] | 432 |
|
---|
| 433 | /* Define to 1 on System V Release 4. */
|
---|
| 434 | /* #undef SVR4 */
|
---|
| 435 |
|
---|
| 436 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
---|
| 437 | #define TIME_WITH_SYS_TIME 1
|
---|
| 438 |
|
---|
| 439 | /* Define to 1 for Encore UMAX. */
|
---|
| 440 | /* #undef UMAX */
|
---|
| 441 |
|
---|
| 442 | /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
|
---|
| 443 | <sys/cpustats.h>. */
|
---|
| 444 | /* #undef UMAX4_3 */
|
---|
| 445 |
|
---|
| 446 | /* Version number of package */
|
---|
[3144] | 447 | #define VERSION "4.2.1"
|
---|
[161] | 448 |
|
---|
[511] | 449 | /* Use platform specific coding */
|
---|
| 450 | /* #undef WINDOWS32 */
|
---|
| 451 |
|
---|
[161] | 452 | /* Define if using the dmalloc debugging malloc package */
|
---|
| 453 | /* #undef WITH_DMALLOC */
|
---|
| 454 |
|
---|
[3144] | 455 | /* Enable large inode numbers on Mac OS X 10.5. */
|
---|
| 456 | #ifndef _DARWIN_USE_64_BIT_INODE
|
---|
| 457 | # define _DARWIN_USE_64_BIT_INODE 1
|
---|
[161] | 458 | #endif
|
---|
| 459 |
|
---|
| 460 | /* Number of bits in a file offset, on hosts where this is settable. */
|
---|
[3600] | 461 | #if defined(KBUILD_ARCH_X86) || defined(KBUILD_ARCH_AMD64)
|
---|
| 462 | # define _FILE_OFFSET_BITS 64
|
---|
| 463 | #else
|
---|
| 464 | /* #undef _FILE_OFFSET_BITS */
|
---|
| 465 | #endif
|
---|
[161] | 466 |
|
---|
| 467 | /* Define for large files, on AIX-style hosts. */
|
---|
| 468 | /* #undef _LARGE_FILES */
|
---|
| 469 |
|
---|
| 470 | /* Define to 1 if on MINIX. */
|
---|
| 471 | /* #undef _MINIX */
|
---|
| 472 |
|
---|
| 473 | /* Define to 2 if the system does not provide POSIX.1 features except with
|
---|
| 474 | this defined. */
|
---|
| 475 | /* #undef _POSIX_1_SOURCE */
|
---|
| 476 |
|
---|
| 477 | /* Define to 1 if you need to in order for `stat' and other things to work. */
|
---|
| 478 | /* #undef _POSIX_SOURCE */
|
---|
| 479 |
|
---|
| 480 | /* Define to empty if `const' does not conform to ANSI C. */
|
---|
| 481 | /* #undef const */
|
---|
| 482 |
|
---|
| 483 | /* Define to `int' if <sys/types.h> doesn't define. */
|
---|
| 484 | /* #undef gid_t */
|
---|
| 485 |
|
---|
[3144] | 486 | /* Define to `long int' if <sys/types.h> does not define. */
|
---|
| 487 | /* #undef off_t */
|
---|
| 488 |
|
---|
[161] | 489 | /* Define to `int' if <sys/types.h> does not define. */
|
---|
| 490 | /* #undef pid_t */
|
---|
| 491 |
|
---|
[2671] | 492 | /* Define to `unsigned int' if <sys/types.h> does not define. */
|
---|
| 493 | /* #undef size_t */
|
---|
| 494 |
|
---|
[3144] | 495 | /* Define to `int' if <sys/types.h> does not define. */
|
---|
| 496 | /* #undef ssize_t */
|
---|
| 497 |
|
---|
[161] | 498 | /* Define to `int' if <sys/types.h> doesn't define. */
|
---|
| 499 | /* #undef uid_t */
|
---|
| 500 |
|
---|
[3144] | 501 | /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
|
---|
| 502 | do not define. */
|
---|
[161] | 503 | /* #undef uintmax_t */
|
---|
| 504 |
|
---|
| 505 | /* Define as `fork' if `vfork' does not work. */
|
---|
| 506 | /* #undef vfork */
|
---|
[1820] | 507 |
|
---|
| 508 | #include "inlined_memchr.h"
|
---|
| 509 |
|
---|