This file is indexed.

/usr/include/lirc/paths.h is in liblirc-dev 0.10.0-2.

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
#ifndef PATHS_H
#define PATHS_H
#define DATADIR          "/usr/share"
#define SYSCONFDIR       "/etc"
#define VARRUNDIR        "/var/run"
#define LOCALSTATEDIR    "/var"
#define LIBDIR           "/usr/lib/x86_64-linux-gnu"
#endif