summaryrefslogtreecommitdiff
path: root/ace/config-mvs.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-27 06:04:10 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-27 06:04:10 +0000
commitc08f68e92f2454a46ec91db97d776ad6304328bb (patch)
treea53c24ee44d6b4fb4c6bb2d8e3168b987eb9f08b /ace/config-mvs.h
parent8d87d701900caa1f26567a5c639aa2c244fa1eeb (diff)
downloadATCD-c08f68e92f2454a46ec91db97d776ad6304328bb.tar.gz
foo
Diffstat (limited to 'ace/config-mvs.h')
-rw-r--r--ace/config-mvs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/config-mvs.h b/ace/config-mvs.h
index c2eb04ab54f..506f35a03a3 100644
--- a/ace/config-mvs.h
+++ b/ace/config-mvs.h
@@ -16,6 +16,9 @@
// Compiler/platform uses macro for ctime
#define ACE_HAS_BROKEN_CTIME
+// Compiler requires extern "C" functions for signals.
+#define ACE_HAS_SIG_C_FUNC
+
// Prototypes for both signal() and struct sigaction are consistent.
#define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES
@@ -28,6 +31,9 @@
// The pthread_create() routine *must* take extern C functions.
#define ACE_HAS_THR_C_FUNC
+// The pthread_keycreate() routine *must* take extern C functions.
+#define ACE_HAS_THR_C_DEST
+
// The rusage_t structure has only two fields
#define ACE_HAS_LIMITED_RUSAGE_T