Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

options.h

Go to the documentation of this file.
00001 /*
00002  * Asterisk -- A telephony toolkit for Linux.
00003  *
00004  * Options provided by main asterisk program
00005  * 
00006  * Copyright (C) 1999, Mark Spencer
00007  *
00008  * Mark Spencer <markster@linux-support.net>
00009  *
00010  * This program is free software, distributed under the terms of
00011  * the GNU General Public License
00012  */
00013 
00014 #ifndef _ASTERISK_OPTIONS_H
00015 #define _ASTERISK_OPTIONS_H
00016 
00017 #if defined(__cplusplus) || defined(c_plusplus)
00018 extern "C" {
00019 #endif
00020 
00021 extern int option_verbose;
00022 extern int option_debug;
00023 extern int option_nofork;
00024 extern int option_quiet;
00025 extern int option_console;
00026 extern int option_initcrypto;
00027 extern int option_nocolor;
00028 extern int fully_booted;
00029 extern char defaultlanguage[];
00030 extern time_t ast_startuptime;
00031 extern time_t ast_lastreloadtime;
00032 
00033 #define VERBOSE_PREFIX_1 " "
00034 #define VERBOSE_PREFIX_2 "  == "
00035 #define VERBOSE_PREFIX_3 "    -- "
00036 #define VERBOSE_PREFIX_4 "       > "  
00037 
00038 #if defined(__cplusplus) || defined(c_plusplus)
00039 }
00040 #endif
00041 
00042 
00043 
00044 #endif

Generated on Fri Oct 31 07:05:07 2003 for Asterisk by doxygen 1.3.4