X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Finet_pton;h=173710ab8181c4177c7b552e926f1bf4d37f9165;hb=883b9007b919bce1c06e030c28220aeee2a825fc;hp=1ac280e42b359fb7e9f8c5d721aff3d9e3b7e3ef;hpb=3e1218682966f9d8f92240d4185cc2218d7bf29f;p=gnulib.git diff --git a/modules/inet_pton b/modules/inet_pton index 1ac280e42..173710ab8 100644 --- a/modules/inet_pton +++ b/modules/inet_pton @@ -2,27 +2,28 @@ 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: +c-ctype socklen sys_socket arpa_inet netinet_in +extensions configure.ac: gl_INET_PTON +gl_ARPA_INET_MODULE_INDICATOR([inet_pton]) Makefile.am: -lib_SOURCES += inet_pton.h License: -LGPL +LGPLv2+ Include: -"inet_pton.h" +#include Maintainer: Simon Josefsson, glibc