diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-09-20 07:00:06 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-09-20 07:00:06 +0000 |
commit | d354df569a0c5b54406abb1b2f74a0e48d28d0a9 (patch) | |
tree | 0c39fa4a9d44b98350bd85bac1512463b7efc274 /ACE/ace/config-sunos5.7.h | |
parent | 70f5dcb230d34db9e6d6b98c682291a1959d23b0 (diff) | |
download | ATCD-d354df569a0c5b54406abb1b2f74a0e48d28d0a9.tar.gz |
Thu Sep 20 06:59:15 CDT 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/config-sunos5.7.h')
-rw-r--r-- | ACE/ace/config-sunos5.7.h | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/ACE/ace/config-sunos5.7.h b/ACE/ace/config-sunos5.7.h index f0ed5766e3e..46e921c2239 100644 --- a/ACE/ace/config-sunos5.7.h +++ b/ACE/ace/config-sunos5.7.h @@ -25,22 +25,7 @@ // SunOS 5.7 has getloadavg() #undef ACE_LACKS_GETLOADAVG -#if defined (__GNUG__) -# if __GNUC__ <= 2 && __GNUC_MINOR__ < 8 - // Assume that later g++ were built on SunOS 5.7, so they don't - // have these problems . . . - - // Disable the following, because g++ 2.7.2.3 can't handle it. - // Maybe later g++ versions can? -# undef ACE_HAS_XPG4_MULTIBYTE_CHAR - - // The Solaris86 g++ 2.7.2.3 sys/types.h doesn't have these . . . - typedef long t_scalar_t; /* historical versions */ - typedef unsigned long t_uscalar_t; - typedef void *timeout_id_t; -# endif /* __GNUC__ <= 2 && __GNUC_MINOR__ < 8 */ - -#elif defined (ghs) +#if defined (ghs) // SunOS 5.7's /usr/include/sys/procfs_isa.h needs uint64_t, // but /usr/include/sys/int_types.h doesn't #define it because // _NO_LONGLONG is # |