summaryrefslogtreecommitdiff
path: root/lib/ignore-value.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Update Gnulib to v0.1-603-g1d16a7b"Andy Wingo2015-10-251-0/+37
| | | | | | | | This reverts commit 2d4da30fdefbcdb065d4b1f48f2a77d06f69e3c3. This Gnulib update was causing failures related to timezones in stime.c. I tried to fix it by adopting the time_rz module from gnulib but that then caused other failures. We can try again later.
* Update Gnulib to v0.1-603-g1d16a7bAndy Wingo2015-10-221-37/+0
|
* Use Gnulib's `inet_ntop' and `inet_pton' modules.Ludovic Courtès2009-11-161-0/+37
* 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>.