This file is indexed.

/usr/include/tins/config.h is in libtins-dev 3.4-2+b1.

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
#ifndef TINS_CONFIG_H
#define TINS_CONFIG_H

/* Define if the compiler supports basic C++11 syntax */
#define TINS_HAVE_CXX11

/* Have IEEE 802.11 support */
#define TINS_HAVE_DOT11

/* Have WPA2 decryption library */
#define TINS_HAVE_WPA2_DECRYPTION

/* Use pcap_sendpacket to send l2 packets */
/* #undef TINS_HAVE_PACKET_SENDER_PCAP_SENDPACKET */

/* Have TCP ACK tracking */
/* #undef TINS_HAVE_ACK_TRACKER */

/* Have GCC builtin swap */
#define TINS_HAVE_GCC_BUILTIN_SWAP

/* Have WPA2Decrypter callbacks */
#define TINS_HAVE_WPA2_CALLBACKS

#endif // TINS_CONFIG_H