This file is indexed.

/usr/include/linbox/field/givaro.h is in liblinbox-dev 1.1.6~rc0-4.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
/* -*- mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */

/* linbox/field/givaro.h
 * Copyright (C) 2002 Pascal Giorgi
 *
 * Written by Pascal Giorgi <pascal.giorgi@ens-lyon.fr>
 *
 * See COPYING for license information.
 */

#ifndef __FIELD_GIVARO_H
#define __FIELD_GIVARO_H

#include <linbox/field/field-traits.h>
#include "linbox/field/givaro-zpz.h"
#include "linbox/field/givaro-montg.h"
#include "linbox/field/givaro-gfq.h"
#include "linbox/field/givaro-extension.h"

#endif // __FIELD_GIVARO_H