This file is indexed.

/usr/include/crystalspace-2.0/csutil/csmd5.h is in libcrystalspace-dev 2.0+dfsg-1build1.

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
#ifdef CS_COMPILER_GCC
  #warning This file was superseded by csutil/md5.h.
#endif
#ifdef CS_COMPILER_MSVC
  #pragma message ("csutil/csmd5.h was superseded by csutil/md5.h")
#endif

#include "md5.h"