This file is indexed.

/usr/include/oce/OpenGl_inquire.hxx is in liboce-visualization-dev 0.9.1-3.

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
#ifndef  OPENGL_INQUIRE_H
#define  OPENGL_INQUIRE_H

typedef struct {
  int AntiAliasing;
  int DepthCueing;
  int DoubleBuffer;
  int ZBuffer;
  int MaxLights;
  int MaxPlanes;
  int MaxViews;
} CALL_DEF_INQUIRE;

extern  CALL_DEF_INQUIRE  call_facilities_list; /* defined in tgl/tgl1 */

#endif