This file is indexed.

/usr/lib/iraf/lib/qpexset.h is in iraf-dev 2.16.1+2018.03.10-2.

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
# QPEXSET -- Public definitions for the QPEX package.

# Set/Stat parameters.
# (none at present)

# QPEX_DEBUG options flags.
define	QPEXD_SUMMARY		0001B	# print summary information
define	QPEXD_SHOWEXPR		0002B	# regenerate compiled expression
define	QPEXD_PROGRAM		0004B	# decode compiled program
define	QPEXD_SHOWLUTS		0010B	# print lookup tables
define	QPEXD_ETLIST		0020B	# dump expr terms list
define	QPEXD_LTLIST		0040B	# dump lookup table list
define	QPEXD_SHOWALL		0077B	# show/dump everything