summaryrefslogtreecommitdiff
path: root/lib/malloc.c
AgeCommit message (Collapse)AuthorFilesLines
2010-02-14Use Gnulib's `getaddrinfo' module.Ludovic Courtès1-1/+1
* m4/gnulib-cache.m4: Add `getaddrinfo'. * libguile/Makefile.am (libguile_la_LDFLAGS): Add `$(GETADDRINFO_LIB) $(HOSTENT_LIB) $(SERVENT_LIB)'.
2009-05-21Add Gnulib portability modules; update Gnulib files.Ludovic Courtès1-0/+57
* m4/gnulib-cache.m4 (gl_MODULES): Add `flock' (provides flock(2) declaration and implementation), `fpieee' (fixes floating point behavior on Alpha and SH), `stdlib' (provides an unsetenv(3) declaration, among others), `putenv' (provides a putenv(3) declaration and implementation with the semantics we need).