From: cypromis Date: Mon, 26 Jul 2010 08:40:47 +0000 (+0200) Subject: small fix for Solaris in spandsp. Needs recheck by Steve I guess. X-Git-Tag: v1.2-rc1~526^2~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6496b4f31e211d0242fa820581cf33eb47ab792;p=thirdparty%2Ffreeswitch.git small fix for Solaris in spandsp. Needs recheck by Steve I guess. --- diff --git a/libs/spandsp/src/v18.c b/libs/spandsp/src/v18.c index d84b56edc4..18d94b4b90 100644 --- a/libs/spandsp/src/v18.c +++ b/libs/spandsp/src/v18.c @@ -111,7 +111,7 @@ static const struct dtmf_to_ascii_s dtmf_to_ascii[] = {"##8", 'W'}, {"##9", 'Z'}, {"##0", ' '}, -#if defined(WIN32) +#if defined(WIN32) || ( defined(__SVR4) && defined (__sun)) {"#*1", 'X'}, // (Note 1) 111 1011 {"#*2", 'X'}, // (Note 1) 111 1100 {"#*3", 'X'}, // (Note 1) 111 1101