From 197e405e8e8ae8e11bb251305043810c7fa93e4e Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Fri, 16 Jul 2004 01:33:59 +0000 Subject: fixed another segfault related to the mysql escaping function (forcepreserve bug) included win32 build bat files in distribution separated -Werror to a configure time option (--enable-maintainer) update autogen to use autoconf 2.57, aclocal 1.7 included pgsql and dbi module source in distribution. setup autodetection in configure script for databases. --- (limited to 'mod_log_sql.h') diff --git a/mod_log_sql.h b/mod_log_sql.h index e708f57..6bcd6cb 100644 --- a/mod_log_sql.h +++ b/mod_log_sql.h @@ -79,6 +79,8 @@ typedef enum { /* Registration function for database drivers */ typedef struct { + /* name of the provider */ + const char *providername; /* NULL terminated list of drivers strings */ const char **provided_drivers; /* create a connection to the underlying database layer */ -- cgit v0.9.2