summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-12-10 02:04:27 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-12-10 02:04:27 +0000
commit88a4f5c18eb75aa1c1148fe6de9569e2850524dc (patch)
treef49125f56f08b0fe47e51ed33b57776b4ef33ce9 /acconfig.h
parent2fe6c72e7152ccdae01bf6397cecdf8192a74c0a (diff)
downloadATCD-88a4f5c18eb75aa1c1148fe6de9569e2850524dc.tar.gz
ChangeLogTag:Thu Dec 9 19:55:58 1999 Ossama Othman
<othman@cs.wustl.edu>
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 4cc781f989e..dcd1c1f2fee 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -648,6 +648,10 @@
/* Platform supports POSIX.1c-1995 threads */
#undef ACE_HAS_PTHREADS_STD
+/* Platform has the UNIX98 extensions to Pthreads (suspend, continue,
+ rwlocks) */
+#undef ACE_HAS_PTHREADS_UNIX98_EXT
+
/* Platform has pthread_condattr_setkind_np(). */
#undef ACE_HAS_PTHREAD_CONDATTR_SETKIND_NP