/usr/include/titan/cversion.h is in eclipse-titan 6.3.1-1build1.
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 | /* Check if the compiler matches the one used to build the runtime */
#ifndef MAKEDEPEND_RUN
#if GCC_VERSION != 70300
#error The version of GCC does not match the expected version (GCC 7.3.0)
#endif
#endif
|