~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

Viewing changes to third-party/cppunit/cppunit/config-auto.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_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 from config.h.in by configure.  */
 
6
/* config/config.h.in.  Generated from configure.in by autoheader.  */
 
7
 
 
8
/* define if library uses std::string::compare(string,pos,n) */
 
9
/* #undef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST */
 
10
 
 
11
/* define if the library defines strstream */
 
12
#ifndef CPPUNIT_HAVE_CLASS_STRSTREAM 
 
13
#define CPPUNIT_HAVE_CLASS_STRSTREAM  1 
 
14
#endif
 
15
 
 
16
/* Define to 1 if you have the <cmath> header file. */
 
17
#ifndef CPPUNIT_HAVE_CMATH 
 
18
#define CPPUNIT_HAVE_CMATH  1 
 
19
#endif
 
20
 
 
21
/* Define if you have the GNU dld library. */
 
22
/* #undef CPPUNIT_HAVE_DLD */
 
23
 
 
24
/* Define to 1 if you have the `dlerror' function. */
 
25
/* #undef CPPUNIT_HAVE_DLERROR */
 
26
 
 
27
/* Define to 1 if you have the <dlfcn.h> header file. */
 
28
/* #undef CPPUNIT_HAVE_DLFCN_H */
 
29
 
 
30
/* Define to 1 if you have the `finite' function. */
 
31
#ifndef CPPUNIT_HAVE_FINITE 
 
32
#define CPPUNIT_HAVE_FINITE  1 
 
33
#endif
 
34
 
 
35
/* define if the compiler supports GCC C++ ABI name demangling */
 
36
/* #undef CPPUNIT_HAVE_GCC_ABI_DEMANGLE */
 
37
 
 
38
/* Define to 1 if you have the <inttypes.h> header file. */
 
39
#ifndef CPPUNIT_HAVE_INTTYPES_H 
 
40
#define CPPUNIT_HAVE_INTTYPES_H  1 
 
41
#endif
 
42
 
 
43
/* define if compiler has isfinite */
 
44
#ifndef CPPUNIT_HAVE_ISFINITE 
 
45
#define CPPUNIT_HAVE_ISFINITE  1 
 
46
#endif
 
47
 
 
48
/* Define if you have the libdl library or equivalent. */
 
49
/* #undef CPPUNIT_HAVE_LIBDL */
 
50
 
 
51
/* Define to 1 if you have the <memory.h> header file. */
 
52
#ifndef CPPUNIT_HAVE_MEMORY_H 
 
53
#define CPPUNIT_HAVE_MEMORY_H  1 
 
54
#endif
 
55
 
 
56
/* define to 1 if the compiler implements namespaces */
 
57
#ifndef CPPUNIT_HAVE_NAMESPACES 
 
58
#define CPPUNIT_HAVE_NAMESPACES  1 
 
59
#endif
 
60
 
 
61
/* define if the compiler supports Run-Time Type Identification */
 
62
#ifndef CPPUNIT_HAVE_RTTI 
 
63
#define CPPUNIT_HAVE_RTTI  1 
 
64
#endif
 
65
 
 
66
/* Define if you have the shl_load function. */
 
67
/* #undef CPPUNIT_HAVE_SHL_LOAD */
 
68
 
 
69
/* define if the compiler has stringstream */
 
70
#ifndef CPPUNIT_HAVE_SSTREAM 
 
71
#define CPPUNIT_HAVE_SSTREAM  1 
 
72
#endif
 
73
 
 
74
/* Define to 1 if you have the <stdint.h> header file. */
 
75
#ifndef CPPUNIT_HAVE_STDINT_H 
 
76
#define CPPUNIT_HAVE_STDINT_H  1 
 
77
#endif
 
78
 
 
79
/* Define to 1 if you have the <stdlib.h> header file. */
 
80
#ifndef CPPUNIT_HAVE_STDLIB_H 
 
