This file is indexed.

/usr/include/c_icap/c-icap-conf.h is in libicapapi-dev 1:0.1.6-1ubuntu1.

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
/*This is autogenerated file*/

#ifndef __C_ICAP_CONF_H
#define __C_ICAP_CONF_H

/* Define USE_IPV6 if we are supporting ipv6 */
#if 0
#define USE_IPV6
#endif

#if 1
#define USE_SYSV_IPC
#endif

#if 1
#define USE_POSIX_FILE_LOCK
#endif

#if  1
#define USE_POSIX_MAPPED_FILES
#endif

#if 1
#define USE_POSIX_SEMAPHORES
#endif

#if 1
#define USE_PTHREADS_RWLOCK
#endif

#if 1
#define USE_REGEX
#endif

#if 0
#define __CI_COMPAT
#endif

/*The following maybe should used...*/
#if 1
#define __SYS_TYPES_H_EXISTS
#endif

#if 1
#define __INTTYPES_H_EXISTS
#endif

#define CI_SIZEOF_OFF_T 8

/* Define to `long int' if <sys/types.h> does not define. */
#if 0
#define off_t long int
#endif

/* Define to `unsigned int' if <sys/types.h> does not define. */
#if 0
#define size_t unsigned int
#endif

#if 0
#define uint16_t unsigned short
#endif

#if 0
#define uint32_t unsigned int
#endif

#if 0
#define uint8_t unsigned char
#endif

#endif