From 2c01eef4d7ea9ed57ea5f68a0e75559e101fd26f Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 14 May 2003 14:38:11 +0000 Subject: Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. Now we are defaulting to --with-quotas=no but anyway trying to test them in configure. This is done to get information about as much quota API variations as possible -- when --with-quotas=no this does not affect build but provides us with more detailed information on build farm. (This used to be commit 3786695c72e6ff6a52a527382ac77142e236971b) --- source3/include/sysquotas.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/include') diff --git a/source3/include/sysquotas.h b/source3/include/sysquotas.h index 46a265ed17..cfdac0609a 100644 --- a/source3/include/sysquotas.h +++ b/source3/include/sysquotas.h @@ -177,6 +177,11 @@ #endif /* HAVE_SYS_QUOTAS */ + +#ifndef QUOTABLOCK_SIZE +#define QUOTABLOCK_SIZE 1024 +#endif + /************************************************** Some stuff for the sys_quota api. **************************************************/ -- cgit