This file is indexed.

/usr/include/fwup-version.h is in libfwup-dev 10-3.

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
/*
 * libfw - library interface to apply firmware updates
 *
 * Copyright 2015 Red Hat, Inc.
 *
 * See "COPYING" for license terms.
 *
 * Author: Peter Jones <pjones@redhat.com>
 */
#if !defined(LIBFWUP_H_INSIDE__)
#error "Only <fwup.h> can be included directly."
#endif

#ifndef LIBFWUP_VERSION_H
#define LIBFWUP_VERSION_H

#define LIBFWUP_VERSION (@FWUP_VERSION@)

#define LIBFWUP_CHECK_VERSION(major,minor)	\
	LIBFWUP_VERSION >= (major)

#endif /* LIBFWUP_VERSION_H */