1 /* begin dune-typetree 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-typetree */ 31 #define DUNE_TYPETREE_VERSION "${DUNE_TYPETREE_VERSION}" 32 33 /* Define to the major version of dune-typetree */ 34 #define DUNE_TYPETREE_VERSION_MAJOR ${DUNE_TYPETREE_VERSION_MAJOR} 35 36 /* Define to the minor version of dune-typetree */ 37 #define DUNE_TYPETREE_VERSION_MINOR ${DUNE_TYPETREE_VERSION_MINOR} 38 39 /* Define to the revision of dune-typetree */ 40 #define DUNE_TYPETREE_VERSION_REVISION ${DUNE_TYPETREE_VERSION_REVISION} 41 42 /* end dune-typetree */