This file is indexed.

/usr/include/openigtlink/igtlConfigure.h is in libopenigtlink-dev 1.11.0-3.

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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*=========================================================================

  Program:   OpenIGTLink Library
  Module:    $HeadURL: http://svn.na-mic.org/NAMICSandBox/trunk/OpenIGTLink/igtlConfigure.h.in $
  Language:  C
  Date:      $Date: 2010-06-09 16:16:36 -0400 (Wed, 09 Jun 2010) $
  Version:   $Revision: 6525 $

  Copyright (c) Insight Software Consortium. All rights reserved.

  This software is distributed WITHOUT ANY WARRANTY; without even
  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  PURPOSE.  See the above copyright notices for more information.

=========================================================================*/

#ifndef __IGTL_CONFIGURE_H
#define __IGTL_CONFIGURE_H

/* #undef OpenIGTLink_PLATFORM_MACOSX */
#define OpenIGTLink_PLATFORM_LINUX 
/* #undef OpenIGTLink_PLATFORM_SUNOS */
/* #undef OpenIGTLink_PLATFORM_WIN32 */
#ifdef OpenIGTLink_PLATFORM_WIN32
  #ifndef _WIN32
    #define _WIN32
  #endif
  #ifndef WIN32
    #define WIN32
  #endif
  #define IGTLCommon_EXPORTS
#endif

#define OpenIGTLink_USE_PTHREADS
/* #undef OpenIGTLink_USE_WIN32_THREADS */
/* #undef OpenIGTLink_USE_SPROC */
#define OpenIGTLink_HAVE_GETSOCKNAME_WITH_SOCKLEN_T
#define OpenIGTLink_HAVE_STRNLEN

#define OpenIGTLink_PROTOCOL_VERSION 2

#endif /*__IGTL_CONFIGURE_H*/