~ubuntu-branches/ubuntu/utopic/psi/utopic

« back to all changes in this revision

Viewing changes to third-party/cppunit/cppunit/include/cppunit/config/config-bcb5.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-08-28 18:46:52 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828184652-iiik12dl91nq7cdi
Tags: 0.12-2
Uploading to unstable (Closes: Bug#494352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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