diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-03-17 18:32:04 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-03-17 18:32:04 +0000 |
commit | 6e35020a38425f9b94424cd19e5a445d0ea890ca (patch) | |
tree | dbe490f400b11258321c4769832fb3d6ae9a2fed /ace/config-hpux-10.x.h | |
parent | f0becfca0ed70296bc42ed4e51bb31204cab869b (diff) | |
download | ATCD-6e35020a38425f9b94424cd19e5a445d0ea890ca.tar.gz |
foo
Diffstat (limited to 'ace/config-hpux-10.x.h')
-rw-r--r-- | ace/config-hpux-10.x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h index b40b27c39ea..9b4307720a7 100644 --- a/ace/config-hpux-10.x.h +++ b/ace/config-hpux-10.x.h @@ -56,6 +56,8 @@ // Compiler/platform defines the sig_atomic_t typedef #define ACE_HAS_SIG_ATOMIC_T +// If you don't want to use threads make sure to comment out the +// folowing block of #defines #define ACE_HAS_THREADS #define ACE_HAS_PTHREADS #define ACE_LACKS_RWLOCK_T @@ -69,8 +71,6 @@ #define ACE_LACKS_KEYDELETE /* new */ #define ACE_LACKS_THREAD_PROCESS_SCOPING #define ACE_LACKS_THREAD_STACK_ADDR - -// Compiler/platform has thread-specific storage #define ACE_HAS_THREAD_SPECIFIC_STORAGE // Compiler/platform supports struct strbuf. |