Mercurial > hg > octave-kai > gnulib-hg
annotate modules/getaddrinfo @ 9102:404dc8725caf
Use the synonymous term LGPLv2.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 16 Jul 2007 10:45:26 +0000 |
parents | 337f51b0a896 |
children | 5a0294ce5372 |
rev | line source |
---|---|
5408 | 1 Description: |
6224
85d0a6143cc4
* modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents:
5965
diff
changeset
|
2 getaddrinfo() function: Get address information. |
5408 | 3 |
4 Files: | |
5 lib/getaddrinfo.h | |
6 lib/getaddrinfo.c | |
7 lib/gai_strerror.c | |
8 m4/getaddrinfo.m4 | |
9 | |
10 Depends-on: | |
5965
cd3c62f1332e
Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5509
diff
changeset
|
11 gettext-h |
7543
8c6aad2a3515
* lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
Jim Meyering <jim@meyering.net>
parents:
7497
diff
changeset
|
12 inet_ntop |
7666
337f51b0a896
Revert Jim's 2006-10-23 patch.
Simon Josefsson <simon@josefsson.org>
parents:
7543
diff
changeset
|
13 snprintf |
6278
0962ab88db9f
(Depends-on): Add socklen.
Jim Meyering <jim@meyering.net>
parents:
6224
diff
changeset
|
14 socklen |
5408 | 15 stdbool |
6224
85d0a6143cc4
* modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents:
5965
diff
changeset
|
16 strdup |
6644
23fd14146a8a
* modules/getaddrinfo (Depends-on): Add sys_socket.
Simon Josefsson <simon@josefsson.org>
parents:
6278
diff
changeset
|
17 sys_socket |
5408 | 18 |
19 configure.ac: | |
20 gl_GETADDRINFO | |
21 | |
22 Makefile.am: | |
23 | |
24 Include: | |
25 "getaddrinfo.h" | |
26 | |
5509
5fd1d2c43cd0
modules/getaddrinfo (License): Add LGPL, reported by Yoann
Simon Josefsson <simon@josefsson.org>
parents:
5408
diff
changeset
|
27 License: |
9102
404dc8725caf
Use the synonymous term LGPLv2.
Bruno Haible <bruno@clisp.org>
parents:
7666
diff
changeset
|
28 LGPLv2+ |
5509
5fd1d2c43cd0
modules/getaddrinfo (License): Add LGPL, reported by Yoann
Simon Josefsson <simon@josefsson.org>
parents:
5408
diff
changeset
|
29 |
5408 | 30 Maintainer: |
31 Simon Josefsson |