Merge #exec functionality (must be explicitly enabled!)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4950 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-02-02 03:38:24 +00:00
parent 67f3a558e0
commit b4f05e2c98
3 changed files with 43 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ extern int option_console;
extern int option_initcrypto;
extern int option_nocolor;
extern int fully_booted;
extern int option_exec_includes;
extern int option_cache_record_files;
extern char defaultlanguage[];
extern time_t ast_startuptime;