This file is indexed.

/usr/include/libexplain/public_config.h is in libexplain-dev 0.52.D002-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
#ifndef LIBEXPLAIN_PUBLIC_CONFIG_H
#define LIBEXPLAIN_PUBLIC_CONFIG_H

/* Define to 1 if the system has the type `sigset_t'. */
#define LIBEXPLAIN_SIGSET_T 1

/* Define to 1 if you have the <ustat.h> header file. */
#define LIBEXPLAIN_HAVE_USTAT_H 1

/* Define to the number of arguments for the statfs function. */
#define LIBEXPLAIN_STATFS_NARGS 2

/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef LIBEXPLAIN_FILE_OFFSET_BITS */

/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
/* #undef LIBEXPLAIN_LARGEFILE_SOURCE */

/* Define for large files, on AIX-style hosts. */
/* #undef LIBEXPLAIN_LARGE_FILES */

#endif /* LIBEXPLAIN_PUBLIC_CONFIG_H */