diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-26 18:54:39 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-26 18:54:39 +0000 |
commit | 15bc210e1a411ac93b0d2a41e0b898ba16583e05 (patch) | |
tree | e08bf39d3f5e4db1b282454d79a053355330fa0d /ace/config-hpux-10.x.h | |
parent | b5adfd4ffd24551632be96077fe9f519e10bfff7 (diff) | |
download | ATCD-15bc210e1a411ac93b0d2a41e0b898ba16583e05.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-hpux-10.x.h')
-rw-r--r-- | ace/config-hpux-10.x.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h index 8d6f4830bca..9cb0f51397c 100644 --- a/ace/config-hpux-10.x.h +++ b/ace/config-hpux-10.x.h @@ -145,7 +145,9 @@ extern int h_errno; /* This isn't declared in a header file on HP-UX */ //////////////////////////////////////////////////////////////////////// #ifdef _ACE_HPUX_USE_DCETHREADS -# define ACE_MT_SAFE +# if !defined (ACE_MT_SAFE) + #define ACE_MT_SAFE 1 +# endif # define ACE_HAS_THREADS # define ACE_HAS_DCETHREADS # define ACE_HAS_DCE_DRAFT4_THREADS |