aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/config.h
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-24 10:17:40 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-24 10:17:40 +0000
commit5d7fbc4b1e07573ab8e0d91ec21ed1705e630f1a (patch)
treee87ec254faa8010e08a5c4d690b63f6bfa4373e5 /include/asterisk/config.h
parent4f1ce1ea492dddb54662568e1effce3e76c18e0f (diff)
Update to trunk
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10988 f38db490-d61c-443f-a65b-d21fe96a405b
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;