could have sworn i committed this change already...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40726 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Kevin P. Fleming 19 years ago
parent ca6ee66c60
commit 94302c792a

@ -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";

Loading…
Cancel
Save