diff options
author | olli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2011-03-15 19:32:30 +0000 |
---|---|---|
committer | olli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2011-03-15 19:32:30 +0000 |
commit | ca7601bc5aa49ac8e03369049f5c813b3f6d02e5 (patch) | |
tree | 3604bbd5fb8ba45bf7276e74979bea5b4c9eb58a /ACE/ace | |
parent | 3e79218dd712ba6456849bb41db6a8e87c626d71 (diff) | |
download | ATCD-ca7601bc5aa49ac8e03369049f5c813b3f6d02e5.tar.gz |
ChangeLogTag: Tue Mar 15 19:29:59 UTC 2011 Olli Savia <ops@iki.fi>
Diffstat (limited to 'ACE/ace')
-rw-r--r-- | ACE/ace/config-sunos5.5.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ACE/ace/config-sunos5.5.h b/ACE/ace/config-sunos5.5.h index 0b7c2c9f8e6..2494b8c848a 100644 --- a/ACE/ace/config-sunos5.5.h +++ b/ACE/ace/config-sunos5.5.h @@ -24,13 +24,6 @@ // SunOS 5.5 does not provide getloadavg() #define ACE_LACKS_GETLOADAVG -// Some SunOS releases define _POSIX_PTHREAD_SEMANTICS automatically. -// We need to be check if the user has manually defined the macro before -// including <sys/feature_tests.h>. -#if !defined (_POSIX_PTHREAD_SEMANTICS) -# define _POSIX_PTHREAD_SEMANTICS -#endif /* _POSIX_PTHREAD_SEMANTICS */ - // Before we do anything, we should include <sys/feature_tests.h> to // ensure that things are set up properly. #include <sys/feature_tests.h> |