From ecee168fc3de4cbabac31e98e492f40d42c4cf5c Mon Sep 17 00:00:00 2001 From: Jacob Welsh Date: Fri, 12 Dec 2014 22:02:18 -0500 Subject: [PATCH 1/1] Remove unixd_config macros Renamed in apache 2.3 and unused since 3f4fda20a1 --- mod_waklog.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mod_waklog.c b/mod_waklog.c index 8cb9124..72f0d06 100644 --- a/mod_waklog.c +++ b/mod_waklog.c @@ -54,11 +54,6 @@ module waklog_module; #define MK_POOL apr_pool_t #define MK_TABLE_GET apr_table_get #define MK_TABLE_SET apr_table_set -#include "unixd.h" -extern unixd_config_rec unixd_config; -#define ap_user_id unixd_config.user_id -#define ap_group_id unixd_config.group_id -#define ap_user_name unixd_config.user_name #define command(name, func, var, type, usage) \ AP_INIT_ ## type (name, (void*) func, \ NULL, \ -- 2.20.1