This file is indexed.

/usr/lib/x86_64-linux-gnu/ejabberd-18.01/include/ejabberd_router.hrl is in ejabberd 18.01-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
-define(ROUTES_CACHE, routes_cache).

-type local_hint() :: integer() | {apply, atom(), atom()}.

-record(route, {domain :: binary() | '_',
		server_host :: binary() | '_',
		pid :: undefined | pid(),
		local_hint :: local_hint() | undefined | '_'}).