Mercurial > hg > octave-kai > gnulib-hg
annotate modules/getaddrinfo @ 7497:6a764f23e302
gnulib-tool now synthesizes the EXTRA_DIST line.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 13 Oct 2006 12:40:22 +0000 |
parents | cb5141654dbb |
children | 8c6aad2a3515 |
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 |
6926
fa40dd90a0f3
* modules/getaddrinfo (Depends-on): Add snprintf.
Eric Blake <ebb9@byu.net>
parents:
6875
diff
changeset
|
12 snprintf |
6278
0962ab88db9f
(Depends-on): Add socklen.
Jim Meyering <jim@meyering.net>
parents:
6224
diff
changeset
|
13 socklen |
5408 | 14 stdbool |
6224
85d0a6143cc4
* modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents:
5965
diff
changeset
|
15 strdup |
6644
23fd14146a8a
* modules/getaddrinfo (Depends-on): Add sys_socket.
Simon Josefsson <simon@josefsson.org>
parents:
6278
diff
changeset
|
16 sys_socket |
6875
41254433d288
Native win32 support for getaddrinfo. Add getnameinfo function.
Simon Josefsson <simon@josefsson.org>
parents:
6644
diff
changeset
|
17 inet_ntop |
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: |
5fd1d2c43cd0
modules/getaddrinfo (License): Add LGPL, reported by Yoann
Simon Josefsson <simon@josefsson.org>
parents:
5408
diff
changeset
|
28 LGPL |
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 |