This file is indexed.

/usr/include/complearn-1.0/complearn/newcomplearn.h is in libcomplearn1-headers 1.1.7-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
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef __NEWCOMPLEARN_H
#define __NEWCOMPLEARN_H

#ifdef __cplusplus
extern "C" {
#endif

#include "complearn-real-compressor-adaptor.h"
#include "real-compressor.h"
#include "complearn-compressor-driver.h"
#include "complearn-external-file-compressor.h"
#include "util.h"
#include "complearn-rczlib.h"
#include "clconfig.h"
#include "cloutput.h"
#include "complearn-rcbzlib.h"
#include "complearn-rcgzip.h"
#include "complearn-vcblocksort.h"
#include "complearn-ncd.h"
#include "complearn-environment.h"

#ifdef __cplusplus
}
#endif

#endif