summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-17 21:39:34 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-17 21:39:34 +0000
commit245946ab41510f2bd20b80df804f57707c759bab (patch)
treedb4f914053aa4ee481baa5da3604a90eccc478d8
parenta13da7f94887a1563f6574b27f215e0fe73f8388 (diff)
downloadATCD-245946ab41510f2bd20b80df804f57707c759bab.tar.gz
added ACE_HAS_TSS_EMULATION
-rw-r--r--ace/config-lynxos.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/config-lynxos.h b/ace/config-lynxos.h
index 915267fa8fe..5d4492dd79e 100644
--- a/ace/config-lynxos.h
+++ b/ace/config-lynxos.h
@@ -155,10 +155,13 @@
// Platform lack reader/writer locks
#define ACE_LACKS_RWLOCK_T
-
// Compiler/platform has thread-specific storage
#define ACE_HAS_THREAD_SPECIFIC_STORAGE
+// Without TSS emulation, you'll only have 3 native TSS keys, on
+// LynxOS 3.0.0/ppc.
+#define ACE_HAS_TSS_EMULATION
+
#define ACE_HAS_SIGWAIT
#define ACE_HAS_DIRENT
@@ -185,7 +188,6 @@ extern "C"
int putenv (const char *);
}
-
#define ACE_HAS_AIO_CALLS
#endif /* ACE_CONFIG_H */