summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLogs/ChangeLog-03a5
-rw-r--r--ace/config-macosx.h3
3 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51b93c66d0f..32aafeb3bbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Oct 18 19:37:20 GMT 2002 Craig Rodrigues <crodrigu@bbn.com>
+
+ * ace/config-macosx.h: Define ACE_HAS_NONSTATIC_OBJECT_MANAGER
+ for gperf.
+
Fri Oct 18 14:52:37 2002 Steve Huston <shuston@riverace.com>
* examples/C++NPv2/Reactor_Logging_Server.cpp:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 51b93c66d0f..32aafeb3bbb 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,8 @@
+Fri Oct 18 19:37:20 GMT 2002 Craig Rodrigues <crodrigu@bbn.com>
+
+ * ace/config-macosx.h: Define ACE_HAS_NONSTATIC_OBJECT_MANAGER
+ for gperf.
+
Fri Oct 18 14:52:37 2002 Steve Huston <shuston@riverace.com>
* examples/C++NPv2/Reactor_Logging_Server.cpp:
diff --git a/ace/config-macosx.h b/ace/config-macosx.h
index a983d5931da..d47811133e9 100644
--- a/ace/config-macosx.h
+++ b/ace/config-macosx.h
@@ -169,6 +169,9 @@
#define ACE_HAS_GETIFADDRS
#define ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES
+// gperf seems to need this
+#define ACE_HAS_NONSTATIC_OBJECT_MANAGER
+
// Remove the following when Apple fixes static template member problem in their
// compiler
#define ACE_HAS_POSITION_INDEPENDENT_POINTERS 0