This file is indexed.

/usr/include/tesseract/secname.h is in libtesseract-dev 3.02.01-6.

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
/* Include this file in any module which needs to have conditional compilation
  of sensitive code for UNLV. In INTERNAL mode SECURE_NAMES is NOT defined.
  For UNLV mode it IS defined, allowing multiple modules to do conditional
  compilation on the same name.
*/

#ifndef SECURE_NAMES
/* #define SECURE_NAMES */
#endif