mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +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 ext_pass_cmd[128];
|
||||
#ifdef ODBC_STORAGE
|
||||
|
||||
#if ODBC_STORAGE
|
||||
#define tdesc "Comedian Mail (Voicemail System) with ODBC Storage"
|
||||
#else
|
||||
#ifdef IMAP_STORAGE
|
||||
#elif IMAP_STORAGE
|
||||
#define tdesc "Comedian Mail (Voicemail System) with IMAP Storage"
|
||||
#else
|
||||
#define tdesc "Comedian Mail (Voicemail System)"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static char *addesc = "Comedian Mail";
|
||||
|
||||
|
Reference in New Issue
Block a user