- Timestamp:
- Mar 15, 2018, 12:59:49 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/config.h.linux
r3141 r3144 61 61 #define HAVE_ALLOCA_H 1 62 62 63 /* Define to 1 if your compiler conforms to the ANSI C standard. */64 #define HAVE_ANSI_COMPILER 165 66 63 /* Define to 1 if you have the `atexit' function. */ 67 64 #define HAVE_ATEXIT 1 … … 75 72 /* Define to 1 if you have the declaration of `bsd_signal', and to 0 if you 76 73 don't. */ 77 #define HAVE_DECL_BSD_SIGNAL 1 74 /* #define HAVE_DECL_BSD_SIGNAL 1 */ 75 76 /* Define to 1 if you have the declaration of `dlerror', and to 0 if you 77 don't. */ 78 #define HAVE_DECL_DLERROR 1 79 80 /* Define to 1 if you have the declaration of `dlopen', and to 0 if you don't. 81 */ 82 #define HAVE_DECL_DLOPEN 1 83 84 /* Define to 1 if you have the declaration of `dlsym', and to 0 if you don't. 85 */ 86 #define HAVE_DECL_DLSYM 1 78 87 79 88 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you … … 93 102 #define HAVE_DIRENT_H 1 94 103 95 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */96 /* #undef HAVE_DOPRNT */97 98 104 /* Use platform specific coding */ 99 105 /* #undef HAVE_DOS_PATHS */ 100 106 107 /* Define to 1 if you have the `dup' function. */ 108 #define HAVE_DUP 1 109 101 110 /* Define to 1 if you have the `dup2' function. */ 102 111 #define HAVE_DUP2 1 … … 135 144 #define HAVE_GETTIMEOFDAY 1 136 145 146 /* Embed GNU Guile support */ 147 /* #undef HAVE_GUILE */ 148 137 149 /* Define to 1 if you have the <inttypes.h> header file. */ 138 150 #define HAVE_INTTYPES_H 1 139 151 152 /* Define to 1 if you have the `isatty' function. */ 153 #define HAVE_ISATTY 1 154 140 155 /* Define to 1 if you have the `dgc' library (-ldgc). */ 141 156 /* #undef HAVE_LIBDGC */ … … 174 189 #define HAVE_PIPE 1 175 190 191 /* Define to 1 if you have the `pselect' function. */ 192 #define HAVE_PSELECT 1 193 176 194 /* Define to 1 if you have the `pstat_getdynamic' function. */ 177 195 /* #undef HAVE_PSTAT_GETDYNAMIC */ … … 219 237 /* #undef HAVE_SOCKET */ 220 238 221 /* Define to 1 if you have the <stdarg.h> header file. */222 #define HAVE_STDARG_H 1223 224 239 /* Define to 1 if you have the <stdint.h> header file. */ 225 240 #define HAVE_STDINT_H 1 … … 285 300 #define HAVE_SYS_RESOURCE_H 1 286 301 302 /* Define to 1 if you have the <sys/select.h> header file. */ 303 #define HAVE_SYS_SELECT_H 1 304 287 305 /* Define to 1 if you have the <sys/stat.h> header file. */ 288 306 #define HAVE_SYS_STAT_H 1 … … 300 318 #define HAVE_SYS_WAIT_H 1 301 319 302 /* Define to 1 if you have the \`union wait' type in <sys/wait.h>. */ 320 /* Define to 1 if you have the `ttyname' function. */ 321 #define HAVE_TTYNAME 1 322 323 /* Define to 1 if the system has the type `uintmax_t'. */ 324 #define HAVE_UINTMAX_T 1 325 326 /* Define to 1 if you have the 'union wait' type in <sys/wait.h>. */ 303 327 /* #undef HAVE_UNION_WAIT */ 304 328 … … 306 330 #define HAVE_UNISTD_H 1 307 331 308 /* Define to 1 if you have the <varargs.h> header file. */309 /* #undef HAVE_VARARGS_H */ 332 /* Define to 1 if the system has the type `unsigned long long int'. */ 333 #define HAVE_UNSIGNED_LONG_LONG_INT 1 310 334 311 335 /* Define to 1 if you have the `vfork' function. */ … … 315 339 /* #undef HAVE_VFORK_H */ 316 340 317 /* Define to 1 if you have the `vprintf' function. */318 #define HAVE_VPRINTF 1319 320 341 /* Define to 1 if you have the `wait3' function. */ 321 342 #define HAVE_WAIT3 1 … … 335 356 /* Define to 1 to enable job server support in GNU make. */ 336 357 #define MAKE_JOBSERVER 1 358 359 /* Define to 1 to enable 'load' support in GNU make. */ 360 /* #undef MAKE_LOAD */ 337 361 338 362 /* Define to 1 to enable symbolic link timestamp checking. */ … … 346 370 /* #undef NLIST_STRUCT */ 347 371 348 /* Define to 1 if your C compiler doesn't accept -c and -o together. */349 /* #undef NO_MINUS_C_MINUS_O */350 351 372 /* Name of package */ 352 373 #define PACKAGE "make" … … 359 380 360 381 /* Define to the full name and version of this package. */ 361 #define PACKAGE_STRING "GNU make 3.82"382 #define PACKAGE_STRING "GNU make 4.2.1" 362 383 363 384 /* Define to the one symbol short name of this package. */ … … 368 389 369 390 /* Define to the version of this package. */ 370 #define PACKAGE_VERSION " 3.82"391 #define PACKAGE_VERSION "4.2.1" 371 392 372 393 /* Define to the character that separates directories in PATH. */ 373 394 #define PATH_SEPARATOR_CHAR ':' 374 395 375 /* Define to 1 if the C compiler supports function prototypes. */376 #define PROTOTYPES 1377 378 396 /* Define as the return type of signal handlers (`int' or `void'). */ 379 397 #define RETSIGTYPE void … … 384 402 /* Define to 1 if the SCCS 'get' command understands the '-G<file>' option. */ 385 403 /* #undef SCCS_GET_MINUS_G */ 386 387 /* Define to 1 if the `setvbuf' function takes the buffering type as its388 second argument and the buffer pointer as the third, as on System V before389 release 3. */390 /* #undef SETVBUF_REVERSED */391 404 392 405 /* If using the C implementation of alloca, define if you know the … … 426 439 427 440 /* Version number of package */ 428 #define VERSION " 3.82"441 #define VERSION "4.2.1" 429 442 430 443 /* Use platform specific coding */ … … 434 447 /* #undef WITH_DMALLOC */ 435 448 436 /* Define to 1 if on AIX 3. 437 System headers sometimes define this. 438 We just want to avoid a redefinition error message. */ 439 #ifndef _ALL_SOURCE 440 /* # undef _ALL_SOURCE */ 449 /* Enable large inode numbers on Mac OS X 10.5. */ 450 #ifndef _DARWIN_USE_64_BIT_INODE 451 # define _DARWIN_USE_64_BIT_INODE 1 441 452 #endif 442 453 … … 457 468 /* #undef _POSIX_SOURCE */ 458 469 459 /* Define like PROTOTYPES; this can be used by system headers. */460 #define __PROTOTYPES 1461 462 470 /* Define to empty if `const' does not conform to ANSI C. */ 463 471 /* #undef const */ … … 466 474 /* #undef gid_t */ 467 475 476 /* Define to `long int' if <sys/types.h> does not define. */ 477 /* #undef off_t */ 478 468 479 /* Define to `int' if <sys/types.h> does not define. */ 469 480 /* #undef pid_t */ … … 472 483 /* #undef size_t */ 473 484 485 /* Define to `int' if <sys/types.h> does not define. */ 486 /* #undef ssize_t */ 487 474 488 /* Define to `int' if <sys/types.h> doesn't define. */ 475 489 /* #undef uid_t */ 476 490 477 /* Define uintmax_t if not defined in <stdint.h> or <inttypes.h>. */ 491 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h> 492 do not define. */ 478 493 /* #undef uintmax_t */ 479 494
Note:
See TracChangeset
for help on using the changeset viewer.