summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace/system/capability.h
Commit message (Collapse)AuthorAgeFilesLines
* Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij2008-09-161-55/+0
|
* r26255: Work around another broken aspect of sys/capability.h on RHEL5.Michael Adam2007-12-211-0/+9
| | | | | | | | | | | | | | | This is synced from samba3 v3-2-test/11bcdf780e164659b89: The /usr/include/sys/capability.h defines _LINUX_TYPES_H which prevents /usr/include/linux/types.h from being parsed (when included afterwards). Thus certain types are undefined that are for instance needed in /usr/include/linux/dqblk_xfs.h. This breaks the build of lib/sysquotas_xfs.c in Samba3. This commit adds a configure check and a workaround for this. Michael (This used to be commit df3e151992f0b942554034dd143ab8d7f0d7a75b)
* r26254: Add check for PPC statfs.h to workaround for broken capability.h.Michael Adam2007-12-211-1/+3
| | | | | | | Synced from Samba3. Michael (This used to be commit dfdfac2b57ecbca8bddece846f5c2103a518e34d)
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 40c0919aaa9c1b14bbaebb95ecce53eb0380fdbb)
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
* r22827: Change license to LGPL (discussed with tridge).Jelmer Vernooij2007-10-101-11/+15
| | | | (This used to be commit 1193c759622edd9e6843d9b7f53d9532748ce8a0)
* r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell2007-10-101-0/+41
isolation of our portability environment from the main code, and also simplifies the includes system (no separate #ifdef _SAMBA_BUILD for tdb. ldb etc now) (This used to be commit 77d1a468e06290aba789e2f3affc769fc5159a21)