diff options
author | jmzorko <jmzorko@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-12-05 07:15:53 +0000 |
---|---|---|
committer | jmzorko <jmzorko@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-12-05 07:15:53 +0000 |
commit | 3439c77ad2cee96ca56fca83d3807f6ca1ee76aa (patch) | |
tree | d91ee73dd6a523833893c61e202a27f14a21ca92 /ace/config-macosx.h | |
parent | 7a19f94d490a2c25539050b43f019521e260b839 (diff) | |
download | ATCD-3439c77ad2cee96ca56fca83d3807f6ca1ee76aa.tar.gz |
re#defined ACE_HAS_NONSTATIC_OBJECT_MANAGER
Diffstat (limited to 'ace/config-macosx.h')
-rw-r--r-- | ace/config-macosx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-macosx.h b/ace/config-macosx.h index 8c5a8a6ec7e..20bf2e28d92 100644 --- a/ace/config-macosx.h +++ b/ace/config-macosx.h @@ -199,7 +199,7 @@ #define ACE_LACKS_DLCLOSE // gperf seems to need this -//#define ACE_HAS_NONSTATIC_OBJECT_MANAGER +#define ACE_HAS_NONSTATIC_OBJECT_MANAGER #if defined(__APPLE_CC__) && (__APPLE_CC__ < 1173) #error "Compiler must be upgraded, see http://developer.apple.com" |