sorry, can't compile....
(Y:\MQX\rtcs\source\if\getaddrinfo.c|640|59|1|19503|1)
= if((ip_addr = RTCS_hosts_get_addr(hostname, family)) != NULL)
>illegal implicit conversion from 'int' to
>'void *'
(Y:\MQX\rtcs\source\if\getaddrinfo.c|674|64|1|20598|1)
=e, '.') == NULL) && ((dns_suffix = RTCS_get_primary_dns_suffix()) != NULL ))
>illegal implicit conversion from 'int' to
>'const char *'
(Y:\\MQX\rtcs\source\if\getaddrinfo.c|700|53|1|21815|1)
= dns_params.name_to_resolve = hostname; /* Host name to resolve (null-terminated string). */
>illegal implicit conversion from 'const char *' to
>'char *'
seems I'm lacking some new function defs, such as RTCS_hosts_get_addr() and RTCS_get_primary_dns_suffix() ...