config-bcb5.h 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #ifndef _INCLUDE_CPPUNIT_CONFIG_BCB5_H
  2. #define _INCLUDE_CPPUNIT_CONFIG_BCB5_H 1
  3. #define HAVE_CMATH 1
  4. /* include/cppunit/config-bcb5.h. Manually adapted from
  5. include/cppunit/config-auto.h */
  6. /* define to 1 if the compiler implements namespaces */
  7. #ifndef CPPUNIT_HAVE_NAMESPACES
  8. #define CPPUNIT_HAVE_NAMESPACES 1
  9. #endif
  10. /* define if library uses std::string::compare(string,pos,n) */
  11. #ifndef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST
  12. #define CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST 0
  13. #endif
  14. /* Define if you have the <dlfcn.h> header file. */
  15. #ifdef CPPUNIT_HAVE_DLFCN_H
  16. #undef CPPUNIT_HAVE_DLFCN_H
  17. #endif
  18. /* define to 1 if the compiler implements namespaces */
  19. #ifndef CPPUNIT_HAVE_NAMESPACES
  20. #define CPPUNIT_HAVE_NAMESPACES 1
  21. #endif
  22. /* define if the compiler supports Run-Time Type Identification */
  23. #ifndef CPPUNIT_HAVE_RTTI
  24. #define CPPUNIT_HAVE_RTTI 1
  25. #endif
  26. /* Define to 1 to use type_info::name() for class names */
  27. #ifndef CPPUNIT_USE_TYPEINFO_NAME
  28. #define CPPUNIT_USE_TYPEINFO_NAME CPPUNIT_HAVE_RTTI
  29. #endif
  30. #define CPPUNIT_HAVE_SSTREAM 1
  31. /* Name of package */
  32. #ifndef CPPUNIT_PACKAGE
  33. #define CPPUNIT_PACKAGE "cppunit"
  34. #endif
  35. /* _INCLUDE_CPPUNIT_CONFIG_BCB5_H */
  36. #endif