Le lundi 12 mars 2007 à 12:18 +0100, Simon Josefsson a écrit :
> Bruno Haible <[EMAIL PROTECTED]> writes:
>
> > Should gnulib compile its own inet_ntop() in this situation?
> > If yes, you need to add a '#define inet_ntop rpl_inet_ntop' to gnulib's
> > arpa/inet.h. If no, the autoconf test should
Bruno Haible <[EMAIL PROTECTED]> writes:
> Should gnulib compile its own inet_ntop() in this situation?
> If yes, you need to add a '#define inet_ntop rpl_inet_ntop' to gnulib's
> arpa/inet.h. If no, the autoconf test should look whether inet_ntop is
> available in -lnsl, and make this additional