On 8 February 2011 19:32, Nick Mathewson wrote:
> On Tue, Feb 8, 2011 at 7:48 AM, Jeroen Habraken wrote:
>> Hi,
>>
>> On lines 1499 and 1500 in evutil.c from libevent-2.0.10-stable I've
>> found the following:
>>
>> #define USE_INTERNAL_NTOP
>> #define USE_INTERNAL_PTON
>>
>> which leads to the b
On Tue, Feb 8, 2011 at 7:48 AM, Jeroen Habraken wrote:
> Hi,
>
> On lines 1499 and 1500 in evutil.c from libevent-2.0.10-stable I've
> found the following:
>
> #define USE_INTERNAL_NTOP
> #define USE_INTERNAL_PTON
>
> which leads to the built-in inet_ntop and inet_pton never being used.
> Why are
Hi,
On lines 1499 and 1500 in evutil.c from libevent-2.0.10-stable I've
found the following:
#define USE_INTERNAL_NTOP
#define USE_INTERNAL_PTON
which leads to the built-in inet_ntop and inet_pton never being used.
Why are these defined?
Regards,
Jeroen Habraken