/usr/share/dune-grid-glue/config.h.cmake is in libdune-grid-glue-dev 2.5.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /* begin dune-grid-glue */
/* Define to the version of dune-grid-glue */
#define DUNE_GRID_GLUE_VERSION "${DUNE_GRID_GLUE_VERSION}"
/* Define to the major version of dune-grid-glue */
#define DUNE_GRID_GLUE_VERSION_MAJOR ${DUNE_GRID_GLUE_VERSION_MAJOR}
/* Define to the minor version of dune-grid-glue */
#define DUNE_GRID_GLUE_VERSION_MINOR ${DUNE_GRID_GLUE_VERSION_MINOR}
/* Define to the revision of dune-grid-glue */
#define DUNE_GRID_GLUE_VERSION_REVISION ${DUNE_GRID_GLUE_VERSION_REVISION}
/* end dune-grid-glue */
|