Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-08 | Add langinfo.h to the system/locale.h | Timur I. Bakeyev | 2 | -1/+5 | |
This patch for Samba4. It's not really inspired by any real need, just for the consistency. We define replace/system/locale.h as a generic header, that includes all locale related headers and we are using nl_langinfo at least in Samba3. So, it would be consistent to add yet another locale-related header to the set of locale.h headers. Here is the patch. With regards, Timur Bakeyev. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-06-08 | replace: add fallback define for IOV_MAX | Stefan Metzmacher | 1 | -0/+16 | |
This hopefully fixes the build on IRIX. metze | |||||
2009-05-30 | nss_wrapper: try to fix the build of nss_wrapper on solaris. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-04-20 | Only define waitpid replacement if wait4 is available. (It isn't on | Jelmer Vernooij | 1 | -0/+4 | |
Windows.) | |||||
2009-04-20 | Cope with the fact that only _mkdir() exists on Windows and that it | Jelmer Vernooij | 1 | -0/+4 | |
doesn't take a mode argument. | |||||
2009-03-11 | lib/replace: make sure we include <sys/uio.h> before socket_wrapper.h | Stefan Metzmacher | 1 | -0/+4 | |
This should fix the build on some hosts. metze | |||||
2009-02-26 | libreplace: make it possible to disable socket_wrapper via ↵ | Stefan Metzmacher | 1 | -2/+4 | |
-DSOCKET_WRAPPER_DISABLE=1 metze | |||||
2009-01-31 | lib/replace: move MAXHOSTNAMELEN to system/network.h | Stefan Metzmacher | 1 | -1/+5 | |
Some platforms define it in netdb.h, so we should define the replace after including metdb.h. metze | |||||
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 19 | -0/+1573 | |