"Fossies" - the Fresh Open Source Software Archive

Member "mod_log_sql-1.101/apache20.h" (29 Apr 2004, 489 Bytes) of package /linux/www/apache_httpd_modules/old/mod_log_sql-1.101.tar.bz2:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 /* $Id: apache20.h 125 2004-04-29 18:05:25Z urkle@drip.ws $ */
    2 #ifndef APACHE20_H
    3 #define APACHE20_H
    4 
    5 #include "apr_strings.h"
    6 #include "apr_lib.h"
    7 #include "apr_hash.h"
    8 #include "apr_optional.h"
    9 #define APR_WANT_STRFUNC
   10 #include "apr_want.h"
   11 #include "apr_tables.h"
   12 
   13 #include "ap_config.h"
   14 
   15 #include "httpd.h"
   16 #include "http_config.h"
   17 #include "http_core.h"
   18 #include "http_log.h"
   19 #include "http_protocol.h"
   20 
   21 #include "util_time.h"
   22 
   23 #define log_error ap_log_error
   24 
   25 #endif /* APACHE20_H */