diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 1242af6363b..845a2d61352 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1088,6 +1088,9 @@ /* Platform lacks pthread_mutexattr_setpshared(). */ #undef ACE_LACKS_MUTEXATTR_PSHARED +/* OS requires non-null status pointer for ::pthread_join () */ +#undef ACE_LACKS_NULL_PTHREAD_STATUS + /* Platform lacks <sys/param.h> (e.g., MVS) */ #undef ACE_LACKS_PARAM_H @@ -1121,6 +1124,9 @@ /* Platform lacks pthread_cancel(). */ #undef ACE_LACKS_PTHREAD_CANCEL +/* Platform lacks pthread_sigmask () / +#undef ACE_LACKS_PTHREAD_SIGMASK + /* Platform lacks pthread_thr_sigsetmask (e.g., MVS, HP/UX, and OSF/1 3.2) */ #undef ACE_LACKS_PTHREAD_THR_SIGSETMASK @@ -1221,6 +1227,9 @@ /* Platform doesn't have netinet/tcp.h */ #undef ACE_LACKS_TCP_H +/* OS does not support TCP_NODELAY */ +#undef ACE_LACKS_TCP_NODELAY + /* Platform lacks pthread_attr_setscope() */ #undef ACE_LACKS_THREAD_PROCESS_SCOPING |