modules/inet_ntop


Log

Author Commit Date CI Message
Bruno Haible f07f7c50 2008-04-30T01:27:49 Ensure the system declares inet_ntop, inet_pton when possible.
Simon Josefsson 33d11481 2008-04-28T17:40:25 Move inet_ntop and inet_pton declarations to arpa/inet.h.
Simon Josefsson 88a40fa4 2008-04-23T07:59:31 Add inet_ntop and inet_pton declarations to arpa/inet.h, for MinGW.
Bruno Haible 89861a8b 2007-07-16T10:45:26 Use the synonymous term LGPLv2.
Bruno Haible 5eeec029 2006-10-13T12:40:22 gnulib-tool now synthesizes the EXTRA_DIST line.
Bruno Haible e8684643 2006-10-12T18:52:30 Distribute all lib/* source files through EXTRA_DIST.
Paul Eggert 3e121868 2006-08-09T22:52:40 Remove the 'restrict' module, and modify everybody to use AC_C_RESTRICT rather than gl_C_RESTRICT.
Simon Josefsson 03625c48 2006-07-28T17:27:50 Use netinet_in module.
Simon Josefsson 75c7f7cf 2006-07-28T16:47:24 Use arpa_inet in inet_?to?.
Simon Josefsson 0b2995c8 2006-07-06T13:53:54 2006-07-06 Simon Josefsson <jas@extundo.com> * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is now the canonical place for the M4 file). * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it from the sys_socket dependency now. * modules/inet_pton (Files): Ditto. * modules/inet_ntop (Files): Ditto.
Simon Josefsson 1899ce45 2006-01-20T12:59:10 Fix inet_ntop on mingw32.
Simon Josefsson 6be5a9a7 2006-01-09T14:22:01 Make inet_ntop depend on restrict.
Jim Meyering 782db259 2005-09-25T08:17:38 (Depends-on): Add socklen, since inet_ntop.c also uses socklen_t.
Bruno Haible f7467854 2005-05-09T15:15:14 New module 'inet_ntop'.