summaryrefslogtreecommitdiffstats
path: root/lib/replace/system
Commit message (Collapse)AuthorAgeFilesLines
...
* s4:heimdal: import lorikeet-heimdal-200906080040 (commit ↵Andrew Bartlett2009-06-121-1/+5
| | | | | | | | | | | 904d0124b46eed7a8ad6e5b73e892ff34b6865ba) Also including the supporting changes required to pass make test A number of heimdal functions and constants have changed since we last imported a tree (for the better, but inconvenient for us). Andrew Bartlett
* Add langinfo.h to the system/locale.hTimur I. Bakeyev2009-06-082-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>
* 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