summaryrefslogtreecommitdiff
path: root/ace/config-linux-common.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-25 08:48:57 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-25 08:48:57 +0000
commitf56b63961db027509cc92fad5ff82cb3271b77bc (patch)
treee919032336d2c71378dd6c48cd612c150bf60fc1 /ace/config-linux-common.h
parenta71b52b34e39c8d22b0b0b9b6770395252bcbb2d (diff)
downloadATCD-f56b63961db027509cc92fad5ff82cb3271b77bc.tar.gz
ChangeLogTag:Wed Apr 25 03:45:55 2001 Nanbor Wang <nanbor@cs.wustl.edu>
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