~chaffra/+junk/trilinos

« back to all changes in this revision

Viewing changes to packages/thyra/src/Thyra_Config.h.in.copy

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme, Christophe Prud'homme, Johannes Ring
  • Date: 2009-12-13 12:53:22 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091213125322-in0nrdjc55deqsw9
Tags: 10.0.3.dfsg-1
[Christophe Prud'homme]
* New upstream release

[Johannes Ring]
* debian/patches/libname.patch: Add prefix 'libtrilinos_' to all
  libraries. 
* debian/patches/soname.patch: Add soversion to libraries.
* debian/watch: Update download URL.
* debian/control:
  - Remove python-numeric from Build-Depends (virtual package).
  - Remove automake and autotools from Build-Depends and add cmake to
    reflect switch to CMake.
  - Add python-support to Build-Depends.
* debian/rules: 
  - Cleanup and updates for switch to CMake.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* src/Thyra_Config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* Define if want to build tests */
 
4
#undef HAVE_TESTS
 
5
 
 
6
/* Define if want to build teuchos */
 
7
#undef HAVE_TEUCHOS
 
8
 
 
9
/* Define if want to build tsfcore-aztecoo */
 
10
#undef HAVE_TSFCORE_AZTECOO
 
11
 
 
12
/* Define if want to build tsfcore-epetra */
 
13
#undef HAVE_TSFCORE_EPETRA
 
14
 
 
15
/* Define if want to build tsfcore-examples */
 
16
#undef HAVE_TSFCORE_EXAMPLES
 
17
 
 
18
/* Define if want to build tsfcore-mpi */
 
19
#undef HAVE_TSFCORE_MPI
 
20
 
 
21
/* Define if want to build tsfcore-tests */
 
22
#undef HAVE_TSFCORE_TESTS
 
23
 
 
24
/* Define to 1 if you have the <typeinfo> header file. */
 
25
#undef HAVE_TYPEINFO
 
26
 
 
27
/* Define to 1 if you have the <unistd.h> header file. */
 
28
#undef HAVE_UNISTD_H
 
29
 
 
30
/* Define to 1 if you have the <valarray> header file. */
 
31
#undef HAVE_VALARRAY
 
32
 
 
33
/* Define to 1 if you have the <vector> header file. */
 
34
#undef HAVE_VECTOR
 
35
 
 
36
/* Name of package */
 
37
#undef PACKAGE
 
38
 
 
39
/* Define to the address where bug reports for this package should be sent. */
 
40
#undef PACKAGE_BUGREPORT
 
41
 
 
42
/* Define to the full name of this package. */
 
43
#undef PACKAGE_NAME
 
44
 
 
45
/* Define to the full name and version of this package. */
 
46
#undef PACKAGE_STRING
 
47
 
 
48
/* Define to the one symbol short name of this package. */
 
49
#undef PACKAGE_TARNAME
 
50
 
 
51
/* Define to the version of this package. */
 
52
#undef PACKAGE_VERSION
 
53
 
 
54
/* Define to 1 if you have the ANSI C header files. */
 
55
#undef STDC_HEADERS
 
56
 
 
57
/* Version number of package */
 
58
#undef VERSION
 
59
 
 
60
/* Define to empty if `const' does not conform to ANSI C. */
 
61
#undef const
 
62
 
 
63
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
64
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
65
#ifndef __cplusplus
 
66
#undef inline
 
67
#endif