#include "http_protocol.h"
#include "mod_rewrite.h"
-#if !defined(OS2) && !defined(WIN32) && !defined(BEOS)
+#if !defined(OS2) && !defined(WIN32) && !defined(BEOS) && !defined(NETWARE)
#include "unixd.h"
#endif
**
*/
-#ifdef NETWARE
-int main(int argc, char *argv[])
-{
- ExitThread(TSR_THREAD, 0);
-}
-#endif
-
/* the apr_table_t of commands we provide */
static const command_rec command_table[] = {
AP_INIT_FLAG( "RewriteEngine", cmd_rewriteengine, NULL, OR_FILEINFO,
#define __int64 long long
#endif
+/* Don't use the DBM rewrite map for mod_rewrite */
+#define NO_DBM_REWRITEMAP
+
+/* Allow MOD_AUTH_DBM to use APR */
+#define AP_AUTH_DBM_USE_APR
+
#endif