~fluidity-core/fluidity/embedded_models

« back to all changes in this revision

Viewing changes to libadaptivity/include/config.h.in

  • Committer: Timothy Bond
  • Date: 2011-04-14 15:40:24 UTC
  • Revision ID: timothy.bond@imperial.ac.uk-20110414154024-116ci9gq6mwigmaw
Following the move from svn to bzr we change the nature of inclusion of these
four software libraries. Previously, they were included as svn externals and
pulled at latest version for trunk, pinned to specific versions for release
and stable trunk. Since bzr is less elegant at dealing with externals we have
made the decision to include the packages directly into the trunk instead.

At this import the versions are:

libadaptivity: r163
libvtkfortran: r67
libspud: r545
libmba2d: r28

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* include/config.h.in.  Generated from configure.in by autoheader.  */
 
2
 
 
3
/* Define to dummy `main' function (if any) required to link to the Fortran
 
4
   libraries. */
 
5
#undef F77_DUMMY_MAIN
 
6
 
 
7
/* Define to a macro mangling the given C identifier (in lower and upper
 
8
   case), which must not contain underscores, for linking with Fortran. */
 
9
#undef F77_FUNC
 
10
 
 
11
/* As F77_FUNC, but for C identifiers containing underscores. */
 
12
#undef F77_FUNC_
 
13
 
 
14
/* Define to dummy `main' function (if any) required to link to the Fortran
 
15
   libraries. */
 
16
#undef FC_DUMMY_MAIN
 
17
 
 
18
/* Define if F77 and FC dummy `main' functions are identical. */
 
19
#undef FC_DUMMY_MAIN_EQ_F77
 
20
 
 
21
/* Define if you have a BLAS library. */
 
22
#undef HAVE_BLAS
 
23
 
 
24
/* Define to 1 if you have the <inttypes.h> header file. */
 
25
#undef HAVE_INTTYPES_H
 
26
 
 
27
/* Define if you have LAPACK library. */
 
28
#undef HAVE_LAPACK
 
29
 
 
30
/* Define to 1 if you have the `m' library (-lm). */
 
31
#undef HAVE_LIBM
 
32
 
 
33
/* Define to 1 if you have the `pthread' library (-lpthread). */
 
34
#undef HAVE_LIBPTHREAD
 
35
 
 
36
/* Define to 1 if you have the `stdc++' library (-lstdc++). */
 
37
#undef HAVE_LIBSTDC__
 
38
 
 
39
/* Define to 1 if you have the <memory.h> header file. */
 
40
#undef HAVE_MEMORY_H
 
41
 
 
42
/* Define to 1 if you have the <stdint.h> header file. */
 
43
#undef HAVE_STDINT_H
 
44
 
 
45
/* Define to 1 if you have the <stdlib.h> header file. */
 
46
#undef HAVE_STDLIB_H
 
47
 
 
48
/* Define to 1 if you have the <strings.h> header file. */
 
49
#undef HAVE_STRINGS_H
 
50
 
 
51
/* Define to 1 if you have the <string.h> header file. */
 
52
#undef HAVE_STRING_H
 
53
 
 
54
/* Define to 1 if you have the <sys/stat.h> header file. */
 
55
#undef HAVE_SYS_STAT_H
 
56
 
 
57
/* Define to 1 if you have the <sys/types.h> header file. */
 
58
#undef HAVE_SYS_TYPES_H
 
59
 
 
60
/* Define to 1 if you have the <unistd.h> header file. */
 
61
#undef HAVE_UNISTD_H
 
62
 
 
63
/* Define to 1 if `sizeof (long int)' = 8. Obsolete, use `SIZEOF_LONG_INT'. */
 
64
#undef LONG_64_BITS
 
65
 
 
66
/* Define to the address where bug reports for this package should be sent. */
 
67
#undef PACKAGE_BUGREPORT
 
68
 
 
69
/* Define to the full name of this package. */
 
70
#undef PACKAGE_NAME
 
71
 
 
72
/* Define to the full name and version of this package. */
 
73
#undef PACKAGE_STRING
 
74
 
 
75
/* Define to the one symbol short name of this package. */
 
76
#undef PACKAGE_TARNAME
 
77
 
 
78
/* Define to the version of this package. */
 
79
#undef PACKAGE_VERSION
 
80
 
 
81
/* The size of `long int', as computed by sizeof. */
 
82
#undef SIZEOF_LONG_INT
 
83
 
 
84
/* Define to 1 if you have the ANSI C header files. */
 
85
#undef STDC_HEADERS