This file is indexed.

/usr/share/texmf-texlive/metapost/base/texnum.mp is in texlive-metapost 2009-15.

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
% $Id: texnum.mp,v 1.2 2004/09/19 21:47:11 karl Exp $
% Public domain.

% Default init_numbers for use with TeX
% Don't input this directly--format.mp uses this file

verbatimtex
  \ifx\documentstyle\undefined \else
    \ifx\blackandwhite\undefined
      \documentstyle{article}
    \else \documentstyle{slides}
    \fi
    \begin{document}
  \fi
etex

init_numbers(btex$-$etex, btex$1$etex, btex${\times}10$etex,
    btex${}^-$etex, btex${}^2$etex);

Fe_base := btex $10$ etex;