X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Finet_pton;h=173710ab8181c4177c7b552e926f1bf4d37f9165;hb=0a3f7af426469ab51370585e1a3afba66ff24b57;hp=c265e8dab6e4142abff0038a76b5df2012b167d2;hpb=cf357e415055e3979d0f0d72b3046022f4bb7812;p=gnulib.git diff --git a/modules/inet_pton b/modules/inet_pton index c265e8dab..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 -m4/sockpfaf.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