1 #ifndef _INCLUDE_CPPUNIT_CONFIG_AUTO_H 2 #define _INCLUDE_CPPUNIT_CONFIG_AUTO_H 1 3 4 /* include/cppunit/config-auto.h. Generated automatically at end of configure. */ 5 /* config/config.h. Generated automatically by configure. */ 6 /* config/config.h.in. Generated automatically from configure.in by autoheader. */ 7 8 /* define if library uses string::compare(string,pos,n) */ 9 #ifndef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST 10 #define CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST 1 11 #endif 12 13 /* define if the library defines strstream */ 14 #ifndef CPPUNIT_HAVE_CLASS_STRSTREAM 15 #define CPPUNIT_HAVE_CLASS_STRSTREAM 1 16 #endif 17 18 /* Define if you have the <cmath> header file. */ 19 #ifndef CPPUNIT_HAVE_CMATH 20 #define CPPUNIT_HAVE_CMATH 1 21 #endif 22 23 /* Define if you have the <dlfcn.h> header file. */ 24 /* #undef CPPUNIT_HAVE_DLFCN_H */ 25 26 /* define to 1 if the compiler implements namespaces */ 27 #ifndef CPPUNIT_HAVE_NAMESPACES 28 #define CPPUNIT_HAVE_NAMESPACES 1 29 #endif 30 31 /* define if the compiler supports Run-Time Type Identification */ 32 #ifndef CPPUNIT_HAVE_RTTI 33 #define CPPUNIT_HAVE_RTTI 1 34 #endif 35 36 /* define if the compiler has stringstream */ 37 #ifndef CPPUNIT_HAVE_SSTREAM 38 #if __GNUC__ >= 4 39 #define CPPUNIT_HAVE_SSTREAM 1 40 #else 41 /* #undef CPPUNIT_HAVE_SSTREAM */ 42 #endif 43 #endif 44 45 /* Define if you have the <strstream> header file. */ 46 #ifndef CPPUNIT_HAVE_STRSTREAM 47 #define CPPUNIT_HAVE_STRSTREAM 1 48 #endif 49 50 /* Name of package */ 51 #ifndef CPPUNIT_PACKAGE 52 #define CPPUNIT_PACKAGE "cppunit" 53 #endif 54 55 /* Define to 1 to use type_info::name() for class names */ 56 #ifndef CPPUNIT_USE_TYPEINFO_NAME 57 #define CPPUNIT_USE_TYPEINFO_NAME CPPUNIT_HAVE_RTTI 58 #endif 59 60 /* Version number of package */ 61 #ifndef CPPUNIT_VERSION 62 #define CPPUNIT_VERSION "1.8.0" 63 #endif 64 65 /* _INCLUDE_CPPUNIT_CONFIG_AUTO_H */ 66 #endif 67