Blame include/cppunit/config/config-mac.h

Packit 8c9aa0
#ifndef _INCLUDE_CPPUNIT_CONFIG_MAC_H
Packit 8c9aa0
#define _INCLUDE_CPPUNIT_CONFIG_MAC_H 1
Packit 8c9aa0
Packit 8c9aa0
/* MacOS X should be installed using the configure script.
Packit 8c9aa0
   This file is for other macs.
Packit 8c9aa0
Packit 8c9aa0
   It is not integrated into <cppunit/Portability.h> because we don't
Packit 8c9aa0
   know a suitable preprocessor symbol that will distinguish MacOS X
Packit 8c9aa0
   from other MacOS versions.  Email us if you know the answer.
Packit 8c9aa0
*/
Packit 8c9aa0
 
Packit 8c9aa0
/* define if library uses std::string::compare(string,pos,n) */
Packit 8c9aa0
#ifdef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST 
Packit 8c9aa0
#undef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST
Packit 8c9aa0
#endif
Packit 8c9aa0
Packit 8c9aa0
/* define if the library defines strstream */
Packit 8c9aa0
#ifndef CPPUNIT_HAVE_CLASS_STRSTREAM 
Packit 8c9aa0
#define CPPUNIT_HAVE_CLASS_STRSTREAM  1 
Packit 8c9aa0
#endif
Packit 8c9aa0
Packit 8c9aa0
/* Define if you have the <cmath> header file. */
Packit 8c9aa0
#ifdef CPPUNIT_HAVE_CMATH 
Packit 8c9aa0
#undef CPPUNIT_HAVE_CMATH
Packit 8c9aa0
#endif
Packit 8c9aa0
Packit 8c9aa0
/* Define if you have the <dlfcn.h> header file. */
Packit 8c9aa0
#ifdef CPPUNIT_HAVE_DLFCN_H 
Packit 8c9aa0
#undef CPPUNIT_HAVE_DLFCN_H
Packit 8c9aa0
#endif
Packit 8c9aa0
Packit 8c9aa0
/* define to 1 if the compiler implements namespaces */
Packit 8c9aa0
#ifndef CPPUNIT_HAVE_NAMESPACES 
Packit 8c9aa0
#define CPPUNIT_HAVE_NAMESPACES  1 
Packit 8c9aa0
#endif
Packit 8c9aa0
Packit 8c9aa0
/* define if the compiler has stringstream */
Packit 8c9aa0
#ifndef CPPUNIT_HAVE_SSTREAM 
Packit 8c9aa0
#define CPPUNIT_HAVE_SSTREAM  1 
Packit 8c9aa0
#endif
Packit 8c9aa0
Packit 8c9aa0
/* Define if you have the <strstream> header file. */
Packit 8c9aa0
#ifndef CPPUNIT_HAVE_STRSTREAM 
Packit 8c9aa0
#define CPPUNIT_HAVE_STRSTREAM  1 
Packit 8c9aa0
#endif
Packit 8c9aa0
Packit 8c9aa0
/* _INCLUDE_CPPUNIT_CONFIG_MAC_H */
Packit 8c9aa0
#endif