summaryrefslogtreecommitdiffstats
path: root/lib/replace/system
Commit message (Collapse)AuthorAgeFilesLines
...
* replace: add fallback define for IOV_MAXStefan Metzmacher2009-06-081-0/+16
| | | | | | This hopefully fixes the build on IRIX. metze
* nss_wrapper: try to fix the build of nss_wrapper on solaris.Günther Deschner2009-05-301-0/+1
| | | | Guenther
* Only define waitpid replacement if wait4 is available. (It isn't onJelmer Vernooij2009-04-201-0/+4
| | | | Windows.)
* Cope with the fact that only _mkdir() exists on Windows and that itJelmer Vernooij2009-04-201-0/+4
| | | | doesn't take a mode argument.
* lib/replace: make sure we include <sys/uio.h> before socket_wrapper.hStefan Metzmacher2009-03-111-0/+4
| | | | | | This should fix the build on some hosts. metze
* libreplace: make it possible to disable socket_wrapper via ↵Stefan Metzmacher2009-02-261-2/+4
| | | | | | -DSOCKET_WRAPPER_DISABLE=1 metze
* lib/replace: move MAXHOSTNAMELEN to system/network.hStefan Metzmacher2009-01-311-1/+5
| | | | | | | Some platforms define it in netdb.h, so we should define the replace after including metdb.h. metze
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-1719-0/+1573