summaryrefslogtreecommitdiff
path: root/include/asterisk/config.h
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-02-24 10:17:40 +0000
committerOlle Johansson <oej@edvina.net>2006-02-24 10:17:40 +0000
commitdd5222fd30b3a15c08bf267dc8c703f3a5a4eb92 (patch)
treee87ec254faa8010e08a5c4d690b63f6bfa4373e5 /include/asterisk/config.h
parente912ad9d35ed76a8cd5f9688c7ef597029a9bc43 (diff)
Update to trunk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10988 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/config.h')
-rw-r--r--include/asterisk/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/config.h b/include/asterisk/config.h
index 2f23f2a43..92267a7db 100644
--- a/include/asterisk/config.h
+++ b/include/asterisk/config.h
@@ -33,6 +33,10 @@ struct ast_config;
struct ast_category;
+#define AST_MAX_CONFIG_CATEGORY 80 /*!< Maximum length of configuration section, which also
+ sets the maximum length of a device name in channels
+ and a context in the dial plan */
+
struct ast_variable {
char *name;
char *value;