diff options
author | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-08 08:00:12 +0000 |
---|---|---|
committer | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-08 08:00:12 +0000 |
commit | 907c9dbc4c4dd6ed06de9bc75537550ee192521c (patch) | |
tree | e71232d934123b28a8ad06d33681fe7ddecf680f /tests/test_config.h | |
parent | e49857037f7f63debb04f3d0ac314bb233dcab75 (diff) | |
download | ATCD-907c9dbc4c4dd6ed06de9bc75537550ee192521c.tar.gz |
Added initial support for Borland C++ Builder
Diffstat (limited to 'tests/test_config.h')
-rw-r--r-- | tests/test_config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_config.h b/tests/test_config.h index 78a56407170..c21b6215456 100644 --- a/tests/test_config.h +++ b/tests/test_config.h @@ -15,6 +15,11 @@ #if !defined (ACE_TEST_CONFIG_H) #define ACE_TEST_CONFIG_H +/* Borland C++ Builder stuff */ +#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 +#include <condefs.h> +#endif + // This first #undef protects against command-line definitions. #undef ACE_NDEBUG #include "ace/OS.h" |