Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | replace: add fallback define for IOV_MAX | Stefan Metzmacher | 2009-06-08 | 1 | -0/+16 | |
| | | | | | | This hopefully fixes the build on IRIX. metze | |||||
* | nss_wrapper: try to fix the build of nss_wrapper on solaris. | Günther Deschner | 2009-05-30 | 1 | -0/+1 | |
| | | | | Guenther | |||||
* | Only define waitpid replacement if wait4 is available. (It isn't on | Jelmer Vernooij | 2009-04-20 | 1 | -0/+4 | |
| | | | | Windows.) | |||||
* | Cope with the fact that only _mkdir() exists on Windows and that it | Jelmer Vernooij | 2009-04-20 | 1 | -0/+4 | |
| | | | | doesn't take a mode argument. | |||||
* | lib/replace: make sure we include <sys/uio.h> before socket_wrapper.h | Stefan Metzmacher | 2009-03-11 | 1 | -0/+4 | |
| | | | | | | This should fix the build on some hosts. metze | |||||
* | libreplace: make it possible to disable socket_wrapper via ↵ | Stefan Metzmacher | 2009-02-26 | 1 | -2/+4 | |
| | | | | | | -DSOCKET_WRAPPER_DISABLE=1 metze | |||||
* | lib/replace: move MAXHOSTNAMELEN to system/network.h | Stefan Metzmacher | 2009-01-31 | 1 | -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 Vernooij | 2008-09-17 | 19 | -0/+1573 | |