summaryrefslogtreecommitdiff
path: root/include/asterisk/paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/paths.h')
-rw-r--r--include/asterisk/paths.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/include/asterisk/paths.h b/include/asterisk/paths.h
index 7c5f5aa65..f0052e72a 100644
--- a/include/asterisk/paths.h
+++ b/include/asterisk/paths.h
@@ -17,7 +17,7 @@
#ifndef _ASTERISK_PATHS_H
#define _ASTERISK_PATHS_H
-#
+
extern const char ast_config_AST_CONFIG_DIR[PATH_MAX];
extern const char ast_config_AST_CONFIG_FILE[PATH_MAX];
extern const char ast_config_AST_MODULE_DIR[PATH_MAX];
@@ -36,12 +36,4 @@ extern const char ast_config_AST_RUN_GROUP[PATH_MAX];
extern const char ast_config_AST_RUN_USER[PATH_MAX];
extern const char ast_config_AST_SYSTEM_NAME[20];
-#if 0 /* only used in main/asterisk.c */
-extern const char ast_config_AST_CTL_PERMISSIONS[PATH_MAX];
-extern const char ast_config_AST_CTL_OWNER[PATH_MAX];
-extern const char ast_config_AST_CTL_GROUP[PATH_MAX];
-extern const char ast_config_AST_CTL[PATH_MAX];
-#endif
-
-
#endif /* _ASTERISK_PATHS_H */