81
#define CPPUNIT_HAVE_STDLIB_H  1 
 
82
#endif
 
83
 
 
84
/* Define to 1 if you have the <strings.h> header file. */
 
85
#ifndef CPPUNIT_HAVE_STRINGS_H 
 
86
#define CPPUNIT_HAVE_STRINGS_H  1 
 
87
#endif
 
88
 
 
89
/* Define to 1 if you have the <string.h> header file. */
 
90
#ifndef CPPUNIT_HAVE_STRING_H 
 
91
#define CPPUNIT_HAVE_STRING_H  1 
 
92
#endif
 
93
 
 
94
/* Define to 1 if you have the <strstream> header file. */
 
95
#ifndef CPPUNIT_HAVE_STRSTREAM 
 
96
#define CPPUNIT_HAVE_STRSTREAM  1 
 
97
#endif
 
98
 
 
99
/* Define to 1 if you have the <sys/stat.h> header file. */
 
100
#ifndef CPPUNIT_HAVE_SYS_STAT_H 
 
101
#define CPPUNIT_HAVE_SYS_STAT_H  1 
 
102
#endif
 
103
 
 
104
/* Define to 1 if you have the <sys/types.h> header file. */
 
105
#ifndef CPPUNIT_HAVE_SYS_TYPES_H 
 
106
#define CPPUNIT_HAVE_SYS_TYPES_H  1 
 
107
#endif
 
108
 
 
109
/* Define to 1 if you have the <unistd.h> header file. */
 
110
#ifndef CPPUNIT_HAVE_UNISTD_H 
 
111
#define CPPUNIT_HAVE_UNISTD_H  1 
 
112
#endif
 
113
 
 
114
/* Name of package */
 
115
#ifndef CPPUNIT_PACKAGE 
 
116
#define CPPUNIT_PACKAGE  "cppunit" 
 
117
#endif
 
118
 
 
119
/* Define to the address where bug reports for this package should be sent. */
 
120
#ifndef CPPUNIT_PACKAGE_BUGREPORT 
 
121
#define CPPUNIT_PACKAGE_BUGREPORT  "" 
 
122
#endif
 
123
 
 
124
/* Define to the full name of this package. */
 
125
#ifndef CPPUNIT_PACKAGE_NAME 
 
126
#define CPPUNIT_PACKAGE_NAME  "" 
 
127
#endif
 
128
 
 
129
/* Define to the full name and version of this package. */
 
130
#ifndef CPPUNIT_PACKAGE_STRING 
 
131
#define CPPUNIT_PACKAGE_STRING  "" 
 
132
#endif
 
133
 
 
134
/* Define to the one symbol short name of this package. */
 
135
#ifndef CPPUNIT_PACKAGE_TARNAME 
 
136
#define CPPUNIT_PACKAGE_TARNAME  "" 
 
137
#endif
 
138
 
 
139
/* Define to the version of this package. */
 
140
#ifndef CPPUNIT_PACKAGE_VERSION 
 
141
#define CPPUNIT_PACKAGE_VERSION  "" 
 
142
#endif
 
143
 
 
144
/* Define to 1 if you have the ANSI C header files. */
 
145
#ifndef CPPUNIT_STDC_HEADERS 
 
146
#define CPPUNIT_STDC_HEADERS  1 
 
147
#endif
 
148
 
 
149
/* Define to 1 to use type_info::name() for class names */
 
150
#ifndef CPPUNIT_USE_TYPEINFO_NAME 
 
151
#define CPPUNIT_USE_TYPEINFO_NAME  CPPUNIT_HAVE_RTTI 
 
152
#endif
 
153
 
 
154
/* Version number of package */
 
155
#ifndef CPPUNIT_VERSION 
 
156
#define CPPUNIT_VERSION  "1.12.1" 
 
157
#endif
 
158
 
 
159
/* _INCLUDE_CPPUNIT_CONFIG_AUTO_H */
 
160
#endif