X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Finet_ntop;h=fd4c7f917a3deef9f7d2fb8617b88851b9c60cd1;hb=1bb384c44db25aef8f8b455cef22af32d8401abc;hp=5a5b2c4aacb38bf9f9c33829c9edee09b6491670;hpb=1899ce451e9eedd014fdd703380a2a230097a6b8;p=gnulib.git diff --git a/modules/inet_ntop b/modules/inet_ntop index 5a5b2c4aa..fd4c7f917 100644 --- a/modules/inet_ntop +++ b/modules/inet_ntop @@ -2,27 +2,34 @@ 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 $HAVE_INET_NTOP = 0] +errno [test $HAVE_INET_NTOP = 0] +netinet_in [test $HAVE_INET_NTOP = 0] configure.ac: -gl_INET_NTOP +gl_FUNC_INET_NTOP +if test $HAVE_INET_NTOP = 0; then + AC_LIBOBJ([inet_ntop]) + gl_PREREQ_INET_NTOP +fi +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