summaryrefslogtreecommitdiff
path: root/ace/config-all.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-all.h')
-rw-r--r--ace/config-all.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ace/config-all.h b/ace/config-all.h
index 8c69aa6ee60..eebffb9a9e7 100644
--- a/ace/config-all.h
+++ b/ace/config-all.h
@@ -661,13 +661,6 @@ typedef ACE_THR_FUNC_RETURN (*ACE_THR_C_FUNC)(void *);
}
// ============================================================================
-// PACE macros
-// ============================================================================
-#if defined (ACE_HAS_PACE) && !defined (ACE_WIN32)
-# define ACE_HAS_POSIX_SEM
-#endif /* ACE_HAS_PACE */
-
-// ============================================================================
// Macros for controlling the lifetimes of dlls loaded by ACE_DLL--including
// all dlls loaded via the ACE Service Config framework.
//