X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Finet_pton;h=43cde40c23715d33a1c3bcf84590106ade98bd51;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=74a68b7ae73edd34c7fdfd1762ee8e7d5b8bd0c7;hpb=33d11481e0930865b73ae2cf69403fe95223bb9a;p=gnulib.git diff --git a/modules/inet_pton b/modules/inet_pton index 74a68b7ae..43cde40c2 100644 --- a/modules/inet_pton +++ b/modules/inet_pton @@ -6,22 +6,31 @@ 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: License: -LGPL +LGPLv2+ Include: -#include + + +Link: +$(INET_PTON_LIB) Maintainer: Simon Josefsson, glibc