X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Finet_pton;h=173710ab8181c4177c7b552e926f1bf4d37f9165;hb=883b9007b919bce1c06e030c28220aeee2a825fc;hp=c715f02659dc3738b091ad384c0178d27bb9a71f;hpb=03625c488af8f80f2f745165a7c8840338e7eb03;p=gnulib.git diff --git a/modules/inet_pton b/modules/inet_pton index c715f0265..173710ab8 100644 --- a/modules/inet_pton +++ b/modules/inet_pton @@ -2,28 +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: -restrict +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