2 Convert internet address from presentation to internal, binary, format.
11 c-ctype [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_PTON = 1]
12 sys_socket [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_PTON = 1]
13 errno [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_PTON = 1]
14 netinet_in [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_PTON = 1]
18 if test $HAVE_INET_PTON = 0 || test $REPLACE_INET_PTON = 1; then
19 AC_LIBOBJ([inet_pton])
22 gl_ARPA_INET_MODULE_INDICATOR([inet_pton])
36 Simon Josefsson, glibc