This file is indexed.

/usr/include/apache2/modperl_xs_typedefs.h is in libapache2-mod-perl2-dev 2.0.8+httpd24-r1449661-6ubuntu2.1.

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
/*
 * *********** WARNING **************
 * This file generated by ModPerl::WrapXS/0.01
 * Any changes made here will be lost
 * ***********************************
 * 01: lib/ModPerl/WrapXS.pm:706
 * 02: lib/ModPerl/WrapXS.pm:1167
 * 03: Makefile.PL:427
 * 04: Makefile.PL:329
 * 05: Makefile.PL:58
 */


#ifndef MODPERL_XS_TYPEDEFS_H
#define MODPERL_XS_TYPEDEFS_H

#include "apr_uuid.h"
#include "apr_sha1.h"
#include "apr_md5.h"
#include "apr_base64.h"
#include "apr_getopt.h"
#include "apr_hash.h"
#include "apr_lib.h"
#include "apr_general.h"
#include "apr_signal.h"
#include "apr_thread_rwlock.h"
#include "util_script.h"
typedef apr_array_header_t * APR__ArrayHeader;
typedef apr_bucket_brigade * APR__Brigade;
typedef apr_bucket * APR__Bucket;
typedef apr_bucket_alloc_t * APR__BucketAlloc;
typedef apr_bucket_type_t * APR__BucketType;
typedef apr_time_exp_t * APR__ExplodedTime;
typedef apr_finfo_t * APR__Finfo;
typedef apr_getopt_t * APR__Getopt;
typedef apr_getopt_option_t * APR__GetoptOption;
typedef apr_hash_t * APR__Hash;
typedef apr_in_addr_t * APR__InAddr;
typedef apr_ipsubnet_t * APR__IpSubnet;
typedef apr_md5_ctx_t * APR__MD5;
typedef apr_mmap_t * APR__Mmap;
typedef apr_pool_t * APR__Pool;
typedef apr_proc_t * APR__Process;
typedef apr_sha1_ctx_t * APR__SHA1;
typedef apr_sockaddr_t * APR__SockAddr;
typedef apr_socket_t * APR__Socket;
typedef apr_table_t * APR__Table;
typedef apr_thread_mutex_t * APR__ThreadMutex;
typedef apr_thread_rwlock_t * APR__ThreadRWLock;
typedef apr_uri_t * APR__URI;
typedef apr_uuid_t * APR__UUID;
typedef cmd_parms * Apache2__CmdParms;
typedef command_rec * Apache2__Command;
typedef ap_conf_vector_t * Apache2__ConfVector;
typedef ap_configfile_t * Apache2__ConfigFile;
typedef conn_rec * Apache2__Connection;
typedef ap_directive_t * Apache2__Directive;
typedef ap_filter_t * Apache2__Filter;
typedef ap_filter_rec_t * Apache2__FilterRec;
typedef ap_method_list_t * Apache2__MethodList;
typedef module * Apache2__Module;
typedef modperl_filter_t * Apache2__OutputFilter;
typedef piped_log * Apache2__PipedLog;
typedef process_rec * Apache2__Process;
typedef request_rec * Apache2__RequestRec;
typedef server_addr_rec * Apache2__ServerAddr;
typedef server_rec * Apache2__ServerRec;
typedef subrequest_rec * Apache2__SubRequest;

#endif /* MODPERL_XS_TYPEDEFS_H */