#include <iostream>
#include <dotconf.h>
#include <cassert>
#include "./config.h"
#include "utils.h"
#include "server.h"
#include <limits>
Go to the source code of this file.
|
| static const configoption_t | options [] |
| |
Copyright (c) Sjors Gielen, 2013 See LICENSE for license.
| Enumerator |
|---|
| S_ROOT |
|
| S_SOCKET |
|
| S_DATABASE |
|
| S_NETWORK |
|
| S_SERVER |
|
| S_PLUGIN |
|
Definition at line 15 of file config.cpp.
| static bool bool_is_true |
( |
std::string |
s | ) |
|
|
static |
| static DOTCONF_CB |
( |
sect_open |
| ) |
|
|
static |
| static DOTCONF_CB |
( |
sect_close |
| ) |
|
|
static |
| static DOTCONF_CB |
( |
option |
| ) |
|
|
static |
| FUNC_ERRORHANDLER |
( |
error_handler |
| ) |
|
| const configoption_t options[] |
|
static |