config things should arguably be here...
}\
} while (0)
+extern bool check_config;
+
/** Defines a #CONF_PAIR to C data type mapping
*
* Is typically used to define mappings between module sections, and module instance structs.
/* main_config.c */
/* Define a global config structure */
extern bool log_dates_utc;
-extern bool check_config;
extern main_config_t main_config;
extern bool event_loop_started;
#include <ctype.h>
+bool check_config = false;
+
typedef enum conf_property {
CONF_PROPERTY_INVALID = 0,
CONF_PROPERTY_NAME,