This file is indexed.

/usr/share/yacas/include/yacasprivate.h is in yacas 1.3.3-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
#ifndef __yacasprivate_h__
#define __yacasprivate_h__

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include "lisptype.h"
#include "stubs.h"

#endif