Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |