diff options
author | rpj <rpj> | 2004-07-01 07:32:10 +0000 |
---|---|---|
committer | rpj <rpj> | 2004-07-01 07:32:10 +0000 |
commit | 1660c9f40520f8af25206defffeff3f8c0fe0a50 (patch) | |
tree | 86465f3ed31832e2e437bbe16555805014fe5c38 /config.h | |
parent | ec10b068b42c9f80c312b75d5e4d15583cc07d2e (diff) |
Initial support for Digital Mars Compiler
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -80,4 +80,11 @@ #ifdef __WATCOMC__ #endif +#ifdef __DMC__ +#define HAVE_SIGNAL_H +#define HAVE_C_INLINE +#endif + + + #endif |