blob: 8c46007896045f2d2b3bf916d73347106e54254e (
plain) (
blame)
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
/*
* ap_config_auto.h -- Automatically determined configuration stuff
* THIS FILE WAS AUTOMATICALLY GENERATED - DO NOT EDIT!
*/
#ifndef AP_CONFIG_AUTO_H
#define AP_CONFIG_AUTO_H
/* check: #include <dlfcn.h> */
#ifndef HAVE_DLFCN_H
#define HAVE_DLFCN_H 1
#endif
/* check: #include <dl.h> */
#ifdef HAVE_DL_H
#undef HAVE_DL_H
#endif
/* check: #include <bstring.h> */
#ifdef HAVE_BSTRING_H
#undef HAVE_BSTRING_H
#endif
/* check: #include <crypt.h> */
#ifdef HAVE_CRYPT_H
#undef HAVE_CRYPT_H
#endif
/* check: #include <unistd.h> */
#ifndef HAVE_UNISTD_H
#define HAVE_UNISTD_H 1
#endif
/* check: #include <sys/resource.h> */
#ifndef HAVE_SYS_RESOURCE_H
#define HAVE_SYS_RESOURCE_H 1
#endif
/* check: #include <sys/select.h> */
#ifndef HAVE_SYS_SELECT_H
#define HAVE_SYS_SELECT_H 1
#endif
/* check: #include <sys/processor.h> */
#ifdef HAVE_SYS_PROCESSOR_H
#undef HAVE_SYS_PROCESSOR_H
#endif
/* check: #include <sys/param.h> */
#ifndef HAVE_SYS_PARAM_H
#define HAVE_SYS_PARAM_H 1
#endif
/* determine: isinf() found in libc */
#ifndef HAVE_ISINF
#define HAVE_ISINF 1
#endif
/* determine: isnan() found in libc */
#ifndef HAVE_ISNAN
#define HAVE_ISNAN 1
#endif
/* sizeof(off_t) == sizeof(quad_t) on OpenBSD */
#ifndef AP_OFF_T_IS_QUAD
#define AP_OFF_T_IS_QUAD 1
#endif
/* build flag: -DINET6 */
#ifndef INET6
#define INET6 1
#endif
/* build flag: -Dss_family=__ss_family */
#ifndef ss_family
#define ss_family __ss_family
#endif
/* build flag: -Dss_len=__ss_len */
#ifndef ss_len
#define ss_len __ss_len
#endif
/* build flag: -DHAVE_SOCKADDR_LEN */
#ifndef HAVE_SOCKADDR_LEN
#define HAVE_SOCKADDR_LEN 1
#endif
/* build flag: -DMOD_SSL=208116 */
#ifndef MOD_SSL
#define MOD_SSL 208116
#endif
/* build flag: -DEAPI */
#ifndef EAPI
#define EAPI 1
#endif
#endif /* AP_CONFIG_AUTO_H */
|