summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorrpj <rpj>2004-07-01 07:32:10 +0000
committerrpj <rpj>2004-07-01 07:32:10 +0000
commit1660c9f40520f8af25206defffeff3f8c0fe0a50 (patch)
tree86465f3ed31832e2e437bbe16555805014fe5c38 /config.h
parentec10b068b42c9f80c312b75d5e4d15583cc07d2e (diff)
Initial support for Digital Mars Compiler
Diffstat (limited to 'config.h')
-rw-r--r--config.h7
1 files changed, 7 insertions, 0 deletions
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