Initial support for native IBM i ILE C++ (#976)

* - Initial support for native IBM i ILE C++

Signed-off-by: zeromem <zeromem2@gmail.com>
This commit is contained in:
Anton Vorobyev 2017-07-31 11:47:42 +03:00 committed by Martin Hořeňovský
parent 2212cdfe26
commit eab56d6656
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@
#endif
#ifdef __OS400__
# define CATCH_INTERNAL_CONFIG_NO_POSIX_SIGNALS
# define CATCH_CONFIG_COLOUR_NONE
#endif
////////////////////////////////////////////////////////////////////////////////
// Cygwin