X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Finet_pton;h=43cde40c23715d33a1c3bcf84590106ade98bd51;hb=a425462f784164b73297d8992075fd9aebd65a94;hp=1ac280e42b359fb7e9f8c5d721aff3d9e3b7e3ef;hpb=3e1218682966f9d8f92240d4185cc2218d7bf29f;p=gnulib.git diff --git a/modules/inet_pton b/modules/inet_pton index 1ac280e42..43cde40c2 100644 --- a/modules/inet_pton +++ b/modules/inet_pton @@ -2,27 +2,35 @@ Description: Convert internet address from presentation to internal, binary, format. Files: -lib/inet_pton.h lib/inet_pton.c m4/inet_pton.m4 Depends-on: -socklen -sys_socket arpa_inet -netinet_in +extensions +c-ctype [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1] +sys_socket [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1] +errno [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1] +netinet_in [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1] configure.ac: -gl_INET_PTON +gl_FUNC_INET_PTON +if test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1; then + AC_LIBOBJ([inet_pton]) + gl_PREREQ_INET_PTON +fi +gl_ARPA_INET_MODULE_INDICATOR([inet_pton]) Makefile.am: -lib_SOURCES += inet_pton.h License: -LGPL +LGPLv2+ Include: -"inet_pton.h" + + +Link: +$(INET_PTON_LIB) Maintainer: Simon Josefsson, glibc