summaryrefslogtreecommitdiff
path: root/ACE/ace/config-macros.h
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2019-11-04 11:40:09 -0600
committerFred Hornsey <hornseyf@objectcomputing.com>2019-11-04 11:40:09 -0600
commit0c7398870b14b2d171768dc37b17c2ac3d519bca (patch)
tree85dc0d8bf6435e37faec6ba2fe9764d34d6331cd /ACE/ace/config-macros.h
parent2a52aeb7cb43925057420642cbfc786309c25f02 (diff)
downloadATCD-0c7398870b14b2d171768dc37b17c2ac3d519bca.tar.gz
Move macros around
Diffstat (limited to 'ACE/ace/config-macros.h')
-rw-r--r--ACE/ace/config-macros.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/ACE/ace/config-macros.h b/ACE/ace/config-macros.h
index dc292523ffb..ae5c0b0621b 100644
--- a/ACE/ace/config-macros.h
+++ b/ACE/ace/config-macros.h
@@ -700,4 +700,22 @@ extern "C" u_long CLS##_Export _get_dll_unload_policy (void) \
# define ACE_LACKS_CONDATTR_PSHARED
#endif
+#ifdef ACE_LACKS_CONDATTR_SETCLOCK
+# ifdef ACE_HAS_CONDATTR_SETCLOCK
+# undef ACE_HAS_CONDATTR_SETCLOCK
+# endif
+# ifdef ACE_HAS_POSIX_MONOTONIC_CONDITIONS
+# undef ACE_HAS_POSIX_MONOTONIC_CONDITIONS
+# endif
+# ifdef ACE_HAS_MONOTONIC_CONDITIONS
+# undef ACE_HAS_MONOTONIC_CONDITIONS
+# endif
+#endif
+
+#if defined (ACE_HAS_CLOCK_GETTIME_MONOTONIC) && !defined (ACE_LACKS_CLOCK_MONOTONIC)
+# ifndef ACE_HAS_MONOTONIC_TIME_POLICY
+# define ACE_HAS_MONOTONIC_TIME_POLICY
+# endif
+#endif
+
#endif /* ACE_CONFIG_MACROS_H */