This file is indexed.

/usr/include/oce/OpenGl_tgl_all.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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/***********************************************************************

FONCTION :
----------
File OpenGl_tgl_all.h :


REMARQUES:
---------- 


HISTORIQUE DES MODIFICATIONS   :
--------------------------------
xx-xx-xx : xxx ; Creation.
07-10-97 : FMN ; Simplification WNT
16-06-2000 : ATS : G005 : Move type declarations to InterfaceGraphic_tgl_all.h

************************************************************************/

#ifndef  OPENGL_TGL_ALL_H
#define  OPENGL_TGL_ALL_H

#if defined(WNT) && !defined(HAVE_NO_DLL)
# ifdef __OpenGl_DLL
#  define EXPORT __declspec(dllexport)
# else
#  define EXPORT
# endif  /* DLL */
#else
# define EXPORT
#endif  /* WNT */

#include <InterfaceGraphic.hxx>
#include <InterfaceGraphic_tgl_all.hxx>
#include <InterfaceGraphic_telem.hxx>


#ifdef WNT
// CAL : pas trouve de definition de PI dans les includes WNT
#define M_PI 3.14159265358979323846
#endif

#include <GL/gl.h>
#include <GL/glu.h>


#endif  /* OPENGL_TGL_ALL_H */