This file is indexed.

/usr/include/calc/conf.h is in apcalc-dev 2.12.5.0-1+b3.

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
/*
 * DO NOT EDIT -- generated by the Makefile
 */


#if !defined(__CONF_H__)
#define __CONF_H__


/* the default :-separated search path */
#if !defined(DEFAULTCALCPATH)
#define DEFAULTCALCPATH ".:./cal:~/.cal:/usr/local/share/calc:/usr/share/calc:/usr/share/calc/custom"
#endif /* DEFAULTCALCPATH */

/* the default :-separated startup file list */
#if !defined(DEFAULTCALCRC)
#define DEFAULTCALCRC "/usr/share/calc/startup:/usr/local/share/calc/startup:~/.calcrc:./.calcinit"
#endif /* DEFAULTCALCRC */

/* the location of the help directory */
#if !defined(HELPDIR)
#define HELPDIR "/usr/share/calc/help"
#endif /* HELPDIR */

/* the location of the custom help directory */
#if !defined(CUSTOMHELPDIR)
#define CUSTOMHELPDIR "/usr/share/calc/custhelp"
#endif /* CUSTOMHELPDIR */

/* the default pager to use */
#if !defined(DEFAULTCALCPAGER)
#define DEFAULTCALCPAGER "sensible-pager"
#endif /* DEFAULTCALCPAGER */


#endif /* !__CONF_H__ */