|
Lines 63-68
Link Here
|
| 63 |
SQLITE "Enable SQLite support for apr-dbd" Off \ |
63 |
SQLITE "Enable SQLite support for apr-dbd" Off \ |
| 64 |
IPV6 "Enable IPv6 support" On \ |
64 |
IPV6 "Enable IPv6 support" On \ |
| 65 |
BDB "Enable BerkeleyDB dbm" Off \ |
65 |
BDB "Enable BerkeleyDB dbm" Off \ |
|
|
66 |
PASS_AUTHORIZATION "Pass HTTP authorization header" Off \ |
| 66 |
SVN "Enable Subversion support" Off |
67 |
SVN "Enable Subversion support" Off |
| 67 |
.include "${APACHEDIR}/Makefile.options" |
68 |
.include "${APACHEDIR}/Makefile.options" |
| 68 |
.endif |
69 |
.endif |
|
Lines 174-179
Link Here
|
| 174 |
. endif |
175 |
. endif |
| 175 |
.endif |
176 |
.endif |
| 176 |
|
177 |
|
|
|
178 |
.if defined(WITH_PASS_AUTHORIZATION) |
| 179 |
CFLAGS+= -DSECURITY_HOLE_PASS_AUTHORIZATION |
| 180 |
.endif |
| 181 |
|
| 177 |
CONFIGURE_ARGS+= --with-mpm=${WITH_MPM:L} |
182 |
CONFIGURE_ARGS+= --with-mpm=${WITH_MPM:L} |
| 178 |
|
183 |
|
| 179 |
pre-everything:: |
184 |
pre-everything:: |