summaryrefslogtreecommitdiff
path: root/source3/tests/sysquotas.c
AgeCommit message (Collapse)AuthorFilesLines
2012-09-29build: Fix quota tests, including move of sysquotas.c to the top levelAndrew Bartlett1-90/+0
This correctly detects quotas on FreeBSD Andrew Bartlett
2012-09-11quota: fix configure test for HP-UXBjörn Jacke1-0/+6
while HP-UX does have the 4A quota interface our test failed due to a missing function prototype in HP-UX and our test running in strict mode with compile warnings be errors. So let's make our own prototype in the test when we are on HP*UX
2012-09-07s3:sysquota-test: include ufs/ufs/quota.h only when foundBjörn Jacke1-0/+2
2012-09-06build: Remove Unicos support (quota in particular)Andrew Bartlett1-20/+0
Unicos machines are long gone now (Cray now make Linux compute nodes), so remove the quota support. Andrew Bartlett Signed-off-by: Björn Jacke <bj@sernet.de>
2012-09-02s3: add sysquotas_4B supportBjörn Jacke1-0/+4
this is from James Peach's darwin patch, that exists since a couple of years already. Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Sun Sep 2 01:00:41 CEST 2012 on sn-devel-104
2007-10-10r6586: get rid of a few more compiler warningsHerb Lewis1-0/+2
(This used to be commit 173375f8d88bf8e8db8d60e5d5f0e5dcc28767d9)
2007-10-10r6319: add prototype so -Wstrict-prototypes will not failHerb Lewis1-0/+2
(This used to be commit b92e8b1c82ff3aa497b614a01ebbca4fbc9d00c4)
2003-10-09Move sysquotas autoconf tests to a seperate file.Jelmer Vernooij1-0/+94
Patch by Stefan Metzmacher <metze@metzemix.de> (This used to be commit 9f6cd8177db9a88f681f28a8dca044595ddaae88)