1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* Header file with constants autogenerated
* in Clinica build process.
*/
/* This is the version of the package built */
#define VERSION "@VERSION@"
/* The name of the Gettext package where translations
* can be found. */
#define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
/* The version of the package of Clinica */
#define PACKAGE_VERSION "@PACKAGE_VERSION@"
/* The base for the GResource items that will be loaded
* in Clinica. */
#define RESOURCE_BASE "@RESOURCE_BASE@"
|