From c08f68e92f2454a46ec91db97d776ad6304328bb Mon Sep 17 00:00:00 2001 From: schmidt Date: Wed, 27 Nov 1996 06:04:10 +0000 Subject: foo --- ace/config-mvs.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ace/config-mvs.h') 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 -- cgit v1.2.1