This file is indexed.

/usr/include/kpathsea/paths.h is in libkpathsea-dev 2009-11ubuntu2.

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
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
/* paths.h: Generated from texmf.cnf. */
#ifndef DEFAULT_TEXMFMAIN
#define DEFAULT_TEXMFMAIN "/usr/share/texmf"
#endif
#ifndef DEFAULT_TEXMFDIST
#define DEFAULT_TEXMFDIST "/usr/share/texmf-texlive"
#endif
#ifndef DEFAULT_TEXMFLOCAL
#define DEFAULT_TEXMFLOCAL "/usr/local/share/texmf"
#endif
#ifndef DEFAULT_TEXMFSYSVAR
#define DEFAULT_TEXMFSYSVAR "/var/lib/texmf"
#endif
#ifndef DEFAULT_TEXMFSYSCONFIG
#define DEFAULT_TEXMFSYSCONFIG "/etc/texmf"
#endif
#ifndef DEFAULT_TEXMFHOME
#define DEFAULT_TEXMFHOME "~/texmf"
#endif
#ifndef DEFAULT_TEXMFVAR
#define DEFAULT_TEXMFVAR "~/.texlive2009/texmf-var"
#endif
#ifndef DEFAULT_TEXMFCONFIG
#define DEFAULT_TEXMFCONFIG "~/.texlive2009/texmf-config"
#endif
#ifndef DEFAULT_TEXMF
#define DEFAULT_TEXMF "{/nonesuch/texmfconfig,/nonesuch/texmfvar,/nonesuch/texmfHOME,!!/nonesuch/texmfsysconfig,!!/nonesuch/texmfsysvar,!!/nonesuch/texmfmain,!!/nonesuch/texmflocal,!!/nonesuch/texmfdist}"
#endif
#ifndef DEFAULT_SYSTEXMF
#define DEFAULT_SYSTEXMF "/nonesuch/texmfsysvar:/nonesuch/texmfmain:/nonesuch/texmflocal:/nonesuch/texmfdist"
#endif
#ifndef DEFAULT_VARTEXFONTS
#define DEFAULT_VARTEXFONTS "/var/cache/fonts"
#endif
#ifndef DEFAULT_TEXMFDBS
#define DEFAULT_TEXMFDBS "{!!/nonesuch/texmfsysconfig,!!/nonesuch/texmfsysvar,!!/nonesuch/texmfmain,!!/nonesuch/texmflocal,!!/nonesuch/texmfdist}"
#endif
#ifndef DEFAULT_WEB2C
#define DEFAULT_WEB2C "/nonesuch/texmf/web2c"
#endif
#ifndef DEFAULT_TEXINPUTS
#define DEFAULT_TEXINPUTS ".:/nonesuch/texmf/tex/{$progname,generic,}//"
#endif
#ifndef DEFAULT_TTF2TFMINPUTS
#define DEFAULT_TTF2TFMINPUTS ".:/nonesuch/texmf/ttf2pk//"
#endif
#ifndef DEFAULT_MFINPUTS
#define DEFAULT_MFINPUTS ".:/nonesuch/texmf/metafont//:{/nonesuch/texmf/fonts,/nonesuch/vartexfonts}/source//"
#endif
#ifndef DEFAULT_MPINPUTS
#define DEFAULT_MPINPUTS ".:/nonesuch/texmf/metapost//"
#endif
#ifndef DEFAULT_TEXFORMATS
#define DEFAULT_TEXFORMATS ".:/nonesuch/texmf/web2c{/$engine,}"
#endif
#ifndef DEFAULT_MFBASES
#define DEFAULT_MFBASES ".:/nonesuch/texmf/web2c{/$engine,}"
#endif
#ifndef DEFAULT_MPMEMS
#define DEFAULT_MPMEMS ".:/nonesuch/texmf/web2c{/$engine,}"
#endif
#ifndef DEFAULT_TEXPOOL
#define DEFAULT_TEXPOOL ".:/nonesuch/texmf/web2c"
#endif
#ifndef DEFAULT_MFPOOL
#define DEFAULT_MFPOOL "${TEXPOOL}"
#endif
#ifndef DEFAULT_MPPOOL
#define DEFAULT_MPPOOL "${TEXPOOL}"
#endif
#ifndef DEFAULT_VFFONTS
#define DEFAULT_VFFONTS ".:/nonesuch/texmf/fonts/vf//"
#endif
#ifndef DEFAULT_TFMFONTS
#define DEFAULT_TFMFONTS ".:{/nonesuch/texmf/fonts,/nonesuch/vartexfonts}/tfm//"
#endif
#ifndef DEFAULT_PKFONTS
#define DEFAULT_PKFONTS ".:{/nonesuch/texmf/fonts,/nonesuch/vartexfonts}/pk/{$MAKETEX_MODE,modeless}//"
#endif
#ifndef DEFAULT_GFFONTS
#define DEFAULT_GFFONTS ".:/nonesuch/texmf/fonts/gf/$MAKETEX_MODE//"
#endif
#ifndef DEFAULT_GLYPHFONTS
#define DEFAULT_GLYPHFONTS ".:/nonesuch/texmf/fonts"
#endif
#ifndef DEFAULT_MISCFONTS
#define DEFAULT_MISCFONTS ".:/nonesuch/texmf/fonts/misc//"
#endif
#ifndef DEFAULT_TEXFONTMAPS
#define DEFAULT_TEXFONTMAPS ".:/nonesuch/texmf/fonts/map/{$progname,pdftex,dvips,}//"
#endif
#ifndef DEFAULT_BIBINPUTS
#define DEFAULT_BIBINPUTS ".:/nonesuch/texmf/bibtex/bib//"
#endif
#ifndef DEFAULT_BSTINPUTS
#define DEFAULT_BSTINPUTS ".:/nonesuch/texmf/bibtex/{bst,csf}//"
#endif
#ifndef DEFAULT_MLBIBINPUTS
#define DEFAULT_MLBIBINPUTS ".:/nonesuch/texmf/bibtex/bib/{mlbib,}//"
#endif
#ifndef DEFAULT_MLBSTINPUTS
#define DEFAULT_MLBSTINPUTS ".:/nonesuch/texmf/bibtex/{mlbst,bst}//"
#endif
#ifndef DEFAULT_MFTINPUTS
#define DEFAULT_MFTINPUTS ".:/nonesuch/texmf/mft//"
#endif
#ifndef DEFAULT_TEXPSHEADERS
#define DEFAULT_TEXPSHEADERS ".:/nonesuch/texmf/{dvips,fonts/{enc,type1,type42,type3}}//"
#endif
#ifndef DEFAULT_OSFONTDIR
#define DEFAULT_OSFONTDIR "/please/set/osfontdir/in/the/environment"
#endif
#ifndef DEFAULT_T1FONTS
#define DEFAULT_T1FONTS ".:/nonesuch/texmf/fonts/type1//:$OSFONTDIR//"
#endif
#ifndef DEFAULT_AFMFONTS
#define DEFAULT_AFMFONTS ".:/nonesuch/texmf/fonts/afm//:$OSFONTDIR//"
#endif
#ifndef DEFAULT_TTFONTS
#define DEFAULT_TTFONTS ".:/nonesuch/texmf/fonts/truetype//:$OSFONTDIR//"
#endif
#ifndef DEFAULT_OPENTYPEFONTS
#define DEFAULT_OPENTYPEFONTS ".:/nonesuch/texmf/fonts/opentype//:$OSFONTDIR//"
#endif
#ifndef DEFAULT_T42FONTS
#define DEFAULT_T42FONTS ".:/nonesuch/texmf/fonts/type42//"
#endif
#ifndef DEFAULT_LIGFONTS
#define DEFAULT_LIGFONTS ".:/nonesuch/texmf/fonts/lig//"
#endif
#ifndef DEFAULT_TEXCONFIG
#define DEFAULT_TEXCONFIG "/nonesuch/texmf/dvips//"
#endif
#ifndef DEFAULT_INDEXSTYLE
#define DEFAULT_INDEXSTYLE ".:/nonesuch/texmf/makeindex//"
#endif
#ifndef DEFAULT_ENCFONTS
#define DEFAULT_ENCFONTS ".:/nonesuch/texmf/fonts/enc//"
#endif
#ifndef DEFAULT_CMAPFONTS
#define DEFAULT_CMAPFONTS ".:/nonesuch/texmf/fonts/cmap//"
#endif
#ifndef DEFAULT_SFDFONTS
#define DEFAULT_SFDFONTS ".:/nonesuch/texmf/fonts/sfd//"
#endif
#ifndef DEFAULT_OPENTYPEFONTS
#define DEFAULT_OPENTYPEFONTS ".:/nonesuch/texmf/fonts/opentype//"
#endif
#ifndef DEFAULT_FONTFEATURES
#define DEFAULT_FONTFEATURES ".:/nonesuch/texmf/fonts/fea//"
#endif
#ifndef DEFAULT_FONTCIDMAPS
#define DEFAULT_FONTCIDMAPS ".:/nonesuch/texmf/fonts/cid//"
#endif
#ifndef DEFAULT_PDFTEXCONFIG
#define DEFAULT_PDFTEXCONFIG ".:/nonesuch/texmf/pdftex/{$progname,}//"
#endif
#ifndef DEFAULT_TRFONTS
#define DEFAULT_TRFONTS "/usr{/local,}/share/groff/{current/font,site-font}/devps"
#endif
#ifndef DEFAULT_MPSUPPORT
#define DEFAULT_MPSUPPORT ".:/nonesuch/texmf/metapost/support"
#endif
#ifndef DEFAULT_MIMELIBDIR
#define DEFAULT_MIMELIBDIR "$SELFAUTOPARENT/etc"
#endif
#ifndef DEFAULT_MAILCAPLIBDIR
#define DEFAULT_MAILCAPLIBDIR "$SELFAUTOPARENT/etc"
#endif
#ifndef DEFAULT_FONTCONFIG_FILE
#define DEFAULT_FONTCONFIG_FILE "fonts.conf"
#endif
#ifndef DEFAULT_FONTCONFIG_PATH
#define DEFAULT_FONTCONFIG_PATH "/nonesuch/texmfsysvar/fonts/conf"
#endif
#ifndef DEFAULT_FC_CACHEDIR
#define DEFAULT_FC_CACHEDIR "/nonesuch/texmfsysvar/fonts/cache"
#endif
#ifndef DEFAULT_TEXDOCS
#define DEFAULT_TEXDOCS ".:/nonesuch/texmf/doc//"
#endif
#ifndef DEFAULT_TEXSOURCES
#define DEFAULT_TEXSOURCES ".:/nonesuch/texmf/source//"
#endif
#ifndef DEFAULT_WEBINPUTS
#define DEFAULT_WEBINPUTS ".:/nonesuch/texmf/web//"
#endif
#ifndef DEFAULT_CWEBINPUTS
#define DEFAULT_CWEBINPUTS ".:/nonesuch/texmf/cweb//"
#endif
#ifndef DEFAULT_OFMFONTS
#define DEFAULT_OFMFONTS ".:{/nonesuch/texmf/fonts,/nonesuch/vartexfonts}/{ofm,tfm}//"
#endif
#ifndef DEFAULT_OPLFONTS
#define DEFAULT_OPLFONTS ".:{/nonesuch/texmf/fonts,/nonesuch/vartexfonts}/opl//"
#endif
#ifndef DEFAULT_OVFFONTS
#define DEFAULT_OVFFONTS ".:{/nonesuch/texmf/fonts,/nonesuch/vartexfonts}/{ovf,vf}//"
#endif
#ifndef DEFAULT_OVPFONTS
#define DEFAULT_OVPFONTS ".:{/nonesuch/texmf/fonts,/nonesuch/vartexfonts}/ovp//"
#endif
#ifndef DEFAULT_OTPINPUTS
#define DEFAULT_OTPINPUTS ".:/nonesuch/texmf/omega/otp//"
#endif
#ifndef DEFAULT_OCPINPUTS
#define DEFAULT_OCPINPUTS ".:/nonesuch/texmf/omega/ocp//"
#endif
#ifndef DEFAULT_T4HTINPUTS
#define DEFAULT_T4HTINPUTS ".:/nonesuch/texmf/tex4ht//"
#endif
#ifndef DEFAULT_TEX4HTFONTSET
#define DEFAULT_TEX4HTFONTSET "alias,iso8859,unicode"
#endif
#ifndef DEFAULT_TEX4HTINPUTS
#define DEFAULT_TEX4HTINPUTS ".:/nonesuch/texmf/tex4ht/base//:/nonesuch/texmf/tex4ht/ht-fonts/{$TEX4HTFONTSET}//"
#endif
#ifndef DEFAULT_LUAINPUTS
#define DEFAULT_LUAINPUTS ".:/nonesuch/texmf/scripts/{$progname,$engine,}/lua//:$TEXINPUTS"
#endif
#ifndef DEFAULT_TEXMFSCRIPTS
#define DEFAULT_TEXMFSCRIPTS "/nonesuch/texmf/scripts/{$engine,$progname,}//"
#endif
#ifndef DEFAULT_JAVAINPUTS
#define DEFAULT_JAVAINPUTS ".:/nonesuch/texmf/scripts/{$progname,$engine,}/java//"
#endif
#ifndef DEFAULT_PERLINPUTS
#define DEFAULT_PERLINPUTS ".:/nonesuch/texmf/scripts/{$progname,$engine,}/perl//"
#endif
#ifndef DEFAULT_PYTHONINPUTS
#define DEFAULT_PYTHONINPUTS ".:/nonesuch/texmf/scripts/{$progname,$engine,}/python//"
#endif
#ifndef DEFAULT_RUBYINPUTS
#define DEFAULT_RUBYINPUTS ".:/nonesuch/texmf/scripts/{$progname,$engine,}/ruby//"
#endif
#ifndef DEFAULT_TEXMFCNF
#define DEFAULT_TEXMFCNF "/usr/share/texmf/web2c:/usr/share/texmf-texlive/web2c:/usr/local/share/texmf/web2c"
#endif
#ifndef DEFAULT_MISSFONT_LOG
#define DEFAULT_MISSFONT_LOG "missfont.log"
#endif
#ifndef DEFAULT_TEX_HUSH
#define DEFAULT_TEX_HUSH "none"
#endif
#ifndef DEFAULT_TEX
#define DEFAULT_TEX "etex"
#endif