[297] | 1 | /* config.h. Generated by configure. */
|
---|
| 2 | /* config.h.in. Generated from configure.in by autoheader. */
|
---|
| 3 |
|
---|
| 4 | /* Define to 1 if the `closedir' function returns void instead of `int'. */
|
---|
| 5 | /* #undef CLOSEDIR_VOID */
|
---|
| 6 |
|
---|
| 7 | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
|
---|
| 8 | systems. This function is required for `alloca.c' support on those systems.
|
---|
| 9 | */
|
---|
| 10 | /* #undef CRAY_STACKSEG_END */
|
---|
| 11 |
|
---|
| 12 | /* Define to 1 if using `alloca.c'. */
|
---|
| 13 | /* #undef C_ALLOCA */
|
---|
| 14 |
|
---|
| 15 | /* Define to 1 if using `getloadavg.c'. */
|
---|
| 16 | /* #undef C_GETLOADAVG */
|
---|
| 17 |
|
---|
| 18 | /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
|
---|
| 19 | /* #undef DGUX */
|
---|
| 20 |
|
---|
| 21 | /* Use high resolution file timestamps if nonzero. */
|
---|
| 22 | #define FILE_TIMESTAMP_HI_RES 0
|
---|
| 23 |
|
---|
| 24 | /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
|
---|
| 25 | */
|
---|
| 26 | /* #undef GETLOADAVG_PRIVILEGED */
|
---|
| 27 |
|
---|
| 28 | /* Define to 1 if you have `alloca', as a function or macro. */
|
---|
| 29 | #define HAVE_ALLOCA 1
|
---|
| 30 |
|
---|
| 31 | /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
|
---|
| 32 | */
|
---|
| 33 | /* #undef HAVE_ALLOCA_H */
|
---|
| 34 |
|
---|
[935] | 35 | /* Define to 1 if your compiler conforms to the ANSI C standard. */
|
---|
[297] | 36 | #define HAVE_ANSI_COMPILER 1
|
---|
| 37 |
|
---|
[738] | 38 | /* Define to 1 if you have the `atexit' function. */
|
---|
| 39 | #define HAVE_ATEXIT 1
|
---|
| 40 |
|
---|
[297] | 41 | /* Define to 1 if you have the `bsd_signal' function. */
|
---|
| 42 | /* #undef HAVE_BSD_SIGNAL */
|
---|
| 43 |
|
---|
[738] | 44 | /* Use case insensitive file names */
|
---|
| 45 | /* #undef HAVE_CASE_INSENSITIVE_FS */
|
---|
| 46 |
|
---|
[935] | 47 | /* Define to 1 if you have the clock_gettime function. */
|
---|
[297] | 48 | /* #undef HAVE_CLOCK_GETTIME */
|
---|
| 49 |
|
---|
| 50 | /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
|
---|
| 51 | don't. */
|
---|
[738] | 52 | #define HAVE_DECL_SYS_SIGLIST 1
|
---|
[297] | 53 |
|
---|
[738] | 54 | /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
|
---|
| 55 | don't. */
|
---|
| 56 | #define HAVE_DECL__SYS_SIGLIST 0
|
---|
| 57 |
|
---|
| 58 | /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
|
---|
| 59 | don't. */
|
---|
| 60 | #define HAVE_DECL___SYS_SIGLIST 0
|
---|
| 61 |
|
---|
[297] | 62 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
---|
| 63 | */
|
---|
| 64 | #define HAVE_DIRENT_H 1
|
---|
| 65 |
|
---|
| 66 | /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
|
---|
| 67 | /* #undef HAVE_DOPRNT */
|
---|
| 68 |
|
---|
[738] | 69 | /* Use platform specific coding */
|
---|
[297] | 70 | /* #undef HAVE_DOS_PATHS */
|
---|
| 71 |
|
---|
| 72 | /* Define to 1 if you have the `dup2' function. */
|
---|
| 73 | #define HAVE_DUP2 1
|
---|
| 74 |
|
---|
| 75 | /* Define to 1 if you have the <fcntl.h> header file. */
|
---|
| 76 | #define HAVE_FCNTL_H 1
|
---|
| 77 |
|
---|
| 78 | /* Define to 1 if you have the `fdopen' function. */
|
---|
| 79 | #define HAVE_FDOPEN 1
|
---|
| 80 |
|
---|
| 81 | /* Define to 1 if you have the `fork' function. */
|
---|
| 82 | #define HAVE_FORK 1
|
---|
| 83 |
|
---|
| 84 | /* Define to 1 if you have the `getcwd' function. */
|
---|
| 85 | #define HAVE_GETCWD 1
|
---|
| 86 |
|
---|
| 87 | /* Define to 1 if you have the `getgroups' function. */
|
---|
| 88 | #define HAVE_GETGROUPS 1
|
---|
| 89 |
|
---|
| 90 | /* Define to 1 if you have the `gethostbyname' function. */
|
---|
| 91 | /* #undef HAVE_GETHOSTBYNAME */
|
---|
| 92 |
|
---|
| 93 | /* Define to 1 if you have the `gethostname' function. */
|
---|
| 94 | /* #undef HAVE_GETHOSTNAME */
|
---|
| 95 |
|
---|
| 96 | /* Define to 1 if you have the `getloadavg' function. */
|
---|
| 97 | #define HAVE_GETLOADAVG 1
|
---|
| 98 |
|
---|
[738] | 99 | /* Define to 1 if you have the `getrlimit' function. */
|
---|
| 100 | #define HAVE_GETRLIMIT 1
|
---|
| 101 |
|
---|
[935] | 102 | /* Define to 1 if you have a standard gettimeofday function */
|
---|
[297] | 103 | #define HAVE_GETTIMEOFDAY 1
|
---|
| 104 |
|
---|
| 105 | /* Define to 1 if you have the <inttypes.h> header file. */
|
---|
| 106 | #define HAVE_INTTYPES_H 1
|
---|
| 107 |
|
---|
| 108 | /* Define to 1 if you have the `dgc' library (-ldgc). */
|
---|
| 109 | /* #undef HAVE_LIBDGC */
|
---|
| 110 |
|
---|
| 111 | /* Define to 1 if you have the `kstat' library (-lkstat). */
|
---|
| 112 | /* #undef HAVE_LIBKSTAT */
|
---|
| 113 |
|
---|
| 114 | /* Define to 1 if you have the <limits.h> header file. */
|
---|
| 115 | #define HAVE_LIMITS_H 1
|
---|
| 116 |
|
---|
| 117 | /* Define to 1 if you have the <locale.h> header file. */
|
---|
| 118 | #define HAVE_LOCALE_H 1
|
---|
| 119 |
|
---|
[738] | 120 | /* Define to 1 if you have the `lstat' function. */
|
---|
| 121 | #define HAVE_LSTAT 1
|
---|
| 122 |
|
---|
[297] | 123 | /* Define to 1 if you have the <mach/mach.h> header file. */
|
---|
| 124 | /* #undef HAVE_MACH_MACH_H */
|
---|
| 125 |
|
---|
| 126 | /* Define to 1 if you have the <memory.h> header file. */
|
---|
| 127 | #define HAVE_MEMORY_H 1
|
---|
| 128 |
|
---|
| 129 | /* Define to 1 if you have the `mkstemp' function. */
|
---|
| 130 | #define HAVE_MKSTEMP 1
|
---|
| 131 |
|
---|
| 132 | /* Define to 1 if you have the `mktemp' function. */
|
---|
| 133 | #define HAVE_MKTEMP 1
|
---|
| 134 |
|
---|
| 135 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
---|
| 136 | /* #undef HAVE_NDIR_H */
|
---|
| 137 |
|
---|
| 138 | /* Define to 1 if you have the <nlist.h> header file. */
|
---|
| 139 | /* #undef HAVE_NLIST_H */
|
---|
| 140 |
|
---|
| 141 | /* Define to 1 if you have the `pipe' function. */
|
---|
| 142 | #define HAVE_PIPE 1
|
---|
| 143 |
|
---|
| 144 | /* Define to 1 if you have the `pstat_getdynamic' function. */
|
---|
| 145 | /* #undef HAVE_PSTAT_GETDYNAMIC */
|
---|
| 146 |
|
---|
[738] | 147 | /* Define to 1 if you have the `readlink' function. */
|
---|
| 148 | #define HAVE_READLINK 1
|
---|
| 149 |
|
---|
| 150 | /* Define to 1 if you have the `realpath' function. */
|
---|
| 151 | #define HAVE_REALPATH 1
|
---|
| 152 |
|
---|
[935] | 153 | /* Define to 1 if <signal.h> defines the SA_RESTART constant. */
|
---|
[297] | 154 | #define HAVE_SA_RESTART 1
|
---|
| 155 |
|
---|
| 156 | /* Define to 1 if you have the `setegid' function. */
|
---|
| 157 | #define HAVE_SETEGID 1
|
---|
| 158 |
|
---|
| 159 | /* Define to 1 if you have the `seteuid' function. */
|
---|
| 160 | #define HAVE_SETEUID 1
|
---|
| 161 |
|
---|
| 162 | /* Define to 1 if you have the `setlinebuf' function. */
|
---|
| 163 | #define HAVE_SETLINEBUF 1
|
---|
| 164 |
|
---|
| 165 | /* Define to 1 if you have the `setlocale' function. */
|
---|
| 166 | /* #undef HAVE_SETLOCALE */
|
---|
| 167 |
|
---|
| 168 | /* Define to 1 if you have the `setregid' function. */
|
---|
| 169 | #define HAVE_SETREGID 1
|
---|
| 170 |
|
---|
| 171 | /* Define to 1 if you have the `setreuid' function. */
|
---|
| 172 | #define HAVE_SETREUID 1
|
---|
| 173 |
|
---|
[738] | 174 | /* Define to 1 if you have the `setrlimit' function. */
|
---|
| 175 | #define HAVE_SETRLIMIT 1
|
---|
| 176 |
|
---|
[297] | 177 | /* Define to 1 if you have the `setvbuf' function. */
|
---|
| 178 | #define HAVE_SETVBUF 1
|
---|
| 179 |
|
---|
| 180 | /* Define to 1 if you have the `sigaction' function. */
|
---|
| 181 | #define HAVE_SIGACTION 1
|
---|
| 182 |
|
---|
| 183 | /* Define to 1 if you have the `sigsetmask' function. */
|
---|
| 184 | #define HAVE_SIGSETMASK 1
|
---|
| 185 |
|
---|
| 186 | /* Define to 1 if you have the `socket' function. */
|
---|
| 187 | /* #undef HAVE_SOCKET */
|
---|
| 188 |
|
---|
| 189 | /* Define to 1 if you have the <stdarg.h> header file. */
|
---|
| 190 | #define HAVE_STDARG_H 1
|
---|
| 191 |
|
---|
| 192 | /* Define to 1 if you have the <stdint.h> header file. */
|
---|
| 193 | #define HAVE_STDINT_H 1
|
---|
| 194 |
|
---|
| 195 | /* Define to 1 if you have the <stdlib.h> header file. */
|
---|
| 196 | #define HAVE_STDLIB_H 1
|
---|
| 197 |
|
---|
| 198 | /* Define to 1 if you have the `strcasecmp' function. */
|
---|
[935] | 199 | #define HAVE_STRCASECMP 1
|
---|
[297] | 200 |
|
---|
[935] | 201 | /* Define to 1 if you have the `strcmpi' function. */
|
---|
| 202 | /* #undef HAVE_STRCMPI */
|
---|
[297] | 203 |
|
---|
| 204 | /* Define to 1 if you have the `strcoll' function and it is properly defined.
|
---|
| 205 | */
|
---|
| 206 | #define HAVE_STRCOLL 1
|
---|
| 207 |
|
---|
| 208 | /* Define to 1 if you have the `strdup' function. */
|
---|
| 209 | #define HAVE_STRDUP 1
|
---|
| 210 |
|
---|
| 211 | /* Define to 1 if you have the `strerror' function. */
|
---|
| 212 | #define HAVE_STRERROR 1
|
---|
| 213 |
|
---|
[935] | 214 | /* Define to 1 if you have the `stricmp' function. */
|
---|
| 215 | /* #undef HAVE_STRICMP */
|
---|
| 216 |
|
---|
[297] | 217 | /* Define to 1 if you have the <strings.h> header file. */
|
---|
| 218 | #define HAVE_STRINGS_H 1
|
---|
| 219 |
|
---|
| 220 | /* Define to 1 if you have the <string.h> header file. */
|
---|
| 221 | #define HAVE_STRING_H 1
|
---|
| 222 |
|
---|
| 223 | /* Define to 1 if you have the `strsignal' function. */
|
---|
| 224 | #define HAVE_STRSIGNAL 1
|
---|
| 225 |
|
---|
| 226 | /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
|
---|
| 227 | /* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */
|
---|
| 228 |
|
---|
| 229 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
---|
| 230 | */
|
---|
| 231 | /* #undef HAVE_SYS_DIR_H */
|
---|
| 232 |
|
---|
| 233 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
---|
| 234 | */
|
---|
| 235 | /* #undef HAVE_SYS_NDIR_H */
|
---|
| 236 |
|
---|
| 237 | /* Define to 1 if you have the <sys/param.h> header file. */
|
---|
| 238 | #define HAVE_SYS_PARAM_H 1
|
---|
| 239 |
|
---|
[738] | 240 | /* Define to 1 if you have the <sys/resource.h> header file. */
|
---|
| 241 | #define HAVE_SYS_RESOURCE_H 1
|
---|
| 242 |
|
---|
[297] | 243 | /* Define to 1 if you have the <sys/stat.h> header file. */
|
---|
| 244 | #define HAVE_SYS_STAT_H 1
|
---|
| 245 |
|
---|
| 246 | /* Define to 1 if you have the <sys/timeb.h> header file. */
|
---|
| 247 | #define HAVE_SYS_TIMEB_H 1
|
---|
| 248 |
|
---|
| 249 | /* Define to 1 if you have the <sys/time.h> header file. */
|
---|
| 250 | #define HAVE_SYS_TIME_H 1
|
---|
| 251 |
|
---|
| 252 | /* Define to 1 if you have the <sys/types.h> header file. */
|
---|
| 253 | #define HAVE_SYS_TYPES_H 1
|
---|
| 254 |
|
---|
| 255 | /* Define to 1 if you have the <sys/wait.h> header file. */
|
---|
| 256 | #define HAVE_SYS_WAIT_H 1
|
---|
| 257 |
|
---|
[935] | 258 | /* Define to 1 if you have the \`union wait' type in <sys/wait.h>. */
|
---|
[297] | 259 | /* #undef HAVE_UNION_WAIT */
|
---|
| 260 |
|
---|
| 261 | /* Define to 1 if you have the <unistd.h> header file. */
|
---|
| 262 | #define HAVE_UNISTD_H 1
|
---|
| 263 |
|
---|
| 264 | /* Define to 1 if you have the <varargs.h> header file. */
|
---|
| 265 | /* #undef HAVE_VARARGS_H */
|
---|
| 266 |
|
---|
| 267 | /* Define to 1 if you have the `vfork' function. */
|
---|
| 268 | #define HAVE_VFORK 1
|
---|
| 269 |
|
---|
| 270 | /* Define to 1 if you have the <vfork.h> header file. */
|
---|
| 271 | /* #undef HAVE_VFORK_H */
|
---|
| 272 |
|
---|
| 273 | /* Define to 1 if you have the `vprintf' function. */
|
---|
| 274 | #define HAVE_VPRINTF 1
|
---|
| 275 |
|
---|
| 276 | /* Define to 1 if you have the `wait3' function. */
|
---|
| 277 | #define HAVE_WAIT3 1
|
---|
| 278 |
|
---|
| 279 | /* Define to 1 if you have the `waitpid' function. */
|
---|
| 280 | #define HAVE_WAITPID 1
|
---|
| 281 |
|
---|
| 282 | /* Define to 1 if `fork' works. */
|
---|
| 283 | #define HAVE_WORKING_FORK 1
|
---|
| 284 |
|
---|
| 285 | /* Define to 1 if `vfork' works. */
|
---|
| 286 | #define HAVE_WORKING_VFORK 1
|
---|
| 287 |
|
---|
[2134] | 288 | /* Build host information. (not used by kmk) */
|
---|
[1070] | 289 | #if defined(__X86__) || defined(__i386__) || defined(__I386__)
|
---|
| 290 | #define MAKE_HOST "i386-unknown-freebsd6.2"
|
---|
| 291 | #else
|
---|
[935] | 292 | #define MAKE_HOST "amd64-unknown-freebsd6.2"
|
---|
[1070] | 293 | #endif
|
---|
[297] | 294 |
|
---|
[935] | 295 | /* Define to 1 to enable job server support in GNU make. */
|
---|
[297] | 296 | #define MAKE_JOBSERVER 1
|
---|
| 297 |
|
---|
[935] | 298 | /* Define to 1 to enable symbolic link timestamp checking. */
|
---|
[738] | 299 | #define MAKE_SYMLINKS 1
|
---|
| 300 |
|
---|
[297] | 301 | /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
|
---|
| 302 | on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
|
---|
| 303 | /* #undef NLIST_NAME_UNION */
|
---|
| 304 |
|
---|
[935] | 305 | /* Define to 1 if struct nlist.n_name is a pointer rather than an array. */
|
---|
[297] | 306 | /* #undef NLIST_STRUCT */
|
---|
| 307 |
|
---|
| 308 | /* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
---|
| 309 | /* #undef NO_MINUS_C_MINUS_O */
|
---|
| 310 |
|
---|
| 311 | /* Name of package */
|
---|
| 312 | #define PACKAGE "make"
|
---|
| 313 |
|
---|
| 314 | /* Define to the address where bug reports for this package should be sent. */
|
---|
| 315 | #define PACKAGE_BUGREPORT "bug-make@gnu.org"
|
---|
| 316 |
|
---|
| 317 | /* Define to the full name of this package. */
|
---|
| 318 | #define PACKAGE_NAME "GNU make"
|
---|
| 319 |
|
---|
| 320 | /* Define to the full name and version of this package. */
|
---|
[2591] | 321 | #define PACKAGE_STRING "GNU make 3.82"
|
---|
[297] | 322 |
|
---|
| 323 | /* Define to the one symbol short name of this package. */
|
---|
| 324 | #define PACKAGE_TARNAME "make"
|
---|
| 325 |
|
---|
| 326 | /* Define to the version of this package. */
|
---|
[2591] | 327 | #define PACKAGE_VERSION "3.82"
|
---|
[297] | 328 |
|
---|
[935] | 329 | /* Define to the character that separates directories in PATH. */
|
---|
| 330 | #define PATH_SEPARATOR_CHAR ':'
|
---|
| 331 |
|
---|
[297] | 332 | /* Define to 1 if the C compiler supports function prototypes. */
|
---|
| 333 | #define PROTOTYPES 1
|
---|
| 334 |
|
---|
| 335 | /* Define as the return type of signal handlers (`int' or `void'). */
|
---|
| 336 | #define RETSIGTYPE void
|
---|
| 337 |
|
---|
| 338 | /* Define to the name of the SCCS 'get' command. */
|
---|
| 339 | #define SCCS_GET "get"
|
---|
| 340 |
|
---|
[935] | 341 | /* Define to 1 if the SCCS 'get' command understands the '-G<file>' option. */
|
---|
[297] | 342 | /* #undef SCCS_GET_MINUS_G */
|
---|
| 343 |
|
---|
| 344 | /* Define to 1 if the `setvbuf' function takes the buffering type as its
|
---|
| 345 | second argument and the buffer pointer as the third, as on System V before
|
---|
| 346 | release 3. */
|
---|
| 347 | /* #undef SETVBUF_REVERSED */
|
---|
| 348 |
|
---|
| 349 | /* If using the C implementation of alloca, define if you know the
|
---|
| 350 | direction of stack growth for your system; otherwise it will be
|
---|
| 351 | automatically deduced at run-time.
|
---|
| 352 | STACK_DIRECTION > 0 => grows toward higher addresses
|
---|
| 353 | STACK_DIRECTION < 0 => grows toward lower addresses
|
---|
| 354 | STACK_DIRECTION = 0 => direction of growth unknown */
|
---|
| 355 | /* #undef STACK_DIRECTION */
|
---|
| 356 |
|
---|
| 357 | /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
|
---|
| 358 | /* #undef STAT_MACROS_BROKEN */
|
---|
| 359 |
|
---|
| 360 | /* Define to 1 if you have the ANSI C header files. */
|
---|
| 361 | #define STDC_HEADERS 1
|
---|
| 362 |
|
---|
| 363 | /* Define if struct stat contains a nanoseconds field */
|
---|
| 364 | /* #undef ST_MTIM_NSEC */
|
---|
| 365 |
|
---|
| 366 | /* Define to 1 on System V Release 4. */
|
---|
| 367 | /* #undef SVR4 */
|
---|
| 368 |
|
---|
| 369 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
---|
| 370 | #define TIME_WITH_SYS_TIME 1
|
---|
| 371 |
|
---|
| 372 | /* Define to 1 for Encore UMAX. */
|
---|
| 373 | /* #undef UMAX */
|
---|
| 374 |
|
---|
| 375 | /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
|
---|
| 376 | <sys/cpustats.h>. */
|
---|
| 377 | /* #undef UMAX4_3 */
|
---|
| 378 |
|
---|
| 379 | /* Version number of package */
|
---|
[2591] | 380 | #define VERSION "3.82"
|
---|
[297] | 381 |
|
---|
[738] | 382 | /* Use platform specific coding */
|
---|
| 383 | /* #undef WINDOWS32 */
|
---|
| 384 |
|
---|
[297] | 385 | /* Define if using the dmalloc debugging malloc package */
|
---|
| 386 | /* #undef WITH_DMALLOC */
|
---|
| 387 |
|
---|
| 388 | /* Define to 1 if on AIX 3.
|
---|
| 389 | System headers sometimes define this.
|
---|
| 390 | We just want to avoid a redefinition error message. */
|
---|
| 391 | #ifndef _ALL_SOURCE
|
---|
| 392 | /* # undef _ALL_SOURCE */
|
---|
| 393 | #endif
|
---|
| 394 |
|
---|
| 395 | /* Number of bits in a file offset, on hosts where this is settable. */
|
---|
| 396 | /* #undef _FILE_OFFSET_BITS */
|
---|
| 397 |
|
---|
| 398 | /* Define for large files, on AIX-style hosts. */
|
---|
| 399 | /* #undef _LARGE_FILES */
|
---|
| 400 |
|
---|
| 401 | /* Define to 1 if on MINIX. */
|
---|
| 402 | /* #undef _MINIX */
|
---|
| 403 |
|
---|
| 404 | /* Define to 2 if the system does not provide POSIX.1 features except with
|
---|
| 405 | this defined. */
|
---|
| 406 | /* #undef _POSIX_1_SOURCE */
|
---|
| 407 |
|
---|
| 408 | /* Define to 1 if you need to in order for `stat' and other things to work. */
|
---|
| 409 | /* #undef _POSIX_SOURCE */
|
---|
| 410 |
|
---|
| 411 | /* Define like PROTOTYPES; this can be used by system headers. */
|
---|
| 412 | #define __PROTOTYPES 1
|
---|
| 413 |
|
---|
| 414 | /* Define to empty if `const' does not conform to ANSI C. */
|
---|
| 415 | /* #undef const */
|
---|
| 416 |
|
---|
| 417 | /* Define to `int' if <sys/types.h> doesn't define. */
|
---|
| 418 | /* #undef gid_t */
|
---|
| 419 |
|
---|
| 420 | /* Define to `int' if <sys/types.h> does not define. */
|
---|
| 421 | /* #undef pid_t */
|
---|
| 422 |
|
---|
| 423 | /* Define to `int' if <sys/types.h> doesn't define. */
|
---|
| 424 | /* #undef uid_t */
|
---|
| 425 |
|
---|
| 426 | /* Define uintmax_t if not defined in <stdint.h> or <inttypes.h>. */
|
---|
| 427 | /* #undef uintmax_t */
|
---|
| 428 |
|
---|
| 429 | /* Define as `fork' if `vfork' does not work. */
|
---|
| 430 | /* #undef vfork */
|
---|
[1813] | 431 |
|
---|
| 432 | #include "inlined_memchr.h"
|
---|
| 433 |
|
---|