summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Savia <ops@iki.fi>2009-10-19 20:26:55 +0000
committerOlli Savia <ops@iki.fi>2009-10-19 20:26:55 +0000
commite39502b8dc291939a47cecd205b795dc1363518b (patch)
treefef903beacf09a004279140ac20cab4576432f3e
parent0794d401dccbba65b6cff93cc4f07d4fff88f38a (diff)
downloadATCD-e39502b8dc291939a47cecd205b795dc1363518b.tar.gz
Mon Oct 19 20:24:54 UTC 2009 Olli Savia <ops@iki.fi>
-rw-r--r--ACE/ChangeLog14
-rw-r--r--ACE/ace/README2
-rw-r--r--ACE/ace/config-cray.h2
-rw-r--r--ACE/ace/config-cygwin32.h1
-rw-r--r--ACE/ace/config-hpux-11.00.h3
-rw-r--r--ACE/ace/config-lynxos.h1
-rw-r--r--ACE/ace/config-netbsd.h1
-rw-r--r--ACE/ace/config-openbsd.h1
-rw-r--r--ACE/ace/config-rtems.h1
-rw-r--r--ACE/configure.ac42
-rw-r--r--ACE/m4/config_h.m43
11 files changed, 14 insertions, 57 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 14e64c65ccc..1489c046676 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,17 @@
+Mon Oct 19 20:24:54 UTC 2009 Olli Savia <ops@iki.fi>
+
+ * ace/README:
+ * ace/config-cray.h:
+ * ace/config-cygwin32.h:
+ * ace/config-hpux-11.00.h:
+ * ace/config-lynxos.h:
+ * ace/config-netbsd.h:
+ * ace/config-openbsd.h:
+ * ace/config-rtems.h:
+ * configure.ac:
+ * m4/config_h.m4:
+ ACE_HAS_SYS_ERRLIST is no longer in use.
+
Mon Oct 19 19:25:40 UTC 2009 Olli Savia <ops@iki.fi>
* ace/README:
diff --git a/ACE/ace/README b/ACE/ace/README
index c772a1f70f6..1f5a9e3b3d3 100644
--- a/ACE/ace/README
+++ b/ACE/ace/README
@@ -637,8 +637,6 @@ ACE_HAS_SYSV_SYSINFO Platform supports system
ACE_HAS_SYSV_IPC Platform supports System V IPC
(most versions of UNIX, but
not Win32)
-ACE_HAS_SYS_ERRLIST Platform/compiler supports
- _sys_errlist symbol
ACE_HAS_SYS_FILIO_H Platform provides
<sys/filio.h> header
ACE_HAS_SYS_LOADAVG_H Compiler/platform contains the
diff --git a/ACE/ace/config-cray.h b/ACE/ace/config-cray.h
index 64a187d473e..ffad6ae9510 100644
--- a/ACE/ace/config-cray.h
+++ b/ACE/ace/config-cray.h
@@ -201,7 +201,5 @@
/* #define ACE_LACKS_NAMED_POSIX_SEM */
-/* #define ACE_HAS_SYS_ERRLIST */
-
#include /**/ "ace/post.h"
#endif /* ACE_CONFIG_CRAY_H */
diff --git a/ACE/ace/config-cygwin32.h b/ACE/ace/config-cygwin32.h
index 53a1ad4192d..ddd364533cf 100644
--- a/ACE/ace/config-cygwin32.h
+++ b/ACE/ace/config-cygwin32.h
@@ -63,7 +63,6 @@
#define ACE_HAS_VOIDPTR_SOCKOPT 1
#define ACE_HAS_UALARM 1
-#define ACE_HAS_SYS_ERRLIST 1
#define ACE_HAS_STRNLEN 1
#define ACE_HAS_POSIX_GETPWNAM_R 1
#define ACE_HAS_POSIX_NONBLOCK 1
diff --git a/ACE/ace/config-hpux-11.00.h b/ACE/ace/config-hpux-11.00.h
index 426fde5ddf7..8be52fe880a 100644
--- a/ACE/ace/config-hpux-11.00.h
+++ b/ACE/ace/config-hpux-11.00.h
@@ -284,9 +284,6 @@
#define ACE_HAS_XPG4_MULTIBYTE_CHAR
-/* Platform/compiler supports _sys_errlist symbol */
-#define ACE_HAS_SYS_ERRLIST 1
-
#define ACE_HAS_UALARM
// Platform supports ucontext_t (which is used in the extended signal API).
diff --git a/ACE/ace/config-lynxos.h b/ACE/ace/config-lynxos.h
index de7d2029ae1..308645ca808 100644
--- a/ACE/ace/config-lynxos.h
+++ b/ACE/ace/config-lynxos.h
@@ -87,7 +87,6 @@
#define ACE_HAS_STRINGS
#define ACE_HAS_STRING_CLASS
#define ACE_HAS_SYSCTL
-#define ACE_HAS_SYS_ERRLIST
#define ACE_HAS_SYS_FILIO_H
#define ACE_HAS_SYS_SIGLIST
#define ACE_HAS_SYS_SOCKIO_H
diff --git a/ACE/ace/config-netbsd.h b/ACE/ace/config-netbsd.h
index 6730f0814da..a618369b229 100644
--- a/ACE/ace/config-netbsd.h
+++ b/ACE/ace/config-netbsd.h
@@ -76,7 +76,6 @@
#define ACE_HAS_STRING_CLASS 1
#define ACE_HAS_SVR4_DYNAMIC_LINKING 1
#define ACE_HAS_SYSV_IPC 1
-#define ACE_HAS_SYS_ERRLIST 1
#define ACE_HAS_SYS_FILIO_H 1
#define ACE_HAS_SYS_SIGLIST 1
#define ACE_HAS_STRSIGNAL
diff --git a/ACE/ace/config-openbsd.h b/ACE/ace/config-openbsd.h
index b5d2446fb17..2b9b4e272c6 100644
--- a/ACE/ace/config-openbsd.h
+++ b/ACE/ace/config-openbsd.h
@@ -124,7 +124,6 @@
#define ACE_HAS_SVR4_SIGNAL_T
#define ACE_HAS_SYSCTL
#define ACE_HAS_SYSV_IPC
-#define ACE_HAS_SYS_ERRLIST
#define ACE_HAS_SYS_FILIO_H
#define ACE_HAS_SYS_SIGLIST
#define ACE_HAS_STRSIGNAL
diff --git a/ACE/ace/config-rtems.h b/ACE/ace/config-rtems.h
index 8bb8342802b..f32098da5c6 100644
--- a/ACE/ace/config-rtems.h
+++ b/ACE/ace/config-rtems.h
@@ -99,7 +99,6 @@
#define ACE_HAS_SIGSUSPEND
#define ACE_HAS_SSIZE_T
#define ACE_HAS_VOIDPTR_GETTIMEOFDAY
-#define ACE_HAS_SYS_ERRLIST
#define ACE_HAS_SYS_FILIO_H
#define ACE_HAS_TIMEZONE_GETTIMEOFDAY
#define ACE_LACKS_EXEC
diff --git a/ACE/configure.ac b/ACE/configure.ac
index 3e4f9d4effe..5ae0280effb 100644
--- a/ACE/configure.ac
+++ b/ACE/configure.ac
@@ -1568,48 +1568,6 @@ ACE_CACHE_CHECK([for sys_siglist],
])
],[AC_DEFINE([ACE_HAS_SYS_SIGLIST])],)
-dnl Check for sys_errlist
-dnl TODO: Check whether this variable can be defined somewhere else.
-ACE_CACHE_CHECK([for sys_errlist],
- [ace_cv_lib_posix_sys_errlist],[
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
-#include <stdio.h>
-#include <errno.h>
-#if !defined (_sys_errlist)
-# define _sys_errlist sys_errlist
-#endif
- ]],[[
- void* vp = (void*) &_sys_errlist;
- ]])],[
- ace_cv_lib_posix_sys_errlist=yes
- ],[
- dnl Check if sys_errlist is a global variable in a library
- AC_LINK_IFELSE([AC_LANG_PROGRAM(
- [[
-#include <stdio.h>
-#include <errno.h>
-
-#if !defined (_sys_errlist)
-# define _sys_errlist sys_errlist
-#endif
-
-extern const char * const _sys_errlist[];
- ]],
- [[
- void* vp = (void*) &_sys_errlist;
- ]])],
- [
- ace_cv_lib_posix_sys_errlist=yes
- ],
- [
- ace_cv_lib_posix_sys_errlist=no
- ])
- ])
- ],[AC_DEFINE([ACE_HAS_SYS_ERRLIST])],)
-
-dnl Save the cache for debugging purposes
-AC_CACHE_SAVE
-
dnl SECTION 9: checks for compiler characteristics
diff --git a/ACE/m4/config_h.m4 b/ACE/m4/config_h.m4
index 3a0e7f06ce3..46e2814b486 100644
--- a/ACE/m4/config_h.m4
+++ b/ACE/m4/config_h.m4
@@ -581,9 +581,6 @@ AH_TEMPLATE([ACE_HAS_SVR4_TLI],
AH_TEMPLATE([ACE_HAS_SYSV_IPC],
[Platform supports System V IPC (most versions of UNIX, but not Win32)])
-AH_TEMPLATE([ACE_HAS_SYS_ERRLIST],
-[Platform/compiler supports _sys_errlist symbol])
-
AH_TEMPLATE([ACE_HAS_SYS_SIGLIST],
[Compiler/platform supports _sys_siglist array])