This file is indexed.

/usr/include/polymake/polytope/sympol_config.h is in libpolymake-dev-common 3.2r2-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
#ifndef POLYMAKE_SYMPOL_CONFIG_H
#define POLYMAKE_SYMPOL_CONFIG_H
#include "sympol/config.h"

// we want to use plain sympol without any dependencies

#undef HAVE_EIGEN
#undef HAVE_NTL
#undef HAVE_BLISS
#undef HAVE_NAUTY

#endif