This file is indexed.

/usr/lib/emboss/include/eplplot/plConfig.h is in emboss-lib 6.3.1-6ubuntu3.

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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/* include/plConfig.h.  Generated by configure.  */
/* -*-C-*- */
/* $Id: plConfig.h,v 1.4 2007/05/14 14:44:10 ajb Exp $

    Maurice LeBrun
    IFS, University of Texas at Austin
    18-Jul-1994

    Copyright (C) 2004  Alan W. Irwin
    Copyright (C) 2004  Rafael Laboissiere
    Copyright (C) 2004  Joao Cardoso

    This file is part of PLplot.

    PLplot is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Library Public License as published
    by the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    PLplot is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Library General Public License for more details.

    You should have received a copy of the GNU Library General Public License
    along with PLplot; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA


    Contains macro definitions that determine miscellaneous PLplot library
    configuration defaults, such as macros for bin, font, lib, and tcl
    install directories, and various system dependencies.  On a Unix
    system, typically the configure script builds plConfig.h from
    plConfig.h.in.  Elsewhere, it's best to hand-configure a plConfig.h
    file and keep it with the system-specific files.
*/

#ifndef __PLCONFIG_H__
#define __PLCONFIG_H__

#define PLPLT_VERSION "5.7.2e" /* e for EMBOSS */

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

/* Define if dynamic drivers are enabled.*/
/*#define ENABLE_DYNDRIVERS */

/* Define if [incr Tcl] is available */
/* #undef HAVE_ITCL */

/* Define if [incr Tk] is available */
/* #undef HAVE_ITK */

/* Define if [freetype] is available */
/* #undef HAVE_FREETYPE */

/* Define if finite is available */
#define HAVE_FINITE 

/* Define if isinf is available */
#define HAVE_ISINF

/* Define if isnan is available */
#define HAVE_ISNAN 

/* Define if you have c++ accessible stdint.h */
/* #define HAVE_CXX_STDINT_H */

/* Define to 1 if you have the <stdint.h> header file. */
/* #define HAVE_STDINT_H 1 */

/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* Define if usleep is available */
#define HAVE_USLEEP 

/* Define if you want PLplot's float type to be double */
/* #define PL_DOUBLE */

/* Define if C++ compiler accepts using namespace */
#define USE_NAMESPACE 

/* Define if <cmath> header file is available */
#define HAVE_CMATH 1

/* Define if isnan is present in <math.h> but not in <cmath>
 * - broken Mac OSX systems */
/* #undef BROKEN_ISNAN_CXX */

#endif	/* __PLCONFIG_H__ */