From: Kevin P. Fleming Date: Mon, 21 Aug 2006 02:46:47 +0000 (+0000) Subject: could have sworn i committed this change already... X-Git-Tag: 1.4.0-beta1~349 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94302c792a1563e002fee51a3c66fc9adf9da133;p=thirdparty%2Fasterisk.git could have sworn i committed this change already... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40726 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 60df5dcead..ed73f3288a 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -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";