This file is indexed.

/usr/include/xsec/framework/XSECConfig.hpp is in libxml-security-c-dev 1.7.2-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
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
/* xsec/framework/XSECConfig.hpp.  Generated from XSECConfig.hpp.in by configure.  */
/* xsec/framework/XSECConfig.hpp.in.  Generated from configure.ac by autoheader.  */

/* Define if NSS is in use. */
/* #undef XSEC_HAVE_NSS */

/* Define if OpenSSL is in use. */
#define XSEC_HAVE_OPENSSL 1

/* Define to 1 if strcasecmp present. */
#define XSEC_HAVE_STRCASECMP 1

/* Define to 1 if Xalan is unavailable. */
#define XSEC_NO_XALAN 1

/* Define to 1 if OpenSSL has EVP_CIPHER_CTX_set_padding. */
#define XSEC_OPENSSL_CANSET_PADDING 1

/* Define to 1 if OpenSSL uses const input buffers. */
#define XSEC_OPENSSL_CONST_BUFFERS 1

/* Define to 1 if OpenSSL X509 API has const input buffer. */
#define XSEC_OPENSSL_D2IX509_CONST_BUFFER 1

/* Define to 1 if OpenSSL has full AES support. */
#define XSEC_OPENSSL_HAVE_AES 1

/* Define to 1 if OpenSSL has GCM support. */
#define XSEC_OPENSSL_HAVE_GCM 1

/* Define to 1 if OpenSSL has CRYPTO_cleanup_all_ex_data. */
#define XSEC_OPENSSL_HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1

/* Define to 1 if OpenSSL has EC support. */
#define XSEC_OPENSSL_HAVE_EC 1

/* Define to 1 if OpenSSL has SHA2 support. */
#define XSEC_OPENSSL_HAVE_SHA2 1

/* Define to 1 if Xalan XPathEvaluator requires NodeRefList. */
/* #undef XSEC_SELECTNODELIST_REQS_NODEREFLIST */

/* Define to 1 if Xalan requires MemoryManager */
/* #undef XSEC_XALAN_REQS_MEMORYMANAGER */

/* Define to 1 if Xalan XercesParserLiaison ctor takes XercesDOMSupport. */
/* #undef XSEC_XERCESPARSERLIAISON_REQS_DOMSUPPORT */

/* Define to 1 if Xerces has a 64-bit-safe API. */
#define XSEC_XERCES_64BITSAFE 1

/* Define to 1 if Xerces DOMEntity has getInputEncoding. */
#define XSEC_XERCES_DOMENTITYINPUTENCODING 1

/* Define to 1 if Xerces has DOMLSSerializer. */
#define XSEC_XERCES_DOMLSSERIALIZER 1

/* Define to 1 if Xerces XMLFormatter requires version. */
#define XSEC_XERCES_FORMATTER_REQUIRES_VERSION 1

/* Define to 1 if Xerces DOM ID methods take extra parameter. */
#define XSEC_XERCES_HAS_BOOLSETIDATTRIBUTE 1

/* Define to 1 if Xerces has legacy setIdAttribute. */
/* #undef XSEC_XERCES_HAS_SETIDATTRIBUTE */

/* Define to 1 if Xerces InputStream class requires getContentType. */
#define XSEC_XERCES_INPUTSTREAM_HAS_CONTENTTYPE 1

/* Define to 1 if Xerces XMLFormatter requires MemoryManager. */
#define XSEC_XERCES_REQUIRES_MEMMGR 1

/* Define to 1 if Xerces XMLString has release method. */
#define XSEC_XERCES_XMLSTRING_HAS_RELEASE 1

/* Define to 1 if Xalan XSLException returns XalanDOMString. */
/* #undef XSEC_XSLEXCEPTION_RETURNS_DOMSTRING */

#include <xsec/framework/XSECVersion.hpp>