This file is indexed.

/usr/share/sip/PyQt4/Qwt5/QwtTypes.sip is in python-qwt5-qt4 5.2.1~cvs20091107+dfsg-7build1.

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
// Automagically generated by configure.py

// Uncomment one of the following three lines
// typedef unsigned int size_t;
typedef unsigned long size_t;
// typedef unsigned long long size_t;

// Local Variables:
// mode: C++
// c-file-style: "stroustrup"
// End: