summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ChangeLog5
-rw-r--r--ACE/m4/config_h.m44
2 files changed, 5 insertions, 4 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index eb2178a54ff..2db5f772aed 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Fri Oct 23 13:23:49 UTC 2009 Olli Savia <ops@iki.fi>
+
+ * m4/config_h.m4:
+ Reverted: Mon Oct 19 20:58:10 UTC 2009 Olli Savia <ops@iki.fi>
+
Fri Oct 23 13:10:33 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/File_Lock.{h,cpp,inl}:
diff --git a/ACE/m4/config_h.m4 b/ACE/m4/config_h.m4
index a4b7879ea0b..46e2814b486 100644
--- a/ACE/m4/config_h.m4
+++ b/ACE/m4/config_h.m4
@@ -486,10 +486,6 @@ AH_TEMPLATE([ACE_HAS_REENTRANT_FUNCTIONS],
[Platform supports reentrant functions (i.e., all the POSIX *_r
functions).])
-AH_TEMPLATE([ACE_LACKS_STRERROR],[Compiler/platform lacks support for strerror().])
-
-AH_TEMPLATE([ACE_HAS_STRSIGNAL],[Compiler/platform supports strsignal().])
-
AH_TEMPLATE([ACE_HAS_X86_STAT_MACROS],
[Solaris for intel uses macros for fstat() and stat(), these are
wrappers for _fxstat() and _xstat() uses of the macros. Causes