This file is indexed.

/usr/include/Nux-4.0/Nux/Features.h is in libnux-4.0-dev 4.0.8+17.10.20170922-0ubuntu1.

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
/* This file specifies which optional features are available on this specific
   build of NUX libraries

   Generated from Features.h.in by configure.
 */

#ifndef NUX_FEATURES_H
#define NUX_FEATURES_H

// Whether NUX was built with gestures support. I.e., whether the gestures
// API is available.
#define NUX_GESTURES_SUPPORT

#endif