summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-07-27 22:07:17 +1000
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-08-21 19:36:35 +1000
commitcc6dcd161c35b019e291068ca6e63ffa56b4534e (patch)
treef11eebd7684e263ab7bea41be0c6decf12ccd194 /include
parentEnumerate in guide.tex what processes are started for ejabberd (EJAB-1082) (diff)
Get rid of global configuration options
Diffstat (limited to 'include')
-rw-r--r--include/ejabberd_config.hrl5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/ejabberd_config.hrl b/include/ejabberd_config.hrl
index bf749dd1..bf395284 100644
--- a/include/ejabberd_config.hrl
+++ b/include/ejabberd_config.hrl
@@ -19,15 +19,12 @@
%%%
%%%----------------------------------------------------------------------
--record(config, {key :: any(), value :: any()}).
-
-record(local_config, {key :: any(), value :: any()}).
--type config() :: #config{}.
-type local_config() :: #local_config{}.
-record(state,
- {opts = [] :: [acl:acl() | config() | local_config()],
+ {opts = [] :: [acl:acl() | local_config()],
hosts = [] :: [binary()],
override_local = false :: boolean(),
override_global = false :: boolean(),