[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[Libevent-users] inet_ntop and inet_pton
- To: libevent-users <libevent-users@xxxxxxxxxxxxx>
- Subject: [Libevent-users] inet_ntop and inet_pton
- From: Jeroen Habraken <vexocide@xxxxxxxxx>
- Date: Tue, 8 Feb 2011 13:48:47 +0100
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Tue, 08 Feb 2011 07:49:12 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=FHypo/gXRUs479M5VZxT6UHo3JdkKGmZ7iNLiydTqwc=; b=HOs+gOw0JuhEHzlOtQzIqc83qe06LU6gspKCWW8fbtin4tKbrm7v1chAX+f9+Ph8Ys vp08uCXqnhbjN29+yc00HpAUh5nQni8VjwEjm93pIDj5n+BR2PgSGCLyGQf08a/FgjSu i8ijzDbO/7YFwEoXmRXzeBw+cCcZ4UBkgQpoQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=Vng+ZfaXZ5MKgtjdw6dExwBeAcV5Bfrb7WvkRdCM3zb4Qb+vuqOn6aTRuq7wvjhU6f sclsjNyZchbQ/NF4wkIX70h/sQp6edapRpvsV0tYqM3z2xHJgJDmpg/lIu0FPnemF5EA fg6b6iXDfJ4Li2cvDL2i2Rwd2rI790sZsK39Q=
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
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
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.