X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Finet_ntop;h=7e9c7f419875f7310dcd0bb234966c64d1f4490c;hb=cd78e7369fe57d42e3845ef953c765ed3602ebb4;hp=5a5b2c4aacb38bf9f9c33829c9edee09b6491670;hpb=1899ce451e9eedd014fdd703380a2a230097a6b8;p=gnulib.git diff --git a/modules/inet_ntop b/modules/inet_ntop index 5a5b2c4aa..7e9c7f419 100644 --- a/modules/inet_ntop +++ b/modules/inet_ntop @@ -2,27 +2,30 @@ Description: Convert internet address from internal to printable, presentable format. Files: -lib/inet_ntop.h lib/inet_ntop.c m4/inet_ntop.m4 -m4/sockpfaf.m4 Depends-on: -restrict -socklen -sys_socket +arpa_inet +extensions +sys_socket [test "$ac_cv_search_inet_ntop" = no && test $ac_cv_func_inet_ntop = no] +errno [test "$ac_cv_search_inet_ntop" = no && test $ac_cv_func_inet_ntop = no] +netinet_in [test "$ac_cv_search_inet_ntop" = no && test $ac_cv_func_inet_ntop = no] configure.ac: -gl_INET_NTOP +gl_FUNC_INET_NTOP +gl_ARPA_INET_MODULE_INDICATOR([inet_ntop]) Makefile.am: -lib_SOURCES += inet_ntop.h License: -LGPL +LGPLv2+ Include: -"inet_ntop.h" + + +Link: +$(INET_NTOP_LIB) Maintainer: Yoann Vandoorselaere, glibc