summaryrefslogtreecommitdiff
path: root/ACE/tests/Monotonic_Manual_Event_Test.cpp
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-11-09 10:30:49 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-11-09 10:30:49 +0000
commit916ff07002538e8e26e0e0b8f25b521ed60c5a7a (patch)
tree901279b8cb0f43e939aea5061c64df8144eedeae /ACE/tests/Monotonic_Manual_Event_Test.cpp
parentf7d67364d1fb1de6228d406fd756ade72192beda (diff)
downloadATCD-916ff07002538e8e26e0e0b8f25b521ed60c5a7a.tar.gz
ChangelogTag: Fri Nov 9 10:29:37 UTC 2012 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'ACE/tests/Monotonic_Manual_Event_Test.cpp')
-rw-r--r--ACE/tests/Monotonic_Manual_Event_Test.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/ACE/tests/Monotonic_Manual_Event_Test.cpp b/ACE/tests/Monotonic_Manual_Event_Test.cpp
index 586172aebd7..72707a96c63 100644
--- a/ACE/tests/Monotonic_Manual_Event_Test.cpp
+++ b/ACE/tests/Monotonic_Manual_Event_Test.cpp
@@ -25,8 +25,10 @@
#include "ace/Atomic_Op.h"
#if defined (ACE_WIN32) || \
- (defined (_POSIX_MONOTONIC_CLOCK) && !defined (ACE_LACKS_MONOTONIC_TIME)) || \
- defined (ACE_HAS_CLOCK_GETTIME_MONOTONIC)
+ (!defined (ACE_LACKS_MONOTONIC_TIME) && \
+ !defined (ACE_LACKS_CONDATTR) && \
+ (defined (_POSIX_MONOTONIC_CLOCK) || defined (ACE_HAS_CLOCK_GETTIME_MONOTONIC))&& \
+ defined (_POSIX_CLOCK_SELECTION))
# include "ace/Monotonic_Time_Policy.h"
# if defined (ACE_WIN32)