diff options
author | Steve Huston <shuston@riverace.com> | 1998-08-17 17:59:28 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-08-17 17:59:28 +0000 |
commit | f704ec6df2b585b44f90b836d9f3e26a37fe54a1 (patch) | |
tree | 93b48ceb95006a7c35dd24006a7fe6b0ae6e4403 /ace/config-osf1-4.0.h | |
parent | 61f4c577928a79681948769d39b03edf52a048b5 (diff) | |
download | ATCD-f704ec6df2b585b44f90b836d9f3e26a37fe54a1.tar.gz |
Changed from DCE threads to Pthreads draft 4.
Diffstat (limited to 'ace/config-osf1-4.0.h')
-rw-r--r-- | ace/config-osf1-4.0.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h index 597a6a84be7..0b6f80cd9e0 100644 --- a/ace/config-osf1-4.0.h +++ b/ace/config-osf1-4.0.h @@ -76,7 +76,7 @@ # define ACE_HAS_BROKEN_R_ROUTINES # define ACE_HAS_BROKEN_T_ERRNO # define ACE_HAS_PTHREADS -# define ACE_HAS_PTHREADS_1003_DOT_1C +# define ACE_HAS_PTHREADS_STD # define ACE_HAS_PTHREAD_SIGMASK # define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS # define ACE_LACKS_T_ERRNO @@ -92,8 +92,8 @@ // test with g++. # define ACE_HAS_BROKEN_MSG_H # define ACE_HAS_BROKEN_POSIX_TIME -# define ACE_HAS_DCETHREADS -# define ACE_HAS_DCE_DRAFT4_THREADS +# define ACE_HAS_PTHREADS +# define ACE_HAS_PTHREADS_DRAFT4 # define ACE_HAS_GETPAGESIZE # define ACE_HAS_ONEARG_SIGWAIT # define ACE_HAS_PROC_FS |