X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Finet_pton;h=173710ab8181c4177c7b552e926f1bf4d37f9165;hb=0a3f7af426469ab51370585e1a3afba66ff24b57;hp=d673ef58019189a79e177926782b175f951313b8;hpb=0b2995c83678691b1854a10f89cc5aaac9dfcd7b;p=gnulib.git diff --git a/modules/inet_pton b/modules/inet_pton index d673ef580..173710ab8 100644 --- a/modules/inet_pton +++ b/modules/inet_pton @@ -2,26 +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