X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Finet_pton;h=7e64a6662993efd4f58f50d23db901f0f86c49fe;hb=4bf2b800b24ba0b0cfd069b8ec7ac173714c734d;hp=a79eb677e672ed64964c914da0ccabd1366a8c47;hpb=75c7f7cf4b907698063410d7f019049b5849e79c;p=gnulib.git diff --git a/modules/inet_pton b/modules/inet_pton index a79eb677e..7e64a6662 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: -restrict -socklen -sys_socket arpa_inet +extensions +c-ctype [test $HAVE_INET_PTON = 0] +sys_socket [test $HAVE_INET_PTON = 0] +errno [test $HAVE_INET_PTON = 0] +netinet_in [test $HAVE_INET_PTON = 0] configure.ac: -gl_INET_PTON +gl_FUNC_INET_PTON +if test $HAVE_INET_PTON = 0; 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