From 0eb391e9f9e44f15c03f1d8d5414c806413f50fb Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sat, 17 Apr 2004 15:14:12 +0000 Subject: beginnings of postgresql driver integrated into autoconf removed log_error from apache20.h (aliased to ap_log_rerror) --- (limited to 'apache20.h') diff --git a/apache20.h b/apache20.h index a20c695..9d87588 100644 --- a/apache20.h +++ b/apache20.h @@ -20,17 +20,6 @@ #include "util_time.h" -/*static void log_error(char *file, int line, int level, const server_rec *s, const char *fmt, ...) __attribute__ ((format (printf, 5,6))); -static inline void log_error(char *file, int line, int level, const server_rec *s, const char *fmt, ...) -{ - static char buff[MAX_STRING_LEN]; - va_list args; - va_start(args, fmt); - apr_vsnprintf(buff,MAX_STRING_LEN, fmt,args); - ap_log_error(file,line,level,0,s,"%s",buff); - va_end(args); -}*/ - #define log_error ap_log_error #endif /* APACHE20_H */ -- cgit v0.9.2