Re: [Libevent-users] inet_ntop and inet_pton

2011-02-09 Thread Jeroen Habraken
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

Re: [Libevent-users] inet_ntop and inet_pton

2011-02-08 Thread Nick Mathewson
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

[Libevent-users] inet_ntop and inet_pton

2011-02-08 Thread Jeroen Habraken
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