Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/inet_pton @ 7062:532bc2e00710
Use arpa_inet in inet_?to?.
author | Simon Josefsson <simon@josefsson.org> |
---|---|
date | Fri, 28 Jul 2006 16:47:24 +0000 |
parents | 7a1f12aa78c3 |
children | 9f7f0714a40a |
rev | line source |
---|---|
6849 | 1 Description: |
2 Convert internet address from presentation to internal, binary, format. | |
3 | |
4 Files: | |
5 lib/inet_pton.h | |
6 lib/inet_pton.c | |
7 m4/inet_pton.m4 | |
8 | |
9 Depends-on: | |
10 restrict | |
11 socklen | |
12 sys_socket | |
7062
532bc2e00710
Use arpa_inet in inet_?to?.
Simon Josefsson <simon@josefsson.org>
parents:
6929
diff
changeset
|
13 arpa_inet |
6849 | 14 |
15 configure.ac: | |
16 gl_INET_PTON | |
17 | |
18 Makefile.am: | |
19 lib_SOURCES += inet_pton.h | |
20 | |
21 License: | |
22 LGPL | |
23 | |
24 Include: | |
25 "inet_pton.h" | |
26 | |
27 Maintainer: | |
28 Simon Josefsson, glibc |