File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1165,7 +1165,7 @@ void sec_audit_logger_json(modsec_rec *msr) {
1165
1165
1166
1166
1167
1167
/* Stopwatch2 */
1168
- #ifdef DLOG_NO_STOPWATCH
1168
+ #ifdef LOG_NO_STOPWATCH
1169
1169
if (msr -> txcfg -> debuglog_level >= 9 )
1170
1170
#endif
1171
1171
format_performance_variables_json (msr , g );
@@ -1998,7 +1998,7 @@ void sec_audit_logger_native(modsec_rec *msr) {
1998
1998
}
1999
1999
2000
2000
/* Stopwatch; left in for compatibility reasons */
2001
- #ifdef DLOG_NO_STOPWATCH
2001
+ #ifdef LOG_NO_STOPWATCH
2002
2002
if (msr -> txcfg -> debuglog_level >= 9 ) {
2003
2003
#endif
2004
2004
text = apr_psprintf (msr -> mp , "Stopwatch: %" APR_TIME_T_FMT " %" APR_TIME_T_FMT " (- - -)\n" ,
@@ -2013,7 +2013,7 @@ void sec_audit_logger_native(modsec_rec *msr) {
2013
2013
"; %s\n" , msr -> request_time , (now - msr -> request_time ), perf_all );
2014
2014
sec_auditlog_write (msr , text , strlen (text ));
2015
2015
}
2016
- #ifdef DLOG_NO_STOPWATCH
2016
+ #ifdef LOG_NO_STOPWATCH
2017
2017
}
2018
2018
#endif
2019
2019
Original file line number Diff line number Diff line change 812
812
fi
813
813
fi
814
814
815
- MODSEC_EXTRA_CFLAGS="$pcre_study $pcre_match_limit $pcre_match_limit_recursion $pcre_jit $request_early $htaccess_config $lua_cache $debug_conf $debug_cache $debug_acmp $debug_mem $perf_meas $modsec_api $cpu_type $unique_id $log_filename $log_server $log_collection_delete_problem $log_dechunk $log_stopwatch $log_handler $log_server_contex $collection_global_lock"
815
+ MODSEC_EXTRA_CFLAGS="$pcre_study $pcre_match_limit $pcre_match_limit_recursion $pcre_jit $request_early $htaccess_config $lua_cache $debug_conf $debug_cache $debug_acmp $debug_mem $perf_meas $modsec_api $cpu_type $unique_id $log_filename $log_server $log_collection_delete_problem $log_dechunk $log_stopwatch $log_handler $log_server_context $collection_global_lock"
816
816
817
817
APXS_WRAPPER=build/apxs-wrapper
818
818
APXS_EXTRA_CFLAGS=""
You can’t perform that action at this time.
0 commit comments