From 5d05a57139672acc5c491116a5f0cd45b2e16bb3 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sun, 21 Dec 2003 17:45:51 +0000 Subject: CVS headers added --- diff --git a/Makefile.in b/Makefile.in index 71622b8..5902fab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -9,7 +9,7 @@ HEADERS = CFLAGS = -Wc,-Wall -Wc,-Werror -Wc,-fno-strict-aliasing -INCLUDES = +INCLUDES = -I/usr/include/mysql LDADD = @@ -115,7 +115,7 @@ $(builddir)/.deps: depend depend: $(SOURCES) $(HEADERS) if test -n "`ls $(srcdir)/*.c 2> /dev/null`"; then \ - $(CC) -MM -MT $(TARGET) -I@APACHE_INCDIR@ $(srcdir)/*.c > $(builddir)/.deps || true; \ + $(CC) -MM -MT $(TARGET) -I@APACHE_INCDIR@ $(INCLUDES) $(srcdir)/*.c > $(builddir)/.deps || true; \ fi include $(builddir)/.deps diff --git a/mod_log_sql.c b/mod_log_sql.c index 82d0483..60d2b33 100644 --- a/mod_log_sql.c +++ b/mod_log_sql.c @@ -1,4 +1,4 @@ - +/* $Header: /home/cvs/mod_log_sql/mod_log_sql.c,v 1.2 2003/12/21 17:45:51 urkle Exp $ */ /* --------* * DEFINES * * --------*/ @@ -75,7 +75,7 @@ typedef const char *(*item_key_func) (request_rec *, char *); * Each child process has its own segregated copy of this structure. */ typedef struct { - array_header *transfer_ignore_list; + apr_array_t *transfer_ignore_list; array_header *transfer_accept_list; array_header *remhost_ignore_list; array_header *notes_list; -- cgit v0.9.2