Page Speed Optimization Libraries  1.9.32.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
apache_logging_includes.h
Go to the documentation of this file.
1 // Copyright 2012 Google Inc.
20 
21 #ifndef NET_INSTAWEB_APACHE_APACHE_LOGGING_INCLUDES_H_
22 #define NET_INSTAWEB_APACHE_APACHE_LOGGING_INCLUDES_H_
23 
27 #undef HAVE_SYSLOG
28 #include "http_log.h"
29 
32 #ifdef APLOG_USE_MODULE
33 extern "C" {
34 APLOG_USE_MODULE(pagespeed);
35 }
36 #endif
37 
38 #endif