rikitiki  v0.1.67
Build C++ web server modules that allow easy routing and deployment.
config.h
1 /* Copyright (C) 2012-2013 Justin Berger
2  The full license is available in the LICENSE file at the root of this project and is also available at http://opensource.org/licenses/MIT. */
3 
4 /*
5  DO NOT EDIT THIS FILE. This file is automatically generated via CMake, and any modifications will be overwritten on the next build. If you are using the CMake system in place, you likely want to ENABLE_FEATURE/DISABLE_FEATURE there instead.
6 
7  If you aren't using CMAKE for some reason, note that changing the directives below requires you to rebuild rikitiki from source, or you will likely have references missing.
8  */
9 
10 #pragma once
11 
12 #define RT_USE_STENCET 1
13 #define RT_USE_LOG 1
14 #define RT_USE_CONFIGURATION 1
15 #define RT_USE_REST 1
16 #define RT_USE_JSONCPP 1
17 #define RT_USE_CTEMPLATE 1
18 #define RT_USE_MONGOOSE 1
19 #define RT_USE_APACHE 1
20