summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace/replace.h
Commit message (Expand)AuthorAgeFilesLines
* r18675: merge from samba3:Stefan Metzmacher2007-10-101-1/+17
* r18674: merge from samba3,Stefan Metzmacher2007-10-101-1/+1
* r18518: we replace snprintf() if its not C99, so we should also add the rep_Andrew Tridgell2007-10-101-2/+2
* r18472: - use STDC_HEADERS for stdlib.h and stddef.h as autoconf doesStefan Metzmacher2007-10-101-1/+2
* r18458: move wins32 stuff to the top dirStefan Metzmacher2007-10-101-1/+1
* r18432: ensure roken doesn't try to include both inttypes.h and stdint.h. TheAndrew Tridgell2007-10-101-0/+3
* r18419: fix include paths of the configure testsStefan Metzmacher2007-10-101-3/+3
* r18383: ok we need _XOPEN_SOURCE 500 and include standards.h on Tru64Stefan Metzmacher2007-10-101-0/+4
* r18343: fixed setlinebuf() prototype, added test for it, and use it in twoAndrew Tridgell2007-10-101-1/+1
* r18337: more -Ae tests in check_cc.m4Andrew Tridgell2007-10-101-0/+4
* r18335: more portable bool testsAndrew Tridgell2007-10-101-2/+13
* r18278: move more header checks and _GNU_SOURCE into libreplaceAndrew Tridgell2007-10-101-0/+8
* r18206: need rep_ macro for setlinebufAndrew Tridgell2007-10-101-0/+5
* r18205: need rep_ macros for seteuid and setegidAndrew Tridgell2007-10-101-0/+10
* r18160: - pread and pwrite replacements need to be non-staticAndrew Tridgell2007-10-101-7/+27
* r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell2007-10-101-3/+13
* r18111: base inclusion of replacement printf fns on function existance, notAndrew Tridgell2007-10-101-8/+13
* r18081: libreplace now uses config.h againAndrew Tridgell2007-10-101-5/+0
* r18067: some tweaks for irix and hpuxAndrew Tridgell2007-10-101-6/+2
* r18039: Include header with time_t if needed.Jelmer Vernooij2007-10-101-5/+10
* r18031: Merge my replace fixes:Jelmer Vernooij2007-10-101-33/+72
* r16556: Add mkdtemp to libreplace. This is apparantly available on LinuxJames Peach2007-10-101-0/+4
* r15986: Declare struct tmJelmer Vernooij2007-10-101-0/+1
* r15953: our timegm() replacement still doesn't work, so grab the one fromAndrew Tridgell2007-10-101-0/+4
* r15882: I forgot to add in this prototype for strtok_r()Andrew Tridgell2007-10-101-0/+4
* r15868: Add replacement macro for __STRING()Jelmer Vernooij2007-10-101-1/+3
* r15280: - remove the 2nd check for __FUNCTION__Stefan Metzmacher2007-10-101-0/+4
* r15226: Fix order of typedef specification - caught by kblinJelmer Vernooij2007-10-101-1/+1
* r15224: Check whether -MT is actually supported by the compiler before usingJelmer Vernooij2007-10-101-1/+1
* r15203: Allow system 'bool' type to be defined in another header then stdbool.hJelmer Vernooij2007-10-101-1/+3
* r15200: Move MIN/MAX macros to libreplace as some systems have themJelmer Vernooij2007-10-101-0/+14
* r15000: Move some more autoconf tests out of build/m4/rewrite.m4Jelmer Vernooij2007-10-101-0/+4
* r14999: Remove more unused autoconf codeJelmer Vernooij2007-10-101-9/+7
* r14844: Support a stdbool.h replacement in lib/replace/Jelmer Vernooij2007-10-101-0/+17
* r13577: Move some (possibly system-defined) defines to replace.hJelmer Vernooij2007-10-101-0/+16
* r12814: we need this here too, as we'll include replace.h for building heimdal/*Stefan Metzmacher2007-10-101-0/+12
* r12801: Some more include/ cleanups (remove unused macros + move filesJelmer Vernooij2007-10-101-12/+0
* r12364: add UINT32_MAX and UINT64_MAX replacement definesStefan Metzmacher2007-10-101-0/+8
* r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headersJelmer Vernooij2007-10-101-0/+4
* r10896: added a strcasestr() replacement functionAndrew Tridgell2007-10-101-0/+4
* r10664: Include limits.h in replace.h for HOST_NAME_MAXJelmer Vernooij2007-10-101-0/+21
* r10476: Move some more types to libreplace. Fix missing strndup errorsJelmer Vernooij2007-10-101-12/+0
* r10453: Fix the buildJelmer Vernooij2007-10-101-5/+0
* r10438: Move portability functions to lib/replace/; replace now simply ensuresJelmer Vernooij2007-10-101-0/+22
* r8465: once we define socklen_t, then tell other include files we have it. Th...Andrew Tridgell2007-10-101-0/+1
* r8458: next target is irix - this gets the socket wrapper code buildingAndrew Tridgell2007-10-101-0/+4
* r8450: more configure tests for solaris. It now builds some binaries, butAndrew Tridgell2007-10-101-0/+12
* r8420: slowly getting my way through some more heimdal portability fixesAndrew Tridgell2007-10-101-4/+0
* r8418: PRINTF_ATTRIBUTE declaration has to come before it is used :-)Andrew Tridgell2007-10-101-12/+12
* r8417: fixed handling of PRINTF_ATTRIBUTE for heimdal portion of buildAndrew Tridgell2007-10-101-1/+1