This file is indexed.

/usr/include/msgtypesc.h is in libga-dev 5.3+dfsg-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
/** @file
 * This defines bit masks that can be OR'ed with user types (1-32767)
 * to indicate the nature of the data to the message passing system
 */ 
#ifndef MSGTYPES_H_
#define MSGTYPES_H_

#define MSGDBL  65536
#define MSGINT 131072
#define MSGCHR 262144

#endif /* MSGTYPES_H_ */