fastcgi++
A C++ FastCGI/Web API
config.hpp
Go to the documentation of this file.
1 #ifndef FASTCGIPP_CONFIG
2 #define FASTCGIPP_CONFIG
3 
4 #define FASTCGIPP_VERSION "3.0beta"
5 #define FASTCGIPP_LINUX
6 #define FASTCGIPP_BUILD_TIME "2017-08-25T12:00:00Z"
7 #define FASTCGIPP_LOG_LEVEL 2
8 
9 #endif