Fawkes API  Fawkes Development Version
agent-settings.inc
1 
2 ;---------------------------------------------------------------------------
3 ; agent-settings.inc - OpenPRS agent settings loader
4 ;
5 ; Created: Mon Sep 08 15:54:39 2014
6 ; Copyright 2014 Tim Niemueller [www.niemueller.de]
7 ; Licensed under GPLv2+ license, cf. LICENSE file
8 ;---------------------------------------------------------------------------
9 
10 include "new-default.inc"
11 
12 ; debug tracing configuration
13 trace receive off
14 trace intend off
15 
16 ; Settings for the various features
17 declare predicate setting
18 declare predicate agent-settings-load
19 
20 include "config.inc"
21 
22 load opf "agent-settings.opf"
23 
24 add (agent-settings-load)