This file is indexed.

/usr/include/zsh/signames.epro is in zsh-dev 5.1.1-1ubuntu2.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
/* Generated automatically */
#ifndef have_Src_signames_globals
#define have_Src_signames_globals

#define sigmsg(sig) ((sig) <= SIGCOUNT ? sig_msg[sig] : "unknown signal")
extern mod_import_variable char*sig_msg[SIGCOUNT+2];
extern char*sigs[SIGCOUNT+4];

#endif /* !have_Src_signames_globals */