summaryrefslogtreecommitdiff
path: root/ace/config-linux-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-linux-common.h')
-rw-r--r--ace/config-linux-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h
index 0e609e09d7c..b725bc4b5f3 100644
--- a/ace/config-linux-common.h
+++ b/ace/config-linux-common.h
@@ -242,6 +242,10 @@
// Compiler/platform defines the sig_atomic_t typedef.
#define ACE_HAS_SIG_ATOMIC_T
+// Support for POSIX semaphore
+#define ACE_HAS_POSIX_SEM
+#define ACE_LACKS_NAMED_POSIX_SEM
+
// Compiler/platform defines a union semun for SysV shared memory.
#define ACE_HAS_SEMUN