Update of /cvsroot/mockpp/mockpp/mockpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27159/mockpp
Added Files:
mockpp_config-bcb5.h mockpp_config-msvc_71.h
Log Message:
new
--- NEW FILE: mockpp_config-bcb5.h ---
// #define's for Borland BCB5
// derived from automatically generated config.h. See Makefile.am.
/* Generated: 2006-01-06 */
#pragma warn -8030 // temporary variables
/* Define to use partial specialisation instead of meta programming. */
#define MOCKPP_COUNTED_WEAKNESS
/* Define to turn debugging globally on. */
#undef DEBUG
/* Version number of package */
#define MOCKPP_VERSION "1.11.1"
/* Name of package */
#define MOCKPP_PACKAGE "mockpp"
/* Define to use Boost.Test as framework. */
#undef MOCKPP_USE_BOOSTTEST
/* Define to use CppUnit as framework. */
#undef MOCKPP_USE_CPPUNIT
/* Define to 1 if you have the <cppunit/Message.h> header file. */
#undef HAVE_CPPUNIT_MESSAGE_H
/* Define if you have CxxTest installed. */
#define MOCKPP_USE_CXXTEST
/* Define to 1 if you have the <limits> header file. */
#define HAVE_LIMITS
/* Define to compile for unicode environment. */
#undef MOCKPP_UNICODE
/* Define if you have the cwchar header. */
#define HAVE_CWCHAR
/* Define if you have the std::wstring type. */
#define HAVE_WSTRING
/* Define if you have the wcscmp function. */
#define HAVE_WCSCMP
/* Define if you have the std::wcscmp function. */
#define HAVE_STD_WCSCMP
/* Define to supress compiler warnings about unused variables. */
#define MOCKPP_UNUSED(x) x;
/* Define to enable built-in mini-stl. */
/* #undef MOCKPP_USE_MINI_STL */
/* #undef CXXTEST_USE_MINI_STL */
/* Define to disable runtime type information. */
/* #undef MOCKPP_NO_RTTI */
/* Define to disable exceptions. */
/* #undef MOCKPP_NO_EXCEPTIONS */
--- NEW FILE: mockpp_config-msvc_71.h ---
// #define's for MS Visual C++ 7.1 and later (NOT 6.0/7.0)
// derived from automatically generated config.h. See Makefile.am.
/* Generated: 2006-01-06 */
/* Define to use sprintf_s instead of sprintf. */
#if _MSC_VER >= 1400
# define HAVE_SPRINTF_S
#endif
/* Define to turn debugging globally on. */
#undef DEBUG
/* Version number of package */
#define MOCKPP_VERSION "1.11.1"
/* Name of package */
#define MOCKPP_PACKAGE "mockpp"
/* Define to use Boost.Test as framework. */
#undef MOCKPP_USE_BOOSTTEST
/* Define to use CppUnit as framework. */
#undef MOCKPP_USE_CPPUNIT
/* Define to 1 if you have the <cppunit/Message.h> header file. */
#undef HAVE_CPPUNIT_MESSAGE_H
/* Define if you have CxxTest installed. */
#define MOCKPP_USE_CXXTEST
/* Define to 1 if you have the <limits> header file. */
#define HAVE_LIMITS
/* Define to compile for unicode environment. */
#undef MOCKPP_UNICODE
/* Define if you have the cwchar header. */
#define HAVE_CWCHAR
/* Define if you have the std::wstring type. */
#define HAVE_WSTRING
/* Define if you have the wcscmp function. */
#define HAVE_WCSCMP
/* Define if you have the std::wcscmp function. */
#define HAVE_STD_WCSCMP
/* Define to supress compiler warnings about unused variables. */
#define MOCKPP_UNUSED(x) x;
/* Define to enable built-in mini-stl. */
/* #undef MOCKPP_USE_MINI_STL */
/* #undef CXXTEST_USE_MINI_STL */
/* Define to disable runtime type information. */
/* #undef MOCKPP_NO_RTTI */
/* Define to disable exceptions. */
/* #undef MOCKPP_NO_EXCEPTIONS */
|