This file is indexed.

/usr/lib/iraf/lib/clio.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
# CLIO.H -- CLIO definitions (private to the CLIO interface).

define	MAX_PSEUDOFILES		10		# is this still used?
define	MAX_POSARGS		20		# max positional arguments
define	MAX_PSETS		20		# max psets used by a task
define	SZ_PSETNAMEBUF		200		# storage for pset names
define	SZ_PNAME		64		# storage for "pset.param"

# The following must agree with the definitions in cl$task.h.
define	IPCOUT		"IPC$IPCIO-OUT"
define	IPCDONEMSG	"# IPC$IPCIO-FINISHED\n"