This file is indexed.

/usr/include/X11/Ygltypes.h is in libygl4-dev 4.2e-4.

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
/*
 * Automagically created by makeYgltypes. Do not change!
 */
typedef signed   char    Int8;
typedef unsigned char   Uint8;
typedef signed   short   Int16;
typedef unsigned short  Uint16;
typedef signed   int     Int32;
typedef unsigned int    Uint32;
typedef signed   long    Int64;
typedef unsigned long   Uint64;
typedef          float  Float32;
typedef          double Float64;