1/* begin dune-localfunctions
2   put the definitions for config.h specific to
3   your project here. Everything above will be
4   overwritten
5*/
6/* begin private */
7/* Name of package */
8#define PACKAGE "@DUNE_MOD_NAME@"
9
10/* Define to the address where bug reports for this package should be sent. */
11#define PACKAGE_BUGREPORT "@DUNE_MAINTAINER@"
12
13/* Define to the full name of this package. */
14#define PACKAGE_NAME "@DUNE_MOD_NAME@"
15
16/* Define to the full name and version of this package. */
17#define PACKAGE_STRING "@DUNE_MOD_NAME@ @DUNE_MOD_VERSION@"
18
19/* Define to the one symbol short name of this package. */
20#define PACKAGE_TARNAME "@DUNE_MOD_NAME@"
21
22/* Define to the home page for this package. */
23#define PACKAGE_URL "@DUNE_MOD_URL@"
24
25/* Define to the version of this package. */
26#define PACKAGE_VERSION "@DUNE_MOD_VERSION@"
27
28/* end private */
29
30/* Define to the version of dune-localfunctions */
31#define DUNE_LOCALFUNCTIONS_VERSION "${DUNE_LOCALFUNCTIONS_VERSION}"
32
33/* Define to the major version of dune-localfunctions */
34#define DUNE_LOCALFUNCTIONS_VERSION_MAJOR ${DUNE_LOCALFUNCTIONS_VERSION_MAJOR}
35
36/* Define to the minor version of dune-localfunctions */
37#define DUNE_LOCALFUNCTIONS_VERSION_MINOR ${DUNE_LOCALFUNCTIONS_VERSION_MINOR}
38
39/* Define to the revision of dune-localfunctions */
40#define DUNE_LOCALFUNCTIONS_VERSION_REVISION ${DUNE_LOCALFUNCTIONS_VERSION_REVISION}
41
42/* end dune-localfunctions */
43