git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40726
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
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";