This file is indexed.

/usr/lib/pike7.8/modules/Sql.pmod/odbc_result.pike is in pike7.8-odbc 7.8.700-7.

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
15
16
17
/*
 * $Id: a7223739548fad4c8cdae0c36928f6ca7d4cec05 $
 *
 * Glue for the ODBC-module
 */

#pike __REAL_VERSION__

// Cannot dump this since the #if constant(...) check below may depend
// on the presence of system libs at runtime.
constant dont_dump_program = 1;

#if constant(Odbc.odbc_result)
inherit Odbc.odbc_result;
#else /* !constant(Odbc.odbc_result) */
constant this_program_does_not_exist=1;
#endif /* constant(Odbc.odbc_result) */