summaryrefslogtreecommitdiff
path: root/include/asterisk/config.h
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-02-24 10:50:43 +0000
committerOlle Johansson <oej@edvina.net>2006-02-24 10:50:43 +0000
commitacfc2197335f4117cc4565db692a687283906ed4 (patch)
tree28e802469cd243de66f0a19f4f87502194184b71 /include/asterisk/config.h
parentdd5222fd30b3a15c08bf267dc8c703f3a5a4eb92 (diff)
Reverting revision 10998 that was accidentaly committed to trunk. My apologies.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10989 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/config.h')
-rw-r--r--include/asterisk/config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asterisk/config.h b/include/asterisk/config.h
index 92267a7db..2f23f2a43 100644
--- a/include/asterisk/config.h
+++ b/include/asterisk/config.h
@@ -33,10 +33,6 @@ 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;