summaryrefslogtreecommitdiffstats
path: root/source3/tests/sysquotas.c
Commit message (Collapse)AuthorAgeFilesLines
* build: Fix quota tests, including move of sysquotas.c to the top levelAndrew Bartlett2012-09-291-90/+0
| | | | | | This correctly detects quotas on FreeBSD Andrew Bartlett
* quota: fix configure test for HP-UXBjörn Jacke2012-09-111-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
* s3:sysquota-test: include ufs/ufs/quota.h only when foundBjörn Jacke2012-09-071-0/+2
|
* build: Remove Unicos support (quota in particular)Andrew Bartlett2012-09-061-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>
* s3: add sysquotas_4B supportBjörn Jacke2012-09-021-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
* r6586: get rid of a few more compiler warningsHerb Lewis2007-10-101-0/+2
| | | | (This used to be commit 173375f8d88bf8e8db8d60e5d5f0e5dcc28767d9)
* r6319: add prototype so -Wstrict-prototypes will not failHerb Lewis2007-10-101-0/+2
| | | | (This used to be commit b92e8b1c82ff3aa497b614a01ebbca4fbc9d00c4)
* Move sysquotas autoconf tests to a seperate file.Jelmer Vernooij2003-10-091-0/+94
Patch by Stefan Metzmacher <metze@metzemix.de> (This used to be commit 9f6cd8177db9a88f681f28a8dca044595ddaae88)