From ab5f51b7b82f0ce67e57d7776981fa5ddadf107a Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Fri, 7 May 1999 02:40:37 +0000 Subject: Added tests/support for ACE_LACKS_PTHREAD_SIGMASK, ACE_LACKS_TCP_NODELAY and ACE_LACKS_NULL_PTHREAD_STATUS. Thanks to David for providing a test for ACE_LACKS_NULL_PTHREAD_STATUS. --- acconfig.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'acconfig.h') 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 (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 -- cgit v1.2.1