This file is indexed.

/usr/include/opencascade/IncludeLibrary_Mode_Connect.h is in libopencascade-foundation-dev 6.5.0.dfsg-2build1.

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
#define START_ONLY     0
#define START_CNX      1
#define START_MULT_CNX 2
#define NO_LOAD 256

#define ENGINE_NOTLOADED 0
#define ENGINE_LOADED    1

#define LOCAL_SELECTOR -1
#define LOCAL_ACCESS    0
#define SERVER_ACCESS   1
#define STARTER_CNX     1
#define STARTER_START   2
#define SERPC_CNX       3
#define SERPC_START     4
#define SERPC_MULT_CNX  5