This file is indexed.

/usr/include/synthesis/prefix_file.h is in libsynthesis-dev 3.4.0.16.6-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
// dummy prefix file, used for CW based projects which do
// not need the prefix file here, but in the target settings

#ifdef _MSC_VER
#error "this is not the right prefix_file.h -> reorder include paths such that project-specific prefix is used!"
#endif

#ifdef __PALM_OS__
#error "this is not the right prefix_file.h -> reorder access paths such that project-specific prefix is used!"
#endif