This file is indexed.

/usr/lib/pkgconfig/libfixposix.pc is in libfixposix-dev 20110316.git47f17f7-1.

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
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: LibFixPOSIX
Description: Thin wrapper over POSIX functions
Version: 0.1
URL: http://common-lisp.net/project/iolib/

Cflags: -I${includedir}  -pthread -D_XOPEN_SOURCE -D_GNU_SOURCE=1 
Libs: -L${libdir} -lfixposix 
Libs.private: -L${libdir}  -lrt