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