summaryrefslogtreecommitdiffstats
path: root/source/lib/replace/replace.h
Commit message (Collapse)AuthorAgeFilesLines
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-07-101-2/+1
|
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-07-101-1/+1
|
* r23363: Activate rep_pread and rep_pwrite in lib/replace/replace.h.Michael Adam2007-06-061-0/+10
| | | | | | | | | | This fixes the build on a SuSE 6.1. :-) I guess this had been merely forgotten. But beware: The implementations of rep_pread and rep_pwrite are not thread safe. Michael
* r23310: sync lib/replace with SAMBA_4_0Stefan Metzmacher2007-06-021-0/+12
| | | | metze
* r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h.Michael Adam2007-05-241-0/+6
| | | | Fixing build of ldb for instance on some systems without dlfcn.h.
* r22299: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplaceStefan Metzmacher2007-04-171-0/+29
| | | | metze
* r22275: merge from samba4:Stefan Metzmacher2007-04-161-1/+9
| | | | | | | | - provide __LINESTR__ macro - add __STRINGSTRING() macro to really create a string of __LINE__ - fix __location__ macro metze
* r22272: merge from samba4: Stefan Metzmacher2007-04-161-0/+4
| | | | | | | | provide __location__ in replace.h and see how the build-farm likes this simpler version metze
* r22265: merge from samba4:Stefan Metzmacher2007-04-161-1/+1
| | | | | | | use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0 and #ifndef doesn't work. metze
* r22251: merge from samba4:Stefan Metzmacher2007-04-161-1/+5
| | | | | | add prototype of setenv metze
* r22228: merge from samba4:Stefan Metzmacher2007-04-151-0/+23
| | | | | | move discard_const macros to librelace metze
* r22220: merge from samba4:Stefan Metzmacher2007-04-151-1/+12
| | | | | | - libreplace unsetenv() and strptime() replacements metze
* r20818: sync lib/replace with samba4Stefan Metzmacher2007-01-151-0/+4
| | | | metze
* r19240: move the NO_CONFIG_H check to libreplaceStefan Metzmacher2006-10-111-0/+2
| | | | | | | this fixes the quota detection configure and maybe more configure tests metze
* r19030: merge missing stuff from samba4:Stefan Metzmacher2006-10-021-2/+4
| | | | | | | - strnlen() and strndup() are broken on AIX - we need some extra CFLAGS on HPUX 11.11 metze
* r18998: - make more usage of PRINTF_ATTRIBUTE()Stefan Metzmacher2006-09-291-9/+8
| | | | | | - vsyslog takes a 'const char *format' metze
* r18991: Fix bug 4133 -- Thanks to Olaf FlebbeVolker Lendecke2006-09-291-0/+7
|
* r18864: merge lib/replace changes from samba4Andrew Tridgell2006-09-241-2/+2
|
* r18784: hopefully fix the BOOL bug on AIXStefan Metzmacher2006-09-211-0/+11
| | | | metze
* r18673: define the macros even if we don't define bool ourselfStefan Metzmacher2006-09-191-2/+10
| | | | metze
* r18672: fix the build on Tru64Stefan Metzmacher2006-09-191-1/+8
| | | | metze
* r18671: try to fix the build on solaris 10 and maybe some other hostsStefan Metzmacher2006-09-191-0/+1
| | | | | | | we need to define 'BOOL_DEFINED' to make sure it didn't get redefined by <rpcsvc/yp_prot.h> metze
* r18649: the PRINTF_ATTRIUTE() macro is provided by libreplaceStefan Metzmacher2006-09-181-1/+1
| | | | metze
* r18644: bring in libreplace in lib/replaceStefan Metzmacher2006-09-181-0/+367
metze