From bcd8a3b2403d6269a121c469273880021f2cfb20 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 24 Nov 2006 16:38:58 +0000 Subject: Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE as appropriate for platforms that don't have autotools support --- packages/vms/config-vms.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'packages/vms/config-vms.h') diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h index 7c61e2a97..93f981834 100644 --- a/packages/vms/config-vms.h +++ b/packages/vms/config-vms.h @@ -76,6 +76,15 @@ /* Define if you have the signal function. */ #define HAVE_SIGNAL 1 +/* Define if you have the header file. */ +#define HAVE_SIGNAL_H 1 + +/* Define if sig_atomic_t is an available typedef. */ +#define HAVE_SIG_ATOMIC_T 1 + +/* Define if sig_atomic_t is already defined as volatile. */ +/* #define HAVE_SIG_ATOMIC_T_VOLATILE 1 */ + /* Define if you have the socket function. */ #define HAVE_SOCKET 1 -- cgit v1.2.3