|
391 | 391 | /* Define to 1 if the PS_STRINGS thing exists. */
|
392 | 392 | #undef HAVE_PS_STRINGS
|
393 | 393 |
|
| 394 | +/* Define if you have POSIX threads libraries and header files. */ |
| 395 | +#undef HAVE_PTHREAD |
| 396 | + |
394 | 397 | /* Define to 1 if you have the `pthread_is_threaded_np' function. */
|
395 | 398 | #undef HAVE_PTHREAD_IS_THREADED_NP
|
396 | 399 |
|
| 400 | +/* Have PTHREAD_PRIO_INHERIT. */ |
| 401 | +#undef HAVE_PTHREAD_PRIO_INHERIT |
| 402 | + |
397 | 403 | /* Define to 1 if you have the <pwd.h> header file. */
|
398 | 404 | #undef HAVE_PWD_H
|
399 | 405 |
|
|
746 | 752 | process. */
|
747 | 753 | #undef PROFILE_PID_DIR
|
748 | 754 |
|
| 755 | +/* Define to necessary symbol if this constant uses a non-standard name on |
| 756 | + your system. */ |
| 757 | +#undef PTHREAD_CREATE_JOINABLE |
| 758 | + |
749 | 759 | /* RELSEG_SIZE is the maximum number of blocks allowed in one disk file. Thus,
|
750 | 760 | the maximum size of a single file is RELSEG_SIZE * BLCKSZ; relations bigger
|
751 | 761 | than that are divided into multiple files. RELSEG_SIZE * BLCKSZ must be
|
|