This file is indexed.

/usr/lib/ocaml/lablgtk2/gtkgl_tags.h is in liblablgtk2-ocaml-dev 2.18.5+dfsg-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
11
12
13
14
15
16
17
18
19
20
/* visual_options : tags and macros */
#define MLTAG_USE_GL	((value)(-193208707*2+1))
#define MLTAG_BUFFER_SIZE	((value)(-862880864*2+1))
#define MLTAG_LEVEL	((value)(-263107228*2+1))
#define MLTAG_RGBA	((value)(912890036*2+1))
#define MLTAG_DOUBLEBUFFER	((value)(701326033*2+1))
#define MLTAG_STEREO	((value)(992074552*2+1))
#define MLTAG_AUX_BUFFERS	((value)(-11800136*2+1))
#define MLTAG_RED_SIZE	((value)(568040911*2+1))
#define MLTAG_GREEN_SIZE	((value)(534269725*2+1))
#define MLTAG_BLUE_SIZE	((value)(748473286*2+1))
#define MLTAG_ALPHA_SIZE	((value)(-340220766*2+1))
#define MLTAG_DEPTH_SIZE	((value)(662652125*2+1))
#define MLTAG_STENCIL_SIZE	((value)(-725371580*2+1))
#define MLTAG_ACCUM_GREEN_SIZE	((value)(-430845149*2+1))
#define MLTAG_ACCUM_ALPHA_SIZE	((value)(842148008*2+1))

extern const lookup_info ml_table_visual_options[];
#define Val_visual_options(data) ml_lookup_from_c (ml_table_visual_options, data)
#define Visual_options_val(key) ml_lookup_to_c (ml_table_visual_options, key)