This file is indexed.

/usr/share/gauche-0.9/0.9.5/lib/rfc/zlib.scm is in gauche-zlib 0.9.5-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
;; generated automatically.  DO NOT EDIT
#!no-fold-case
(define-module rfc.zlib (use gauche.uvector) (export zlib-version adler32 crc32 open-deflating-port open-inflating-port deflate-string inflate-string <zlib-error> <zlib-need-dict-error> <zlib-stream-error> <zlib-data-error> <zlib-memory-error> <zlib-version-error> <deflating-port> <inflating-port> deflating-port-full-flush zstream-total-in zstream-total-out zstream-params-set! zstream-adler32 zstream-data-type zstream-dictionary-adler32 gzip-encode-string gzip-decode-string inflate-sync Z_NO_COMPRESSION Z_BEST_SPEED Z_BEST_COMPRESSION Z_DEFAULT_COMPRESSION Z_FILTERED Z_HUFFMAN_ONLY Z_RLE Z_DEFAULT_STRATEGY Z_BINARY Z_ASCII Z_UNKNOWN))
(select-module rfc.zlib)
(dynamic-load "rfc--zlib")
(export-if-defined Z_TEXT Z_FIXED)