This file is indexed.

/usr/include/omniORB4/local_config.h is in libomniorb4-dev 4.1.6-2.

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
// -*- Mode: C++; -*-
//
// Edit this file to include any local customisation
//

#ifndef __LOCAL_CONFIG_H__
#define __LOCAL_CONFIG_H__

// If you do not want to map CORBA::WChar to C++ wchar_t and instead want
// it to map to a 16-bit entity, uncomment the following two lines:

// #define _CORBA_WCHAR_DECL unsigned short
// #define SIZEOF_WCHAR      2


// If you want operators for wide strings in wide streams, uncomment
// the following:

// #define OMNI_WIDE_STREAM_OPERATORS

#endif