From 1660c9f40520f8af25206defffeff3f8c0fe0a50 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 1 Jul 2004 07:32:10 +0000 Subject: Initial support for Digital Mars Compiler --- config.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 4759662..508a613 100644 --- a/config.h +++ b/config.h @@ -80,4 +80,11 @@ #ifdef __WATCOMC__ #endif +#ifdef __DMC__ +#define HAVE_SIGNAL_H +#define HAVE_C_INLINE +#endif + + + #endif -- cgit v1.2.3