diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-12-10 02:04:27 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-12-10 02:04:27 +0000 |
commit | 88a4f5c18eb75aa1c1148fe6de9569e2850524dc (patch) | |
tree | f49125f56f08b0fe47e51ed33b57776b4ef33ce9 /acconfig.h | |
parent | 2fe6c72e7152ccdae01bf6397cecdf8192a74c0a (diff) | |
download | ATCD-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.h | 4 |
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 |