mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
could have sworn i committed this change already...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40726 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -396,15 +396,14 @@ static char odbc_table[80];
|
|||||||
static char VM_SPOOL_DIR[PATH_MAX];
|
static char VM_SPOOL_DIR[PATH_MAX];
|
||||||
|
|
||||||
static char ext_pass_cmd[128];
|
static char ext_pass_cmd[128];
|
||||||
#ifdef ODBC_STORAGE
|
|
||||||
|
#if ODBC_STORAGE
|
||||||
#define tdesc "Comedian Mail (Voicemail System) with ODBC Storage"
|
#define tdesc "Comedian Mail (Voicemail System) with ODBC Storage"
|
||||||
#else
|
#elif IMAP_STORAGE
|
||||||
#ifdef IMAP_STORAGE
|
|
||||||
#define tdesc "Comedian Mail (Voicemail System) with IMAP Storage"
|
#define tdesc "Comedian Mail (Voicemail System) with IMAP Storage"
|
||||||
#else
|
#else
|
||||||
#define tdesc "Comedian Mail (Voicemail System)"
|
#define tdesc "Comedian Mail (Voicemail System)"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
static char *addesc = "Comedian Mail";
|
static char *addesc = "Comedian Mail";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user