~ubuntu-branches/ubuntu/lucid/samba/lucid-proposed

« back to all changes in this revision

Viewing changes to source/include/local.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-07-21 17:53:23 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050721175323-m3oh6aoigywohfnq
Tags: 3.0.14a-6ubuntu1
Resynchronise with Debian, resolving merge conflicts (#12360)

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
/* the maximum age in seconds of a password. Should be a lp_ parameter */
199
199
#define MAX_PASSWORD_AGE (21*24*60*60)
200
200
 
201
 
/* Allocation roundup. */
 
201
/* Default allocation roundup. */
202
202
#define SMB_ROUNDUP_ALLOCATION_SIZE 0x100000
203
203
 
204
204
/* shall we deny oplocks to clients that get timeouts? */