diff options
author | Guenter Knauf <fuankg@apache.org> | 2010-12-25 13:44:37 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2010-12-25 13:44:37 +0100 |
commit | 023e727183c3b9b5af056deb2588126049a2730c (patch) | |
tree | becdd9ef8c147b7f752ceaa8370b977a8d0c338d /os | |
parent | Update. (diff) | |
download | apache2-023e727183c3b9b5af056deb2588126049a2730c.tar.xz apache2-023e727183c3b9b5af056deb2588126049a2730c.zip |
Removed define obsolete since r93260.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1052774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os')
-rw-r--r-- | os/netware/pre_nw.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/os/netware/pre_nw.h b/os/netware/pre_nw.h index 10c4a106e2..21ebb67540 100644 --- a/os/netware/pre_nw.h +++ b/os/netware/pre_nw.h @@ -63,9 +63,6 @@ #define __int64 long long #endif -/* Allow MOD_AUTH_DBM to use APR */ -#define AP_AUTH_DBM_USE_APR - /* Restrict the number of nested includes */ #define AP_MAX_INCLUDE_DEPTH 48 |