update msvc build to sync with new sofia-sip.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5844 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-10-11 21:14:34 +00:00
parent fe2c4f7593
commit 7a4ed161c2
4 changed files with 8 additions and 6 deletions

View File

@ -146,7 +146,7 @@ struct nta_agent_s
size_t sa_maxsize;
/** Maximum size of outgoing UDP requests */
size_t sa_udp_mtu;
unsigned sa_udp_mtu;
/** SIP T1 - initial interval of retransmissions (500 ms) */
unsigned sa_t1;

View File

@ -913,8 +913,6 @@ isize_t sip_addr_dup_xtra(sip_header_t const *h, isize_t offset)
a->a_url,
a->a_params,
offset);
return offset;
}
/**@internal

View File

@ -61,12 +61,12 @@
%CHECK%
%MSG_AWK% module=sip PR=%PR4% %IN% < NUL
%CHECK%
%MSG_AWK% module=sip PR=%PR5% TEMPLATE1=%PR2%.in TEMPLATE2=%PR3%.in TEMPLATE=%PR5%.in NO_FIRST=1 NO_LAST=1 < NUL %SIPEXTRA%
%MSG_AWK% module=sip PR=%PR5% TEMPLATE1=%PR2%.in TEMPLATE2=%PR3%.in TEMPLATE3=%PR4%.in TEMPLATE=%PR5%.in NO_FIRST=1 NO_LAST=1 < NUL %SIPEXTRA%
%CHECK%
%MSG_AWK% module=sip MC_HASH_SIZE=127 MC_SHORT_SIZE=26 ^
%MSG_AWK% module=sip TEMPLATE=%PT%.in MC_HASH_SIZE=127 MC_SHORT_SIZE=26 ^
FLAGFILE=../libsofia-sip-ua/sip/sip_bad_mask ^
PT=%PT% %IN% < NUL
PT=%PT% %IN% %SIPEXTRA% < NUL
%CHECK%
@set IN=../libsofia-sip-ua/http/sofia-sip/http.h

View File

@ -192,6 +192,10 @@
RelativePath="..\..\sofia-sip\libsofia-sip-ua\su\inet_pton.c"
>
</File>
<File
RelativePath="..\..\sofia-sip\libsofia-sip-ua\su\smoothsort.c"
>
</File>
<File
RelativePath="..\..\sofia-sip\libsofia-sip-ua\su\string0.c"
>