This file is indexed.

/usr/include/rep/rep_config.h is in librep-dev 0.92.5-3+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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/* src/rep_config.h.  Generated from rep_config.h.in by configure.  */
/* rep_config.h.in -- configure defs needed by library callers */

#ifndef REP_CONFIG_H
#define REP_CONFIG_H

/* Version number */
#define rep_VERSION "0.92.5"

/* libtool interface revision number */
#define rep_INTERFACE 16

/* Define if you have some flavour of Unix */
#define rep_HAVE_UNIX 1

/* An implicitly signed integer type, that a pointer can be cast to and
   from without dropping bits */
#define rep_PTR_SIZED_INT long int

/* This is either L or LL -- the suffix to append to integer constants
   of the above type */
#define rep_PTR_SIZED_INT_SUFFIX L

/* A string, the printf integer conversion of the above integer type,
   i.e. "" for int, "l" for long, "ll" for long long */
#define rep_PTR_SIZED_INT_CONV "l"

/* The number of bytes in the above type. */
#define rep_PTR_SIZED_INT_SIZEOF 8
#define rep_PTR_SIZED_INT_BITS (rep_PTR_SIZED_INT_SIZEOF * CHAR_BIT)

/* The minimum alignment of memory allocated by malloc(). The default of
   four should be ok for most systems? */
#define rep_MALLOC_ALIGNMENT 8

/* Defined if `long long int' is available */
#define rep_HAVE_LONG_LONG 1

#endif /* REP_CONFIG_H */