This file is indexed.

/usr/src/zfs-0.6.5.6/config/user-runstatedir.m4 is in zfs-dkms 0.6.5.6-0ubuntu8.

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
dnl For backwards compatibility; runstatedir added in autoconf 2.70.
AC_DEFUN([ZFS_AC_CONFIG_USER_RUNSTATEDIR], [
	if test "x$runstatedir" = x; then
		AC_SUBST([runstatedir], ['${localstatedir}/run'])
	fi
])