mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Use Gnulib's inet_ntop' and
inet_pton' modules.
* m4/gnulib-cache.m4: Add `inet_ntop' and `inet_pton'. * configure.ac: Don't check for `inet_ntop' and `inet_pton'. * libguile/socket.c (scm_inet_pton, scm_inet_ntop): Compile regardless of `HAVE_INET_PTON' and `HAVE_INET_NTOP' respectively. * libguile/filesys.c: Use <stdlib.h> instead of <canonicalize.h>.
This commit is contained in:
parent
3fe87cf7af
commit
8912421cf3
60 changed files with 4550 additions and 1006 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -108,6 +108,10 @@ INSTALL
|
|||
/lib/time.h
|
||||
/lib/unistd.h
|
||||
/lib/unistr/.dirstamp
|
||||
/lib/arpa/inet.h
|
||||
/lib/iconv_open-solaris.h
|
||||
/lib/stdio.h
|
||||
/lib/sys/stat.h
|
||||
/GPATH
|
||||
/GRTAGS
|
||||
/GSYMS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue