summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-05-07 02:53:25 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-05-07 02:53:25 +0000
commit7c4ce2edb6278aa051611b3d97c44efecd526f7f (patch)
treeb50d41dcfb46384a5bc19f62b23968b3caa8ec04 /acconfig.h
parent8a8a60ad63fd0eaa343c3ce201356bce84d298b5 (diff)
downloadATCD-7c4ce2edb6278aa051611b3d97c44efecd526f7f.tar.gz
Removed all references to ACE_HAS_PTHREAD_SIGMASK. This macro
has been deprecated.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/acconfig.h b/acconfig.h
index 845a2d61352..c0fa6e755bd 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -642,9 +642,6 @@
PTHREAD_PROCESS_SHARED values */
#undef ACE_HAS_PTHREAD_PROCESS_ENUM
-/* Platform has pthread_sigmask() defined. */
-#undef ACE_HAS_PTHREAD_SIGMASK
-
/* Purify'ing. Defined on command line. */
#undef ACE_HAS_PURIFY
@@ -1112,7 +1109,7 @@
memory and message queues. */
#undef ACE_LACKS_SOME_POSIX_PROTOTYPES
-/* Compiler complains about "#pragma once" */
+/* Compiler complains about use of obsolete "#pragma once" */
#undef ACE_LACKS_PRAGMA_ONCE
/* Platform lacks pri_t (e.g., Tandem NonStop UNIX). */
@@ -1121,10 +1118,10 @@
/* Platform lack pthread_attr_setstackaddr() */
#undef ACE_LACKS_THREAD_STACK_ADDR
-/* Platform lacks pthread_cancel(). */
+/* Platform lacks pthread_cancel() */
#undef ACE_LACKS_PTHREAD_CANCEL
-/* Platform lacks pthread_sigmask () /
+/* Platform lacks pthread_sigmask () */
#undef ACE_LACKS_PTHREAD_SIGMASK
/* Platform lacks pthread_thr_sigsetmask (e.g., MVS, HP/UX, and OSF/1 3.2) */