This file is indexed.

/usr/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/rbpangoversion.h is in ruby-gnome2-dev 1.0.3-1build1.

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
18
19
20
21
22
23
24
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
/************************************************

  rbpangoversion.h -

  This file was generated by mkmf-gnome2.rb.

************************************************/

#ifndef __RBPANGO_VERSION_H__
#define __RBPANGO_VERSION_H__

#define PANGO_MAJOR_VERSION (1)
#define PANGO_MINOR_VERSION (29)
#define PANGO_MICRO_VERSION (4)

#define PANGO_CHECK_VERSION(major,minor,micro)    \
    (PANGO_MAJOR_VERSION > (major) || \
     (PANGO_MAJOR_VERSION == (major) && PANGO_MINOR_VERSION > (minor)) || \
     (PANGO_MAJOR_VERSION == (major) && PANGO_MINOR_VERSION == (minor) && \
      PANGO_MICRO_VERSION >= (micro)))


#endif /* __RBPANGO_VERSION_H__ */