Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
apache_httpd_includes.h
Go to the documentation of this file.
1 // Copyright 2016 Google Inc.
18 
19 #ifndef PAGESPEED_APACHE_APACHE_HTTPD_INCLUDES_H_
20 #define PAGESPEED_APACHE_APACHE_HTTPD_INCLUDES_H_
21 
22 #include "httpd.h"
23 
26 enum { APACHE_OK = OK };
27 #undef OK
28 
29 #endif