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-aix-4.1.x.h | |
parent | b5adfd4ffd24551632be96077fe9f519e10bfff7 (diff) | |
download | ATCD-15bc210e1a411ac93b0d2a41e0b898ba16583e05.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-aix-4.1.x.h')
-rw-r--r-- | ace/config-aix-4.1.x.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-aix-4.1.x.h b/ace/config-aix-4.1.x.h index eac4691d2b3..5cd35f136c6 100644 --- a/ace/config-aix-4.1.x.h +++ b/ace/config-aix-4.1.x.h @@ -47,7 +47,9 @@ #define ACE_HAS_POSIX_TIME #define ACE_HAS_SVR4_TIME #define ACE_HAS_THREADS -#define ACE_MT_SAFE +#if !defined (ACE_MT_SAFE) + #define ACE_MT_SAFE 1 +#endif #define ACE_HAS_UTIME #define ACE_HAS_SELECT_H #define ACE_NEEDS_DEV_IO_CONVERSION |