make cppunit compile on Mac OSX

This commit is contained in:
erwin.coumans
2011-09-14 17:58:36 +00:00
parent 9fee53cf4d
commit d1eec5f5bb

View File

@@ -38,7 +38,7 @@
/* define if the compiler supports GCC C++ ABI name demangling */
#ifndef CPPUNIT_HAVE_GCC_ABI_DEMANGLE
#define CPPUNIT_HAVE_GCC_ABI_DEMANGLE 1
#define CPPUNIT_HAVE_GCC_ABI_DEMANGLE 0
#endif
/* Define to 1 if you have the <inttypes.h> header file. */
@@ -68,7 +68,7 @@
/* define if the compiler supports Run-Time Type Identification */
#ifndef CPPUNIT_HAVE_RTTI
#define CPPUNIT_HAVE_RTTI 1
#define CPPUNIT_HAVE_RTTI 0
#endif
/* Define if you have the shl_load function. */