This file is indexed.

/usr/include/root/cintdictversion.h is in libroot-core-dev 5.34.00-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
14
15
16
17
18
19
20
/***********************************************************************
 * cint (C/C++ interpreter)
 ************************************************************************
 * CINT header file cintdictversion.h
 ************************************************************************
 * Description:
 *  definition of the dictionary API version
 ************************************************************************
 * Copyright(c) 1995~2008  Masaharu Goto (cint@pcroot.cern.ch)
 *
 * For the licensing terms see the file COPYING
 *
 ************************************************************************/

#ifndef INCLUDE_CINTDICTVERSION
#define INCLUDE_CINTDICTVERSION

#define G__CINTDICTVERSION 20110521

#endif /* INCLUDE_CINTDICTVERSION */