Rudiments
apacheincludes.h
1 // Copyright (c) 1999-2018 David Muse
2 // See the COPYING file for more information
3 
4 #ifndef RUDIMENTS_APACHEINCLUDES_H
5 #define RUDIMENTS_APACHEINCLUDES_H
6 
7 extern "C" {
8  #include "httpd.h"
9  #include "http_config.h"
10  #include "http_protocol.h"
11  #include "ap_config.h"
12 }
13 
14 #endif