2 * Asterisk -- A telephony toolkit for Linux.
4 * Options provided by main asterisk program
6 * Copyright (C) 1999, Adtran Inc. and Linux Support Services, LLC
8 * Mark Spencer <markster@linux-support.net>
10 * This program is free software, distributed under the terms of
11 * the GNU General Public License
14 #ifndef _ASTERISK_OPTIONS_H
15 #define _ASTERISK_OPTIONS_H
17 #if defined(__cplusplus) || defined(c_plusplus)
21 extern int option_verbose;
22 extern int option_debug;
23 extern int option_nofork;
24 extern int option_quiet;
26 #define VERBOSE_PREFIX_1 " "
27 #define VERBOSE_PREFIX_2 " == "
28 #define VERBOSE_PREFIX_3 " -- "
30 #if defined(__cplusplus) || defined(c_plusplus)