Edit

kc3-lang/gnulib/modules/inet_ntop

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2008-04-30 01:27:49
    Hash : f07f7c50
    Message : Ensure the system declares inet_ntop, inet_pton when possible.

  • modules/inet_ntop
  • Description:
    Convert internet address from internal to printable, presentable format.
    
    Files:
    lib/inet_ntop.c
    m4/inet_ntop.m4
    
    Depends-on:
    socklen
    sys_socket
    arpa_inet
    netinet_in
    extensions
    
    configure.ac:
    gl_INET_NTOP
    gl_ARPA_INET_MODULE_INDICATOR([inet_ntop])
    
    Makefile.am:
    
    License:
    LGPLv2+
    
    Include:
    #include <arpa/inet.h>
    
    Maintainer:
    Yoann Vandoorselaere, glibc