This file is indexed.

/usr/include/orc-0.4/orc/orc.h is in liborc-0.4-dev 1:0.4.28-1.

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

#include <orc/orcprogram.h>
#include <orc/orcdebug.h>
#include <orc/orcfunctions.h>
#include <orc/orconce.h>
#include <orc/orcparse.h>
#include <orc/orcutils.h>
#include <orc/orccpu.h>

const char * orc_version_string (void);

#endif