summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-08-28 11:25:16 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-08-28 11:25:16 +0000
commitbdf532ca60b70b7b26694578d67b1788465fdc0c (patch)
tree756f4cfad72ccf97b4b248a9b1cabf014528ccc1
parentc322448b13d14dfa13dffafc8a4a9bac732e05ef (diff)
downloadATCD-bdf532ca60b70b7b26694578d67b1788465fdc0c.tar.gz
ChangeLogTag:Wed Aug 28 06:18:35 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
-rw-r--r--ChangeLog10
-rw-r--r--ChangeLogs/ChangeLog-03a10
-rw-r--r--ace/config-sunos5.8-sunc++-5.4.h15
-rw-r--r--include/makeinclude/platform_sunos5_sunc++5.4.GNU7
4 files changed, 20 insertions, 22 deletions
diff --git a/ChangeLog b/ChangeLog
index 134ed58e165..f04559e34d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Wed Aug 28 06:18:35 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+
+ * ace: Removed the config-sunos5.8-sunc++-5.4.h file since these
+ changes should go in the config-sunos5.8.h file rather than
+ a special file. Thanks to Steve Huston for noticing this.
+
+ * include/makeincludes: Removed the platform_sunos5_sunc++5.4.GNU
+ file since it's no different from the platform_sunos5_sunc++.GNU
+ file. Thanks to Steve Huston for noticing this.
+
Wed Aug 28 06:12:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* etc/tao.doxygen:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 134ed58e165..f04559e34d3 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,13 @@
+Wed Aug 28 06:18:35 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+
+ * ace: Removed the config-sunos5.8-sunc++-5.4.h file since these
+ changes should go in the config-sunos5.8.h file rather than
+ a special file. Thanks to Steve Huston for noticing this.
+
+ * include/makeincludes: Removed the platform_sunos5_sunc++5.4.GNU
+ file since it's no different from the platform_sunos5_sunc++.GNU
+ file. Thanks to Steve Huston for noticing this.
+
Wed Aug 28 06:12:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* etc/tao.doxygen:
diff --git a/ace/config-sunos5.8-sunc++-5.4.h b/ace/config-sunos5.8-sunc++-5.4.h
deleted file mode 100644
index cbfd2a7c36a..00000000000
--- a/ace/config-sunos5.8-sunc++-5.4.h
+++ /dev/null
@@ -1,15 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-// The following configuration file is designed to work for SunOS 5.8
-// (Solaris 8) platforms using the SunC++ SPRO 5.4 compiler.
-
-#ifndef ACE_CONFIG_H
-
-#define ACE_ONLY_LATEST_AND_GREATEST
-#define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
-#define ACE_HAS_REACTOR_NOTIFICATION_QUEUE 1
-#include "ace/config-sunos5.7.h"
-
-#undef ACE_HAS_TEMPLATE_TYPEDEFS
diff --git a/include/makeinclude/platform_sunos5_sunc++5.4.GNU b/include/makeinclude/platform_sunos5_sunc++5.4.GNU
deleted file mode 100644
index b1b81b900d6..00000000000
--- a/include/makeinclude/platform_sunos5_sunc++5.4.GNU
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# $Id$
-#
-
-exceptions=1
-
-include $(ACE_ROOT)/include/makeinclude/platform_sunos5_sunc++.GNU